Update readme, bump packages

This commit is contained in:
Jon Staab
2024-10-29 12:57:12 -07:00
parent 5babdd8143
commit 5bb5e3342b
7 changed files with 27 additions and 17 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.19",
"version": "0.0.20",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -34,8 +34,8 @@
"@welshman/lib": "~0.0.23",
"@welshman/feeds": "~0.0.20",
"@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.29",
"@welshman/signer": "~0.0.9",
"@welshman/net": "~0.0.30",
"@welshman/signer": "~0.0.10",
"@welshman/store": "~0.0.11",
"@welshman/util": "~0.0.42",
"fuse.js": "^7.0.0",
+1 -1
View File
@@ -32,7 +32,7 @@
},
"dependencies": {
"@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.29",
"@welshman/net": "~0.0.30",
"@welshman/util": "~0.0.42",
"nostr-tools": "^2.7.2"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.29",
"version": "0.0.30",
"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.9",
"version": "0.0.10",
"author": "hodlbod",
"license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@welshman/lib": "~0.0.23",
"@welshman/net": "~0.0.29",
"@welshman/net": "~0.0.30",
"@welshman/util": "~0.0.42",
"nostr-tools": "^2.7.2"
},