Bump versions

This commit is contained in:
Jon Staab
2024-10-18 16:04:48 -07:00
parent 538a7c51af
commit 766abe136a
10 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ upstream=$1
if [[ -z $upstream ]]; then
echo "Please provide an upstream package name"
die 1
exit 1
fi
version=$(sed -nr 's/ +"version": "(.+)",/\1/p' packages/$upstream/package.json)
+22 -22
View File
@@ -3635,16 +3635,16 @@
},
"packages/app": {
"name": "@welshman/app",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",
"dependencies": {
"@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.20",
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.28",
"@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.29",
"@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10",
"@welshman/util": "~0.0.39",
"@welshman/store": "~0.0.11",
"@welshman/util": "~0.0.40",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
@@ -3675,9 +3675,9 @@
"version": "0.0.10",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.29",
"@welshman/util": "~0.0.40",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
@@ -3691,8 +3691,8 @@
"version": "0.0.20",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37"
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.40"
},
"devDependencies": {
"gts": "^5.0.1",
@@ -3702,7 +3702,7 @@
},
"packages/lib": {
"name": "@welshman/lib",
"version": "0.0.22",
"version": "0.0.23",
"license": "MIT",
"dependencies": {
"@scure/base": "^1.1.6",
@@ -3726,11 +3726,11 @@
},
"packages/net": {
"name": "@welshman/net",
"version": "0.0.28",
"version": "0.0.29",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.40",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
},
@@ -3746,9 +3746,9 @@
"version": "0.0.9",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.29",
"@welshman/util": "~0.0.40",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
@@ -3762,11 +3762,11 @@
},
"packages/store": {
"name": "@welshman/store",
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.40",
"svelte": "^4.2.18"
},
"devDependencies": {
@@ -3777,10 +3777,10 @@
},
"packages/util": {
"name": "@welshman/util",
"version": "0.0.39",
"version": "0.0.40",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/lib": "~0.0.23",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.17",
"version": "0.0.18",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -31,13 +31,13 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/lib": "~0.0.23",
"@welshman/feeds": "~0.0.20",
"@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.28",
"@welshman/net": "~0.0.29",
"@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10",
"@welshman/util": "~0.0.39",
"@welshman/store": "~0.0.11",
"@welshman/util": "~0.0.40",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
+3 -3
View File
@@ -31,9 +31,9 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.29",
"@welshman/util": "~0.0.40",
"nostr-tools": "^2.7.2"
}
}
+2 -2
View File
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37"
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.40"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/lib",
"version": "0.0.22",
"version": "0.0.23",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities.",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.28",
"version": "0.0.29",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,8 +33,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.40",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
+3 -3
View File
@@ -31,9 +31,9 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.29",
"@welshman/util": "~0.0.40",
"nostr-tools": "^2.7.2"
},
"peerDependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/store",
"version": "0.0.10",
"version": "0.0.11",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37",
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.40",
"svelte": "^4.2.18"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.39",
"version": "0.0.40",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/lib": "~0.0.23",
"nostr-tools": "^2.7.2"
}
}