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
+3 -3
View File
@@ -34,10 +34,10 @@
"@welshman/lib": "~0.0.22",
"@welshman/feeds": "~0.0.20",
"@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.27",
"@welshman/signer": "~0.0.8",
"@welshman/net": "~0.0.28",
"@welshman/signer": "~0.0.9",
"@welshman/store": "~0.0.10",
"@welshman/util": "~0.0.38",
"@welshman/util": "~0.0.39",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
+1 -1
View File
@@ -32,7 +32,7 @@
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27",
"@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.27",
"version": "0.0.28",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/signer",
"version": "0.0.8",
"version": "0.0.9",
"author": "hodlbod",
"license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27",
"@welshman/net": "~0.0.28",
"@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2"
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.38",
"version": "0.0.39",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",