@1sat/connect 0.0.22 → 0.0.23

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -63702,7 +63702,7 @@ async function connectWallet(config) {
63702
63702
  }
63703
63703
  // src/auth.ts
63704
63704
  var { toArray: toArray5, toHex: toHex4 } = exports_utils;
63705
- var AUTH_PROTOCOL_ID = [2, "bitcoin-auth"];
63705
+ var AUTH_PROTOCOL_ID = [2, "bitcoinauth"];
63706
63706
  var AUTH_KEY_ID = "auth-0";
63707
63707
  function compactSign(derSig, msgHash, pubKeyHex) {
63708
63708
  const sig = Signature.fromDER(toHex4(derSig), "hex");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/connect",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Connection layer for 1Sat wallet - popup flow, events, session management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",