Bump versions

This commit is contained in:
Jon Staab
2024-12-10 08:25:49 -08:00
parent 9ab8b70bb9
commit 8978b77983
10 changed files with 29 additions and 29 deletions
+14 -14
View File
@@ -3637,16 +3637,16 @@
}, },
"packages/app": { "packages/app": {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.31", "version": "0.0.32",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.26", "@welshman/feeds": "~0.0.26",
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/net": "~0.0.39", "@welshman/net": "~0.0.40",
"@welshman/signer": "~0.0.16", "@welshman/signer": "~0.0.16",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"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",
@@ -3660,11 +3660,11 @@
}, },
"packages/content": { "packages/content": {
"name": "@welshman/content", "name": "@welshman/content",
"version": "0.0.12", "version": "0.0.13",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.2", "@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "^0.0.28", "@welshman/lib": "~0.0.28",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -3679,8 +3679,8 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/net": "~0.0.39", "@welshman/net": "~0.0.40",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -3695,7 +3695,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/util": "~0.0.47" "@welshman/util": "~0.0.48"
}, },
"devDependencies": { "devDependencies": {
"gts": "^5.0.1", "gts": "^5.0.1",
@@ -3729,11 +3729,11 @@
}, },
"packages/net": { "packages/net": {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.39", "version": "0.0.40",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
}, },
@@ -3750,8 +3750,8 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/net": "~0.0.39", "@welshman/net": "~0.0.40",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -3769,7 +3769,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"svelte": "^4.2.18" "svelte": "^4.2.18"
}, },
"devDependencies": { "devDependencies": {
@@ -3780,7 +3780,7 @@
}, },
"packages/util": { "packages/util": {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.47", "version": "0.0.48",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.31", "version": "0.0.32",
"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.",
@@ -34,10 +34,10 @@
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/feeds": "~0.0.26", "@welshman/feeds": "~0.0.26",
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.39", "@welshman/net": "~0.0.40",
"@welshman/signer": "~0.0.16", "@welshman/signer": "~0.0.16",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"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.12", "version": "0.0.13",
"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.",
@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.2", "@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "^0.0.28", "@welshman/lib": "~0.0.28",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+2 -2
View File
@@ -32,8 +32,8 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/net": "~0.0.39", "@welshman/net": "~0.0.40",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+1 -1
View File
@@ -32,6 +32,6 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/util": "~0.0.47" "@welshman/util": "~0.0.48"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.39", "version": "0.0.40",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for connecting with nostr relays.", "description": "Utilities for connecting with nostr relays.",
@@ -34,7 +34,7 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
} }
+2 -2
View File
@@ -32,8 +32,8 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/net": "~0.0.39", "@welshman/net": "~0.0.40",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"peerDependencies": { "peerDependencies": {
+1 -1
View File
@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.28", "@welshman/lib": "~0.0.28",
"@welshman/util": "~0.0.47", "@welshman/util": "~0.0.48",
"svelte": "^4.2.18" "svelte": "^4.2.18"
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.47", "version": "0.0.48",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of nostr-related utilities.", "description": "A collection of nostr-related utilities.",
+1 -1
View File
@@ -1,4 +1,4 @@
import {parseJson, append, nthEq} from "@welshman/lib" import {parseJson, nthEq} from "@welshman/lib"
import {Address} from "./Address" import {Address} from "./Address"
import {uniqTags} from "./Tags" import {uniqTags} from "./Tags"
import {isShareableRelayUrl} from "./Relay" import {isShareableRelayUrl} from "./Relay"