Bump versions

This commit is contained in:
Jon Staab
2025-01-02 10:45:12 -08:00
parent 462a2afe45
commit cf559b9d2d
10 changed files with 87 additions and 52 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.35",
"version": "0.0.36",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -27,13 +27,13 @@
},
"dependencies": {
"@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "~0.0.12",
"@welshman/feeds": "~0.0.27",
"@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.43",
"@welshman/signer": "~0.0.17",
"@welshman/store": "~0.0.14",
"@welshman/util": "~0.0.52",
"@welshman/dvm": "~0.0.13",
"@welshman/feeds": "~0.0.29",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
"@welshman/signer": "~0.0.19",
"@welshman/store": "~0.0.15",
"@welshman/util": "~0.0.54",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
+1 -1
View File
@@ -30,7 +30,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "~0.0.34",
"@welshman/lib": "~0.0.37",
"nostr-tools": "^2.7.2"
}
}
+3 -3
View File
@@ -27,9 +27,9 @@
},
"dependencies": {
"@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.43",
"@welshman/util": "~0.0.52",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
"@welshman/util": "~0.0.54",
"nostr-tools": "^2.7.2"
}
}
+2 -2
View File
@@ -26,7 +26,7 @@
"fix": "gts fix"
},
"dependencies": {
"@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.52"
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/lib",
"version": "0.0.36",
"version": "0.0.37",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities.",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.44",
"version": "0.0.45",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -30,8 +30,8 @@
"mocha": "^10.7.3"
},
"dependencies": {
"@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.52",
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/signer",
"version": "0.0.18",
"version": "0.0.19",
"author": "hodlbod",
"license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.",
@@ -31,9 +31,9 @@
"dependencies": {
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.34",
"@welshman/net": "~0.0.43",
"@welshman/util": "~0.0.52",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
"@welshman/util": "~0.0.54",
"nostr-tools": "^2.7.2"
},
"peerDependencies": {
+2 -2
View File
@@ -26,8 +26,8 @@
"fix": "gts fix"
},
"dependencies": {
"@welshman/lib": "~0.0.34",
"@welshman/util": "~0.0.52",
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54",
"svelte": "^4.2.18"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.53",
"version": "0.0.54",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@types/ws": "^8.5.13",
"@welshman/lib": "~0.0.34",
"@welshman/lib": "~0.0.37",
"nostr-tools": "^2.7.2"
}
}