Bump versions

This commit is contained in:
Jon Staab
2024-10-15 09:48:05 -07:00
parent f841de2a50
commit 951e5496cf
10 changed files with 45 additions and 40 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.14",
"version": "0.0.15",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -31,10 +31,10 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.21",
"@welshman/lib": "~0.0.22",
"@welshman/feeds": "~0.0.20",
"@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.26",
"@welshman/net": "~0.0.27",
"@welshman/signer": "~0.0.8",
"@welshman/store": "~0.0.10",
"@welshman/util": "~0.0.38",
+2 -2
View File
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.21",
"@welshman/net": "~0.0.25",
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27",
"@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2"
}
+1 -1
View File
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.21",
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/lib",
"version": "0.0.21",
"version": "0.0.22",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities.",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.26",
"version": "0.0.27",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -33,7 +33,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.21",
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
+2 -2
View File
@@ -31,8 +31,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.21",
"@welshman/net": "~0.0.25",
"@welshman/lib": "~0.0.22",
"@welshman/net": "~0.0.27",
"@welshman/util": "~0.0.37",
"nostr-tools": "^2.7.2"
},
+1 -1
View File
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.21",
"@welshman/lib": "~0.0.22",
"@welshman/util": "~0.0.37",
"svelte": "^4.2.18"
}
+1 -1
View File
@@ -31,7 +31,7 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@welshman/lib": "~0.0.21",
"@welshman/lib": "~0.0.22",
"nostr-tools": "^2.7.2"
}
}