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
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.1.0",
"version": "0.1.1",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -27,14 +27,14 @@
},
"dependencies": {
"@types/throttle-debounce": "^5.0.2",
"@welshman/dvm": "^0.0.15",
"@welshman/feeds": "^0.1.0",
"@welshman/lib": "^0.1.0",
"@welshman/relay": "^0.1.0",
"@welshman/net": "^0.0.49",
"@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/relay": "^0.1.1",
"@welshman/net": "^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",