Bump versions

This commit is contained in:
Jon Staab
2024-11-11 10:01:15 -08:00
parent 75bb578192
commit 2bc5565580
6 changed files with 17 additions and 17 deletions
+9 -9
View File
@@ -3635,14 +3635,14 @@
}, },
"packages/app": { "packages/app": {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.23", "version": "0.0.24",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.23", "@welshman/feeds": "~0.0.25",
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.33", "@welshman/net": "~0.0.34",
"@welshman/signer": "~0.0.11", "@welshman/signer": "~0.0.12",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
@@ -3676,7 +3676,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.33", "@welshman/net": "~0.0.34",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
@@ -3688,7 +3688,7 @@
}, },
"packages/feeds": { "packages/feeds": {
"name": "@welshman/feeds", "name": "@welshman/feeds",
"version": "0.0.23", "version": "0.0.25",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
@@ -3726,7 +3726,7 @@
}, },
"packages/net": { "packages/net": {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.33", "version": "0.0.34",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
@@ -3743,11 +3743,11 @@
}, },
"packages/signer": { "packages/signer": {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.11", "version": "0.0.12",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.33", "@welshman/net": "~0.0.34",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
+3 -3
View File
@@ -32,10 +32,10 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
"@welshman/feeds": "~0.0.24", "@welshman/feeds": "~0.0.25",
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.33", "@welshman/net": "~0.0.34",
"@welshman/signer": "~0.0.11", "@welshman/signer": "~0.0.12",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
+1 -1
View File
@@ -32,7 +32,7 @@
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.33", "@welshman/net": "~0.0.34",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/feeds", "name": "@welshman/feeds",
"version": "0.0.24", "version": "0.0.25",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for building dynamic nostr feeds.", "description": "Utilities for building dynamic nostr feeds.",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.33", "version": "0.0.34",
"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.11", "version": "0.0.12",
"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.24", "@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.33", "@welshman/net": "~0.0.34",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },