Fix signer plugin

This commit is contained in:
Jon Staab
2025-02-03 09:01:41 -08:00
parent 614cdcdf53
commit 9defe20f91
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -38,7 +38,7 @@
"fuse.js": "^7.0.0",
"husky": "^9.1.6",
"idb": "^8.0.0",
"nostr-signer-capacitor-plugin": "^0.0.3",
"nostr-signer-capacitor-plugin": "coracle-social/nostr-signer-capacitor-plugin#9fbe4f8",
"nostr-tools": "^2.7.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"qrcode": "^1.5.4"
@@ -9466,11 +9466,10 @@
},
"node_modules/nostr-signer-capacitor-plugin": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/nostr-signer-capacitor-plugin/-/nostr-signer-capacitor-plugin-0.0.3.tgz",
"integrity": "sha512-Aa3gmaEsmI80zm6/+Z12CEryzVlSSB+ERUhPTUGg/juQUlYGyeynifm306URUXYF4NkrdBpJua/gmcvhXcZoUA==",
"resolved": "git+ssh://git@github.com/coracle-social/nostr-signer-capacitor-plugin.git#9fbe4f86611cd1be4639c41349f2385bec608fca",
"license": "MIT",
"peerDependencies": {
"@capacitor/core": "^6.0.0"
"@capacitor/core": "^7.0.0"
}
},
"node_modules/nostr-tools": {
+1 -1
View File
@@ -67,7 +67,7 @@
"fuse.js": "^7.0.0",
"husky": "^9.1.6",
"idb": "^8.0.0",
"nostr-signer-capacitor-plugin": "^0.0.3",
"nostr-signer-capacitor-plugin": "coracle-social/nostr-signer-capacitor-plugin#9fbe4f8",
"nostr-tools": "^2.7.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"qrcode": "^1.5.4"