Bump versions, move getAdapter to context

This commit is contained in:
Jon Staab
2025-04-01 14:24:32 -07:00
parent 540726531f
commit 1cbcb0ae4a
15 changed files with 91 additions and 126 deletions
+41 -76
View File
@@ -7600,6 +7600,7 @@
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
"license": "MIT",
"peer": true,
"engines": {
"node": ">=10.0.0"
},
@@ -7672,18 +7673,18 @@
},
"packages/app": {
"name": "@welshman/app",
"version": "0.0.44",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "^0.0.15",
"@welshman/feeds": "^0.1.0",
"@welshman/lib": "^0.1.0",
"@welshman/net": "^0.0.49",
"@welshman/relay": "^0.1.0",
"@welshman/signer": "^0.1.1",
"@welshman/store": "^0.1.0",
"@welshman/util": "^0.1.0",
"@welshman/dvm": "^0.1.1",
"@welshman/feeds": "^0.1.1",
"@welshman/lib": "^0.1.1",
"@welshman/net": "^0.1.1",
"@welshman/relay": "^0.1.1",
"@welshman/signer": "^0.1.3",
"@welshman/store": "^0.1.2",
"@welshman/util": "^0.1.2",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
@@ -7702,18 +7703,6 @@
"events": "^3.3.0"
}
},
"packages/app/node_modules/@welshman/net": {
"version": "0.0.49",
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.49.tgz",
"integrity": "sha512-DvsBh+MGIZtRd08itpxM8H40tNB2CuEx1ayydnIjk/bX9J2SgfjoFcMhr0mJ8PdSYvwmfRV95T4gF19ni8ANeQ==",
"license": "MIT",
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
},
"packages/app/node_modules/@welshman/signer/node_modules/@welshman/lib": {
"version": "0.0.41",
"resolved": "https://registry.npmjs.org/@welshman/lib/-/lib-0.0.41.tgz",
@@ -7752,11 +7741,11 @@
},
"packages/content": {
"name": "@welshman/content",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@braintree/sanitize-url": "^7.0.2",
"@welshman/lib": "^0.1.0",
"@welshman/lib": "^0.1.1",
"nostr-tools": "^2.7.2"
},
"engines": {
@@ -7765,14 +7754,14 @@
},
"packages/dvm": {
"name": "@welshman/dvm",
"version": "0.0.15",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@noble/hashes": "^1.6.1",
"@welshman/lib": "^0.1.0",
"@welshman/net": "^0.0.49",
"@welshman/signer": "^0.1.1",
"@welshman/util": "^0.1.0"
"@welshman/lib": "^0.1.1",
"@welshman/net": "^0.1.1",
"@welshman/signer": "^0.1.3",
"@welshman/util": "^0.1.2"
}
},
"packages/dvm/node_modules/@noble/hashes": {
@@ -7785,21 +7774,9 @@
"url": "https://paulmillr.com/funding/"
}
},
"packages/dvm/node_modules/@welshman/net": {
"version": "0.0.49",
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.49.tgz",
"integrity": "sha512-DvsBh+MGIZtRd08itpxM8H40tNB2CuEx1ayydnIjk/bX9J2SgfjoFcMhr0mJ8PdSYvwmfRV95T4gF19ni8ANeQ==",
"license": "MIT",
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
},
"packages/editor": {
"name": "@welshman/editor",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@tiptap/core": "^2.11.5",
@@ -7815,8 +7792,8 @@
"@tiptap/extension-text": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0",
"@welshman/lib": "^0.1.1",
"@welshman/util": "^0.1.2",
"nostr-editor": "^0.0.4-pre.13",
"nostr-tools": "^2.10.4",
"tippy.js": "^6.3.7"
@@ -7824,16 +7801,16 @@
},
"packages/feeds": {
"name": "@welshman/feeds",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0"
"@welshman/lib": "^0.1.1",
"@welshman/util": "^0.1.2"
}
},
"packages/lib": {
"name": "@welshman/lib",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@scure/base": "^1.1.6",
@@ -7853,12 +7830,12 @@
},
"packages/net": {
"name": "@welshman/net",
"version": "0.0.49",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/relay": "^0.1.0",
"@welshman/util": "^0.1.0",
"@welshman/lib": "^0.1.1",
"@welshman/relay": "^0.1.1",
"@welshman/util": "^0.1.2",
"isomorphic-ws": "^5.0.0",
"typed-emitter": "^2.1.0"
}
@@ -7877,23 +7854,23 @@
},
"packages/relay": {
"name": "@welshman/relay",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0"
"@welshman/lib": "^0.1.1",
"@welshman/util": "^0.1.2"
}
},
"packages/signer": {
"name": "@welshman/signer",
"version": "0.1.1",
"version": "0.1.3",
"license": "MIT",
"dependencies": {
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.1",
"@welshman/lib": "^0.1.0",
"@welshman/net": "^0.0.49",
"@welshman/util": "^0.1.0",
"@welshman/lib": "^0.1.1",
"@welshman/net": "^0.1.1",
"@welshman/util": "^0.1.2",
"nostr-tools": "^2.7.2"
},
"engines": {
@@ -7936,36 +7913,24 @@
"url": "https://paulmillr.com/funding/"
}
},
"packages/signer/node_modules/@welshman/net": {
"version": "0.0.49",
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.49.tgz",
"integrity": "sha512-DvsBh+MGIZtRd08itpxM8H40tNB2CuEx1ayydnIjk/bX9J2SgfjoFcMhr0mJ8PdSYvwmfRV95T4gF19ni8ANeQ==",
"license": "MIT",
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/util": "^0.1.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
},
"packages/store": {
"name": "@welshman/store",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@welshman/lib": "^0.1.0",
"@welshman/relay": "^0.1.0",
"@welshman/util": "^0.1.0",
"@welshman/lib": "^0.1.1",
"@welshman/relay": "^0.1.1",
"@welshman/util": "^0.1.2",
"svelte": "^4.2.18"
}
},
"packages/util": {
"name": "@welshman/util",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@types/ws": "^8.5.13",
"@welshman/lib": "^0.1.0",
"@welshman/lib": "^0.1.1",
"nostr-tools": "^2.7.2",
"nostr-wasm": "^0.1.0"
},