Bump packages

This commit is contained in:
Jon Staab
2025-03-04 11:26:58 -08:00
parent 234ed304c7
commit 15adc51264
13 changed files with 124 additions and 80 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.42",
"version": "0.0.43",
"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.13",
"@welshman/feeds": "~0.0.30",
"@welshman/lib": "~0.0.40",
"@welshman/net": "~0.0.46",
"@welshman/signer": "~0.0.19",
"@welshman/store": "~0.0.15",
"@welshman/util": "~0.0.59",
"@welshman/dvm": "^0.0.15",
"@welshman/feeds": "^0.1.0",
"@welshman/lib": "^0.1.0",
"@welshman/net": "^0.0.49",
"@welshman/signer": "^0.1.0",
"@welshman/store": "^0.1.0",
"@welshman/util": "^0.1.0",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/content",
"version": "0.0.19",
"version": "0.1.0",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for parsing nostr note content.",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "~0.0.40",
"@welshman/lib": "^0.1.0",
"nostr-tools": "^2.7.2"
}
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/dvm",
"version": "0.0.14",
"version": "0.0.15",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities for building nostr DVMs.",
@@ -27,9 +27,9 @@
},
"dependencies": {
"@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.40",
"@welshman/net": "~0.0.46",
"@welshman/util": "~0.0.59",
"@welshman/lib": "^0.1.0",
"@welshman/net": "^0.0.49",
"@welshman/util": "^0.1.0",
"nostr-tools": "^2.7.2"
}
}
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/editor",
"version": "0.0.15",
"version": "0.1.0",
"author": "hodlbod",
"license": "MIT",
"description": "A batteries-included nostr editor.",
@@ -40,8 +40,8 @@
"@tiptap/extension-text": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@welshman/lib": "~0.0.40",
"@welshman/util": "^0.0.60",
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0",
"nostr-editor": "^0.0.4-pre.13",
"nostr-tools": "^2.10.4",
"tippy.js": "^6.3.7"
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/feeds",
"version": "0.0.30",
"version": "0.1.0",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for building dynamic nostr feeds.",
@@ -26,7 +26,7 @@
"fix": "gts fix"
},
"dependencies": {
"@welshman/lib": "~0.0.40",
"@welshman/util": "~0.0.59"
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/lib",
"version": "0.0.41",
"version": "0.1.0",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities.",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/net",
"version": "0.0.48",
"version": "0.0.49",
"author": "hodlbod",
"license": "MIT",
"description": "Utilities for connecting with nostr relays.",
@@ -30,8 +30,8 @@
"mocha": "^10.7.3"
},
"dependencies": {
"@welshman/lib": "~0.0.40",
"@welshman/util": "~0.0.59",
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/signer",
"version": "0.0.20",
"version": "0.1.0",
"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.40",
"@welshman/net": "~0.0.46",
"@welshman/util": "~0.0.59",
"@welshman/lib": "^0.1.0",
"@welshman/net": "^0.0.49",
"@welshman/util": "^0.1.0",
"nostr-tools": "^2.7.2"
},
"peerDependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/store",
"version": "0.0.16",
"version": "0.1.0",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman",
@@ -26,8 +26,8 @@
"fix": "gts fix"
},
"dependencies": {
"@welshman/lib": "~0.0.40",
"@welshman/util": "~0.0.59",
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0",
"svelte": "^4.2.18"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.61",
"version": "0.1.0",
"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.40",
"@welshman/lib": "^0.1.0",
"nostr-tools": "^2.7.2"
}
}