@1sat/connect 0.0.24 → 0.0.25
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.
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -21178,7 +21178,7 @@ var init_https = __esm(() => {
|
|
|
21178
21178
|
https_default = https;
|
|
21179
21179
|
});
|
|
21180
21180
|
|
|
21181
|
-
// ../../node_modules/.bun/@bsv+wallet-toolbox@2.1.
|
|
21181
|
+
// ../../node_modules/.bun/@bsv+wallet-toolbox@2.1.8+9d66e4116c02361d/node_modules/@bsv/wallet-toolbox/out/src/sdk/WalletError.js
|
|
21182
21182
|
var require_WalletError = __commonJS((exports) => {
|
|
21183
21183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21184
21184
|
exports.WalletError = undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1sat/connect",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "Connection layer for 1Sat wallet - popup flow, events, session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"keywords": ["1sat", "bsv", "ordinals", "wallet", "sdk", "connect"],
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@1sat/wallet": "0.0.
|
|
22
|
+
"@1sat/wallet": "0.0.32",
|
|
23
23
|
"@sigma-auth/better-auth-plugin": "^0.0.84",
|
|
24
24
|
"better-auth": "^1.5.4",
|
|
25
25
|
"eventemitter3": "^5.0.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@bsv/sdk": "^2.0.
|
|
28
|
+
"@bsv/sdk": "^2.0.6"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@bsv/sdk": "^2.0.
|
|
31
|
+
"@bsv/sdk": "^2.0.6",
|
|
32
32
|
"typescript": "^5.9.3"
|
|
33
33
|
}
|
|
34
34
|
}
|