Add support for nip 22 tags

This commit is contained in:
Ticruz
2025-01-17 16:53:16 +01:00
committed by Jon Staab
parent b440fdc84a
commit 856055f99c
11 changed files with 148 additions and 58 deletions
+9 -9
View File
@@ -5742,7 +5742,7 @@
},
"packages/app": {
"name": "@welshman/app",
"version": "0.0.36",
"version": "0.0.38",
"license": "MIT",
"dependencies": {
"@types/throttle-debounce": "^5.0.2",
@@ -5752,7 +5752,7 @@
"@welshman/net": "~0.0.45",
"@welshman/signer": "~0.0.19",
"@welshman/store": "~0.0.15",
"@welshman/util": "~0.0.54",
"@welshman/util": "~0.0.58",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"svelte": "^4.2.18",
@@ -5780,7 +5780,7 @@
"@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
"@welshman/util": "~0.0.54",
"@welshman/util": "~0.0.58",
"nostr-tools": "^2.7.2"
}
},
@@ -5798,7 +5798,7 @@
},
"packages/editor": {
"name": "@welshman/editor",
"version": "0.0.4",
"version": "0.0.6",
"devDependencies": {
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0",
@@ -6394,7 +6394,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54"
"@welshman/util": "~0.0.58"
}
},
"packages/lib": {
@@ -6420,7 +6420,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54",
"@welshman/util": "~0.0.58",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
},
@@ -6437,7 +6437,7 @@
"@noble/hashes": "^1.6.1",
"@welshman/lib": "~0.0.37",
"@welshman/net": "~0.0.45",
"@welshman/util": "~0.0.54",
"@welshman/util": "~0.0.58",
"nostr-tools": "^2.7.2"
},
"engines": {
@@ -6492,13 +6492,13 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.37",
"@welshman/util": "~0.0.54",
"@welshman/util": "~0.0.58",
"svelte": "^4.2.18"
}
},
"packages/util": {
"name": "@welshman/util",
"version": "0.0.55",
"version": "0.0.58",
"license": "MIT",
"dependencies": {
"@types/ws": "^8.5.13",