@1sat/connect 0.0.51 → 0.0.52

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -101075,7 +101075,7 @@ var BetterAuthError = class extends Error {
101075
101075
  }
101076
101076
  };
101077
101077
 
101078
- // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+bb929f0b4951eb5f/node_modules/@sigma-auth/better-auth-plugin/dist/client/local-signer.js
101078
+ // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+5e42e7c53ae16068/node_modules/@sigma-auth/better-auth-plugin/dist/client/local-signer.js
101079
101079
  class LocalServerSigner {
101080
101080
  baseUrl;
101081
101081
  timeout;
@@ -101303,7 +101303,7 @@ class LocalServerSigner {
101303
101303
  }
101304
101304
  }
101305
101305
 
101306
- // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+bb929f0b4951eb5f/node_modules/@sigma-auth/better-auth-plugin/dist/client/sigma-cwi.js
101306
+ // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+5e42e7c53ae16068/node_modules/@sigma-auth/better-auth-plugin/dist/client/sigma-cwi.js
101307
101307
  var isRecord3 = (v) => typeof v === "object" && v !== null;
101308
101308
  var isResponse3 = (v) => isRecord3(v) && v.type === "CWI" && v.isInvocation === false && typeof v.id === "string";
101309
101309
  var isState3 = (v) => isRecord3(v) && v.type === "CWI" && isRecord3(v.cwiState);
@@ -101544,7 +101544,7 @@ class SigmaCWISigner {
101544
101544
  this.pending.clear();
101545
101545
  }
101546
101546
  }
101547
- // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+bb929f0b4951eb5f/node_modules/@sigma-auth/better-auth-plugin/dist/client/signer.js
101547
+ // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+5e42e7c53ae16068/node_modules/@sigma-auth/better-auth-plugin/dist/client/signer.js
101548
101548
  class SigmaIframeSigner {
101549
101549
  iframe = null;
101550
101550
  pendingRequests = new Map;
@@ -101942,7 +101942,7 @@ class SigmaIframeSigner {
101942
101942
  this.rejectAllPending(new Error("Signer destroyed"));
101943
101943
  }
101944
101944
  }
101945
- // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+bb929f0b4951eb5f/node_modules/@sigma-auth/better-auth-plugin/dist/client/index.js
101945
+ // ../../node_modules/.bun/@sigma-auth+better-auth-plugin@0.0.84+5e42e7c53ae16068/node_modules/@sigma-auth/better-auth-plugin/dist/client/index.js
101946
101946
  var signer = null;
101947
101947
  var signerType = null;
101948
101948
  var storedBapId = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/connect",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "Connection layer for 1Sat wallet - popup flow, events, session management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@1sat/wallet": "0.0.68",
31
+ "@1sat/wallet": "0.0.69",
32
32
  "@sigma-auth/better-auth-plugin": "^0.0.84",
33
33
  "better-auth": "^1.5.4",
34
34
  "eventemitter3": "^5.0.1"