Bump versions

This commit is contained in:
Jon Staab
2024-12-30 12:46:07 -08:00
parent b4ad14e41c
commit 865fa4b101
10 changed files with 51 additions and 51 deletions
+21 -21
View File
@@ -3586,13 +3586,13 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/throttle-debounce": "^5.0.2", "@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "~0.0.11", "@welshman/dvm": "~0.0.12",
"@welshman/feeds": "~0.0.26", "@welshman/feeds": "~0.0.27",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.41", "@welshman/net": "~0.0.43",
"@welshman/signer": "~0.0.16", "@welshman/signer": "~0.0.17",
"@welshman/store": "~0.0.13", "@welshman/store": "~0.0.14",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"idb": "^8.0.0", "idb": "^8.0.0",
"svelte": "^4.2.18", "svelte": "^4.2.18",
@@ -3605,7 +3605,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.2", "@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"engines": { "engines": {
@@ -3618,9 +3618,9 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@noble/hashes": "^1.6.1", "@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.41", "@welshman/net": "~0.0.43",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
}, },
@@ -3644,8 +3644,8 @@
"version": "0.0.27", "version": "0.0.27",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.50" "@welshman/util": "~0.0.52"
} }
}, },
"packages/lib": { "packages/lib": {
@@ -3670,8 +3670,8 @@
"version": "0.0.43", "version": "0.0.43",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
}, },
@@ -3686,9 +3686,9 @@
"dependencies": { "dependencies": {
"@noble/curves": "^1.7.0", "@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1", "@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.41", "@welshman/net": "~0.0.43",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"engines": { "engines": {
@@ -3742,8 +3742,8 @@
"version": "0.0.14", "version": "0.0.14",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"svelte": "^4.2.18" "svelte": "^4.2.18"
} }
}, },
@@ -3753,7 +3753,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/ws": "^8.5.13", "@types/ws": "^8.5.13",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"engines": { "engines": {
+8 -8
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.34", "version": "0.0.35",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.", "description": "A collection of svelte stores for use in building nostr client applications.",
@@ -27,13 +27,13 @@
}, },
"dependencies": { "dependencies": {
"@types/throttle-debounce": "^5.0.2", "@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "~0.0.11", "@welshman/dvm": "~0.0.12",
"@welshman/feeds": "~0.0.26", "@welshman/feeds": "~0.0.27",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.41", "@welshman/net": "~0.0.43",
"@welshman/signer": "~0.0.16", "@welshman/signer": "~0.0.17",
"@welshman/store": "~0.0.13", "@welshman/store": "~0.0.14",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"idb": "^8.0.0", "idb": "^8.0.0",
"svelte": "^4.2.18", "svelte": "^4.2.18",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/content", "name": "@welshman/content",
"version": "0.0.14", "version": "0.0.15",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities for parsing nostr note content.", "description": "A collection of utilities for parsing nostr note content.",
@@ -30,7 +30,7 @@
}, },
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.2", "@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/dvm", "name": "@welshman/dvm",
"version": "0.0.12", "version": "0.0.13",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities for building nostr DVMs.", "description": "A collection of utilities for building nostr DVMs.",
@@ -27,9 +27,9 @@
}, },
"dependencies": { "dependencies": {
"@noble/hashes": "^1.6.1", "@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.41", "@welshman/net": "~0.0.43",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/feeds", "name": "@welshman/feeds",
"version": "0.0.27", "version": "0.0.29",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for building dynamic nostr feeds.", "description": "Utilities for building dynamic nostr feeds.",
@@ -26,7 +26,7 @@
"fix": "gts fix" "fix": "gts fix"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.50" "@welshman/util": "~0.0.52"
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/lib", "name": "@welshman/lib",
"version": "0.0.34", "version": "0.0.35",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities.", "description": "A collection of utilities.",
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.43", "version": "0.0.44",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for connecting with nostr relays.", "description": "Utilities for connecting with nostr relays.",
@@ -30,8 +30,8 @@
"mocha": "^10.7.3" "mocha": "^10.7.3"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
} }
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.17", "version": "0.0.18",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.", "description": "A nostr signer implemenation supporting several login methods.",
@@ -31,9 +31,9 @@
"dependencies": { "dependencies": {
"@noble/curves": "^1.7.0", "@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1", "@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.41", "@welshman/net": "~0.0.43",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"peerDependencies": { "peerDependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/store", "name": "@welshman/store",
"version": "0.0.14", "version": "0.0.15",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman", "description": "A collection of utilities based on svelte/store for use with welshman",
@@ -26,8 +26,8 @@
"fix": "gts fix" "fix": "gts fix"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.50", "@welshman/util": "~0.0.52",
"svelte": "^4.2.18" "svelte": "^4.2.18"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.52", "version": "0.0.53",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of nostr-related utilities.", "description": "A collection of nostr-related utilities.",
@@ -30,7 +30,7 @@
}, },
"dependencies": { "dependencies": {
"@types/ws": "^8.5.13", "@types/ws": "^8.5.13",
"@welshman/lib": "~0.0.33", "@welshman/lib": "~0.0.34",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }