@babylonlabs-io/wallet-connector 1.65.2 → 1.65.3
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/package.json +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonlabs-io/wallet-connector",
|
|
3
|
-
"version": "1.65.
|
|
3
|
+
"version": "1.65.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"./style.css": "./dist/wallet-connector.css"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
+
"@babylonlabs-io/core-ui": "1.102.0",
|
|
24
25
|
"@bitcoin-js/tiny-secp256k1-asmjs": "2.2.3",
|
|
25
26
|
"@cosmjs/proto-signing": "0.36.0",
|
|
26
27
|
"@cosmjs/stargate": "0.36.0",
|
|
@@ -45,8 +46,7 @@
|
|
|
45
46
|
"ledger-bitcoin-babylon-boilerplate": "0.2.8",
|
|
46
47
|
"nanoevents": "9.1.0",
|
|
47
48
|
"usehooks-ts": "^3.1.1",
|
|
48
|
-
"uuid": "11.1.0"
|
|
49
|
-
"@babylonlabs-io/core-ui": "0.0.0-semantic-release"
|
|
49
|
+
"uuid": "11.1.0"
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
52
52
|
"dist"
|
|
@@ -139,6 +139,12 @@
|
|
|
139
139
|
"test:e2e:debug": "playwright test --debug --project=e2e",
|
|
140
140
|
"test:e2e:headed": "playwright test --headed --project=e2e",
|
|
141
141
|
"test:e2e:report": "playwright show-report",
|
|
142
|
+
"test:e2e:unisat": "playwright test -c playwright.wallets.config.ts unisat",
|
|
143
|
+
"test:e2e:metamask": "playwright test -c playwright.wallets.config.ts metamask",
|
|
144
|
+
"test:e2e:okx": "playwright test -c playwright.wallets.config.ts okx",
|
|
145
|
+
"test:e2e:onekey": "playwright test -c playwright.wallets.config.ts onekey",
|
|
146
|
+
"test:e2e:wallets": "playwright test -c playwright.wallets.config.ts walletsSession",
|
|
147
|
+
"test:e2e:wallets:all": "playwright test -c playwright.wallets.config.ts",
|
|
142
148
|
"test:e2e:codegen": "playwright codegen",
|
|
143
149
|
"test:unit": "playwright test --project=unit",
|
|
144
150
|
"test:unit:ui": "playwright test --ui --project=unit",
|