Bump versions again

This commit is contained in:
Jon Staab
2024-12-13 16:31:32 -08:00
parent 1578a08bc0
commit d90c35cc4c
9 changed files with 38 additions and 38 deletions
+16 -16
View File
@@ -3821,11 +3821,11 @@
"@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "~0.0.11",
"@welshman/feeds": "~0.0.26",
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"@welshman/net": "~0.0.41",
"@welshman/signer": "~0.0.16",
"@welshman/store": "~0.0.13",
"@welshman/util": "~0.0.48",
"@welshman/util": "~0.0.50",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
@@ -3843,7 +3843,7 @@
"license": "MIT",
"dependencies": {
"@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
@@ -3857,9 +3857,9 @@
"version": "0.0.11",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"@welshman/net": "~0.0.41",
"@welshman/util": "~0.0.48",
"@welshman/util": "~0.0.50",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
@@ -3873,8 +3873,8 @@
"version": "0.0.26",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/util": "~0.0.48"
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50"
},
"devDependencies": {
"gts": "^5.0.1",
@@ -3884,7 +3884,7 @@
},
"packages/lib": {
"name": "@welshman/lib",
"version": "0.0.32",
"version": "0.0.33",
"license": "MIT",
"dependencies": {
"@scure/base": "^1.1.6",
@@ -3909,8 +3909,8 @@
"version": "0.0.41",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/util": "~0.0.48",
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
},
@@ -3926,9 +3926,9 @@
"version": "0.0.16",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"@welshman/net": "~0.0.41",
"@welshman/util": "~0.0.48",
"@welshman/util": "~0.0.50",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
@@ -3945,8 +3945,8 @@
"version": "0.0.13",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/util": "~0.0.48",
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50",
"svelte": "^4.2.18"
},
"devDependencies": {
@@ -3957,10 +3957,10 @@
},
"packages/util": {
"name": "@welshman/util",
"version": "0.0.49",
"version": "0.0.50",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.33",
"version": "0.0.34",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -34,11 +34,11 @@
"@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "~0.0.11",
"@welshman/feeds": "~0.0.26",
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"@welshman/net": "~0.0.41",
"@welshman/signer": "~0.0.16",
"@welshman/store": "~0.0.13",
"@welshman/util": "~0.0.48",
"@welshman/util": "~0.0.50",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/content",
"version": "0.0.13",
"version": "0.0.14",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for parsing nostr note content.",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"nostr-tools": "^2.7.2"
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/dvm",
"version": "0.0.11",
"version": "0.0.12",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for building nostr DVMs.",
@@ -31,9 +31,9 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"@welshman/net": "~0.0.41",
"@welshman/util": "~0.0.48",
"@welshman/util": "~0.0.50",
"nostr-tools": "^2.7.2"
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/feeds",
"version": "0.0.26",
"version": "0.0.27",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for building dynamic nostr feeds.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/util": "~0.0.48"
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50"
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.41",
"version": "0.0.42",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,8 +33,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/util": "~0.0.48",
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/signer",
"version": "0.0.16",
"version": "0.0.17",
"author": "hodlbod",
"license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.",
@@ -31,9 +31,9 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"@welshman/net": "~0.0.41",
"@welshman/util": "~0.0.48",
"@welshman/util": "~0.0.50",
"nostr-tools": "^2.7.2"
},
"peerDependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/store",
"version": "0.0.13",
"version": "0.0.14",
"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.30",
"@welshman/util": "~0.0.48",
"@welshman/lib": "~0.0.33",
"@welshman/util": "~0.0.50",
"svelte": "^4.2.18"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.50",
"version": "0.0.51",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.30",
"@welshman/lib": "~0.0.33",
"nostr-tools": "^2.7.2"
}
}