Bump versions

This commit is contained in:
Jon Staab
2024-10-17 08:46:09 -07:00
parent 0523951e5a
commit ff34e096d7
6 changed files with 16 additions and 16 deletions
+8 -8
View File
@@ -3641,10 +3641,10 @@
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.20", "@welshman/feeds": "~0.0.20",
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27", "@welshman/net": "~0.0.28",
"@welshman/signer": "~0.0.8", "@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10", "@welshman/store": "~0.0.10",
"@welshman/util": "~0.0.38", "@welshman/util": "~0.0.39",
"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",
@@ -3676,7 +3676,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27", "@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37", "@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
@@ -3726,7 +3726,7 @@
}, },
"packages/net": { "packages/net": {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.27", "version": "0.0.28",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
@@ -3743,11 +3743,11 @@
}, },
"packages/signer": { "packages/signer": {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.8", "version": "0.0.9",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27", "@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37", "@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
@@ -3777,7 +3777,7 @@
}, },
"packages/util": { "packages/util": {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.38", "version": "0.0.39",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
+3 -3
View File
@@ -34,10 +34,10 @@
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
"@welshman/feeds": "~0.0.20", "@welshman/feeds": "~0.0.20",
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.27", "@welshman/net": "~0.0.28",
"@welshman/signer": "~0.0.8", "@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10", "@welshman/store": "~0.0.10",
"@welshman/util": "~0.0.38", "@welshman/util": "~0.0.39",
"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",
+1 -1
View File
@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27", "@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37", "@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.27", "version": "0.0.28",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for connecting with nostr relays.", "description": "Utilities for connecting with nostr relays.",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.8", "version": "0.0.9",
"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.",
@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.22", "@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27", "@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37", "@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.38", "version": "0.0.39",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of nostr-related utilities.", "description": "A collection of nostr-related utilities.",