Add pomade signer

This commit is contained in:
Jon Staab
2025-12-23 16:28:10 -08:00
parent e9b1172d15
commit 282b20c460
8 changed files with 361 additions and 21 deletions
+6 -2
View File
@@ -23,8 +23,8 @@
"@types/throttle-debounce": "^5.0.2",
"@welshman/feeds": "workspace:*",
"@welshman/lib": "workspace:*",
"@welshman/router": "workspace:*",
"@welshman/net": "workspace:*",
"@welshman/router": "workspace:*",
"@welshman/signer": "workspace:*",
"@welshman/store": "workspace:*",
"@welshman/util": "workspace:*",
@@ -32,8 +32,12 @@
"svelte": "^4.2.18",
"throttle-debounce": "^5.0.2"
},
"peerDependencies": {
"@pomade/core": "^0.0.4"
},
"devDependencies": {
"rimraf": "~6.0.0",
"typescript": "~5.8.0"
"typescript": "~5.8.0",
"@pomade/core": "^0.0.4"
}
}