From 9defe20f91e3811233cb245395edb911677c10f6 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 3 Feb 2025 09:01:41 -0800 Subject: [PATCH] Fix signer plugin --- package-lock.json | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2561a0bd..f7a30d182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 877b77773..d2525b6aa 100644 --- a/package.json +++ b/package.json @@ -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"