Bump versions

This commit is contained in:
Jon Staab
2024-11-14 13:34:55 -08:00
parent e45b15ffb7
commit a3e5861468
9 changed files with 24 additions and 24 deletions
+12 -12
View File
@@ -3640,8 +3640,8 @@
"dependencies": { "dependencies": {
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.25", "@welshman/feeds": "~0.0.25",
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.36",
"@welshman/signer": "~0.0.14", "@welshman/signer": "~0.0.14",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
@@ -3675,8 +3675,8 @@
"version": "0.0.10", "version": "0.0.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.36",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
@@ -3691,7 +3691,7 @@
"version": "0.0.25", "version": "0.0.25",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/util": "~0.0.45" "@welshman/util": "~0.0.45"
}, },
"devDependencies": { "devDependencies": {
@@ -3702,7 +3702,7 @@
}, },
"packages/lib": { "packages/lib": {
"name": "@welshman/lib", "name": "@welshman/lib",
"version": "0.0.24", "version": "0.0.26",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@scure/base": "^1.1.6", "@scure/base": "^1.1.6",
@@ -3726,10 +3726,10 @@
}, },
"packages/net": { "packages/net": {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.35", "version": "0.0.36",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
@@ -3746,8 +3746,8 @@
"version": "0.0.14", "version": "0.0.14",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.36",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
@@ -3765,7 +3765,7 @@
"version": "0.0.12", "version": "0.0.12",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"svelte": "^4.2.18" "svelte": "^4.2.18"
}, },
@@ -3780,7 +3780,7 @@
"version": "0.0.45", "version": "0.0.45",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
+2 -2
View File
@@ -31,10 +31,10 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/feeds": "~0.0.25", "@welshman/feeds": "~0.0.25",
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.36",
"@welshman/signer": "~0.0.14", "@welshman/signer": "~0.0.14",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
+2 -2
View File
@@ -31,8 +31,8 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.36",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
+1 -1
View File
@@ -31,7 +31,7 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/util": "~0.0.45" "@welshman/util": "~0.0.45"
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/lib", "name": "@welshman/lib",
"version": "0.0.24", "version": "0.0.26",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities.", "description": "A collection of utilities.",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.35", "version": "0.0.36",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for connecting with nostr relays.", "description": "Utilities for connecting with nostr relays.",
@@ -33,7 +33,7 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
+2 -2
View File
@@ -31,8 +31,8 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.36",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
+1 -1
View File
@@ -31,7 +31,7 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"svelte": "^4.2.18" "svelte": "^4.2.18"
} }
+1 -1
View File
@@ -31,7 +31,7 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.25",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }