Bump versions

This commit is contained in:
Jon Staab
2024-11-07 09:09:34 -08:00
parent 0074b51aba
commit 151837accb
8 changed files with 47 additions and 47 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.21",
"version": "0.0.22",
"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.23",
"@welshman/feeds": "~0.0.20",
"@welshman/lib": "~0.0.24",
"@welshman/feeds": "~0.0.22",
"@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.30",
"@welshman/signer": "~0.0.10",
"@welshman/store": "~0.0.11",
"@welshman/util": "~0.0.42",
"@welshman/net": "~0.0.33",
"@welshman/signer": "~0.0.11",
"@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45",
"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.23",
"@welshman/net": "~0.0.30",
"@welshman/util": "~0.0.42",
"@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.33",
"@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2"
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/feeds",
"version": "0.0.21",
"version": "0.0.22",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for building dynamic nostr feeds.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.42"
"@welshman/lib": "~0.0.24",
"@welshman/util": "~0.0.45"
}
}
+2 -2
View File
@@ -33,8 +33,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.42",
"@welshman/lib": "~0.0.24",
"@welshman/util": "~0.0.45",
"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.23",
"@welshman/net": "~0.0.30",
"@welshman/util": "~0.0.42",
"@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.33",
"@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2"
},
"peerDependencies": {
+2 -2
View File
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.23",
"@welshman/util": "~0.0.42",
"@welshman/lib": "~0.0.24",
"@welshman/util": "~0.0.45",
"svelte": "^4.2.18"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.44",
"version": "0.0.45",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.23",
"@welshman/lib": "~0.0.24",
"nostr-tools": "^2.7.2"
}
}