diff --git a/package-lock.json b/package-lock.json index 3b14b17..e8cdc8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3586,13 +3586,13 @@ "license": "MIT", "dependencies": { "@types/throttle-debounce": "^5.0.2", - "@welshman/dvm": "~0.0.11", - "@welshman/feeds": "~0.0.26", - "@welshman/lib": "~0.0.33", - "@welshman/net": "~0.0.41", - "@welshman/signer": "~0.0.16", - "@welshman/store": "~0.0.13", - "@welshman/util": "~0.0.50", + "@welshman/dvm": "~0.0.12", + "@welshman/feeds": "~0.0.27", + "@welshman/lib": "~0.0.34", + "@welshman/net": "~0.0.43", + "@welshman/signer": "~0.0.17", + "@welshman/store": "~0.0.14", + "@welshman/util": "~0.0.52", "fuse.js": "^7.0.0", "idb": "^8.0.0", "svelte": "^4.2.18", @@ -3605,7 +3605,7 @@ "license": "MIT", "dependencies": { "@braintree/sanitize-url": "^7.0.2", - "@welshman/lib": "~0.0.33", + "@welshman/lib": "~0.0.34", "nostr-tools": "^2.7.2" }, "engines": { @@ -3618,9 +3618,9 @@ "license": "MIT", "dependencies": { "@noble/hashes": "^1.6.1", - "@welshman/lib": "~0.0.33", - "@welshman/net": "~0.0.41", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/net": "~0.0.43", + "@welshman/util": "~0.0.52", "nostr-tools": "^2.7.2" } }, @@ -3644,8 +3644,8 @@ "version": "0.0.27", "license": "MIT", "dependencies": { - "@welshman/lib": "~0.0.33", - "@welshman/util": "~0.0.50" + "@welshman/lib": "~0.0.34", + "@welshman/util": "~0.0.52" } }, "packages/lib": { @@ -3670,8 +3670,8 @@ "version": "0.0.43", "license": "MIT", "dependencies": { - "@welshman/lib": "~0.0.33", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/util": "~0.0.52", "isomorphic-ws": "^5.0.0", "ws": "^8.16.0" }, @@ -3686,9 +3686,9 @@ "dependencies": { "@noble/curves": "^1.7.0", "@noble/hashes": "^1.6.1", - "@welshman/lib": "~0.0.33", - "@welshman/net": "~0.0.41", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/net": "~0.0.43", + "@welshman/util": "~0.0.52", "nostr-tools": "^2.7.2" }, "engines": { @@ -3742,8 +3742,8 @@ "version": "0.0.14", "license": "MIT", "dependencies": { - "@welshman/lib": "~0.0.33", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/util": "~0.0.52", "svelte": "^4.2.18" } }, @@ -3753,7 +3753,7 @@ "license": "MIT", "dependencies": { "@types/ws": "^8.5.13", - "@welshman/lib": "~0.0.33", + "@welshman/lib": "~0.0.34", "nostr-tools": "^2.7.2" }, "engines": { diff --git a/packages/app/package.json b/packages/app/package.json index e575b65..19c561c 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/app", - "version": "0.0.34", + "version": "0.0.35", "author": "hodlbod", "license": "MIT", "description": "A collection of svelte stores for use in building nostr client applications.", @@ -27,13 +27,13 @@ }, "dependencies": { "@types/throttle-debounce": "^5.0.2", - "@welshman/dvm": "~0.0.11", - "@welshman/feeds": "~0.0.26", - "@welshman/lib": "~0.0.33", - "@welshman/net": "~0.0.41", - "@welshman/signer": "~0.0.16", - "@welshman/store": "~0.0.13", - "@welshman/util": "~0.0.50", + "@welshman/dvm": "~0.0.12", + "@welshman/feeds": "~0.0.27", + "@welshman/lib": "~0.0.34", + "@welshman/net": "~0.0.43", + "@welshman/signer": "~0.0.17", + "@welshman/store": "~0.0.14", + "@welshman/util": "~0.0.52", "fuse.js": "^7.0.0", "idb": "^8.0.0", "svelte": "^4.2.18", diff --git a/packages/content/package.json b/packages/content/package.json index c306dc2..0d62e38 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/content", - "version": "0.0.14", + "version": "0.0.15", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities for parsing nostr note content.", @@ -30,7 +30,7 @@ }, "dependencies": { "@braintree/sanitize-url": "^7.0.2", - "@welshman/lib": "~0.0.33", + "@welshman/lib": "~0.0.34", "nostr-tools": "^2.7.2" } } diff --git a/packages/dvm/package.json b/packages/dvm/package.json index c7f848a..0d789b0 100644 --- a/packages/dvm/package.json +++ b/packages/dvm/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/dvm", - "version": "0.0.12", + "version": "0.0.13", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities for building nostr DVMs.", @@ -27,9 +27,9 @@ }, "dependencies": { "@noble/hashes": "^1.6.1", - "@welshman/lib": "~0.0.33", - "@welshman/net": "~0.0.41", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/net": "~0.0.43", + "@welshman/util": "~0.0.52", "nostr-tools": "^2.7.2" } } diff --git a/packages/feeds/package.json b/packages/feeds/package.json index 784cffa..1ffc626 100644 --- a/packages/feeds/package.json +++ b/packages/feeds/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/feeds", - "version": "0.0.27", + "version": "0.0.29", "author": "hodlbod", "license": "MIT", "description": "Utilities for building dynamic nostr feeds.", @@ -26,7 +26,7 @@ "fix": "gts fix" }, "dependencies": { - "@welshman/lib": "~0.0.33", - "@welshman/util": "~0.0.50" + "@welshman/lib": "~0.0.34", + "@welshman/util": "~0.0.52" } } diff --git a/packages/lib/package.json b/packages/lib/package.json index fadd599..c77e040 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/lib", - "version": "0.0.34", + "version": "0.0.35", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities.", diff --git a/packages/net/package.json b/packages/net/package.json index 0c8f909..48f4f84 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/net", - "version": "0.0.43", + "version": "0.0.44", "author": "hodlbod", "license": "MIT", "description": "Utilities for connecting with nostr relays.", @@ -30,8 +30,8 @@ "mocha": "^10.7.3" }, "dependencies": { - "@welshman/lib": "~0.0.33", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/util": "~0.0.52", "isomorphic-ws": "^5.0.0", "ws": "^8.16.0" } diff --git a/packages/signer/package.json b/packages/signer/package.json index 9415f03..c508cb6 100644 --- a/packages/signer/package.json +++ b/packages/signer/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/signer", - "version": "0.0.17", + "version": "0.0.18", "author": "hodlbod", "license": "MIT", "description": "A nostr signer implemenation supporting several login methods.", @@ -31,9 +31,9 @@ "dependencies": { "@noble/curves": "^1.7.0", "@noble/hashes": "^1.6.1", - "@welshman/lib": "~0.0.33", - "@welshman/net": "~0.0.41", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/net": "~0.0.43", + "@welshman/util": "~0.0.52", "nostr-tools": "^2.7.2" }, "peerDependencies": { diff --git a/packages/store/package.json b/packages/store/package.json index 621b060..2aac720 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/store", - "version": "0.0.14", + "version": "0.0.15", "author": "hodlbod", "license": "MIT", "description": "A collection of utilities based on svelte/store for use with welshman", @@ -26,8 +26,8 @@ "fix": "gts fix" }, "dependencies": { - "@welshman/lib": "~0.0.33", - "@welshman/util": "~0.0.50", + "@welshman/lib": "~0.0.34", + "@welshman/util": "~0.0.52", "svelte": "^4.2.18" } } diff --git a/packages/util/package.json b/packages/util/package.json index 3cafa6d..9064e33 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@welshman/util", - "version": "0.0.52", + "version": "0.0.53", "author": "hodlbod", "license": "MIT", "description": "A collection of nostr-related utilities.", @@ -30,7 +30,7 @@ }, "dependencies": { "@types/ws": "^8.5.13", - "@welshman/lib": "~0.0.33", + "@welshman/lib": "~0.0.34", "nostr-tools": "^2.7.2" } }