Bump versions

This commit is contained in:
Jon Staab
2024-11-12 13:05:37 -08:00
parent 3d8c33a49f
commit ea7f38789b
4 changed files with 12 additions and 12 deletions
+7 -7
View File
@@ -3635,14 +3635,14 @@
},
"packages/app": {
"name": "@welshman/app",
"version": "0.0.24",
"version": "0.0.25",
"license": "MIT",
"dependencies": {
"@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.25",
"@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.34",
"@welshman/signer": "~0.0.12",
"@welshman/net": "~0.0.35",
"@welshman/signer": "~0.0.13",
"@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45",
"fuse.js": "^7.0.0",
@@ -3676,7 +3676,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.34",
"@welshman/net": "~0.0.35",
"@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2"
},
@@ -3726,7 +3726,7 @@
},
"packages/net": {
"name": "@welshman/net",
"version": "0.0.34",
"version": "0.0.35",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.24",
@@ -3743,11 +3743,11 @@
},
"packages/signer": {
"name": "@welshman/signer",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.34",
"@welshman/net": "~0.0.35",
"@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2"
},
+2 -2
View File
@@ -34,8 +34,8 @@
"@welshman/lib": "~0.0.24",
"@welshman/feeds": "~0.0.25",
"@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.34",
"@welshman/signer": "~0.0.12",
"@welshman/net": "~0.0.35",
"@welshman/signer": "~0.0.13",
"@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45",
"fuse.js": "^7.0.0",
+1 -1
View File
@@ -32,7 +32,7 @@
},
"dependencies": {
"@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.34",
"@welshman/net": "~0.0.35",
"@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2"
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/signer",
"version": "0.0.12",
"version": "0.0.13",
"author": "hodlbod",
"license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.34",
"@welshman/net": "~0.0.35",
"@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2"
},