@1sat/connect 0.0.19 → 0.0.21
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -41368,7 +41368,7 @@ function createSigmaCWI(config) {
|
|
|
41368
41368
|
"pointer-events: none",
|
|
41369
41369
|
"z-index: 2147483647"
|
|
41370
41370
|
].join("; ");
|
|
41371
|
-
el.setAttribute("allow", "publickey-credentials-get
|
|
41371
|
+
el.setAttribute("allow", "publickey-credentials-get");
|
|
41372
41372
|
const parent = document.body ?? document.documentElement;
|
|
41373
41373
|
if (!parent)
|
|
41374
41374
|
throw new Error("Unable to mount Sigma CWI iframe");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1sat/connect",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "Connection layer for 1Sat wallet - popup flow, events, session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
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.30",
|
|
23
23
|
"@sigma-auth/better-auth-plugin": "^0.0.84",
|
|
24
24
|
"better-auth": "^1.5.4",
|
|
25
25
|
"eventemitter3": "^5.0.1"
|