applesauce-signers 0.0.0-next-20250313155042 → 0.0.0-next-20250313225050

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -147,7 +147,7 @@ export class NostrConnectSigner {
147
147
  }
148
148
  }
149
149
  else
150
- p.reject(response);
150
+ p.reject(new Error(response.error));
151
151
  }
152
152
  else if (response.result) {
153
153
  this.log("Got Response", response.id, response.result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "applesauce-signers",
3
- "version": "0.0.0-next-20250313155042",
3
+ "version": "0.0.0-next-20250313225050",
4
4
  "description": "Signer classes for applesauce",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "@noble/hashes": "^1.7.1",
37
37
  "@noble/secp256k1": "^1.7.1",
38
38
  "@scure/base": "^1.2.4",
39
- "applesauce-core": "0.0.0-next-20250313155042",
39
+ "applesauce-core": "0.0.0-next-20250313225050",
40
40
  "debug": "^4.4.0",
41
41
  "nanoid": "^5.0.9",
42
42
  "nostr-tools": "^2.10.4"