@dynamic-labs/wallet-book 4.13.0 → 4.15.0
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/CHANGELOG.md +30 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +4 -1
- package/wallet-book-fallbacks.js +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.15.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.14.0...v4.15.0) (2025-04-30)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add end session override for waas sui connector ([#8602](https://github.com/dynamic-labs/dynamic-auth/issues/8602)) ([6c9e6fd](https://github.com/dynamic-labs/dynamic-auth/commit/6c9e6fda4581a4e3b9e1544f22d6e5f03723d928))
|
|
8
|
+
* add presets and demo fixes ([#8609](https://github.com/dynamic-labs/dynamic-auth/issues/8609)) ([2201914](https://github.com/dynamic-labs/dynamic-auth/commit/2201914d2029ff0b67dfc2c6e696f728f32f57b3))
|
|
9
|
+
* add ShareConfig component with modal and styling ([74aff97](https://github.com/dynamic-labs/dynamic-auth/commit/74aff97689c9e7c9abc892c1deac4d748b498909))
|
|
10
|
+
* add wallet actions section and update UI components ([#8598](https://github.com/dynamic-labs/dynamic-auth/issues/8598)) ([d6170b7](https://github.com/dynamic-labs/dynamic-auth/commit/d6170b7f6abd963e6a081541e2c674b7141f1c15))
|
|
11
|
+
* dynamic waas to sign 7702 authorization ([#8603](https://github.com/dynamic-labs/dynamic-auth/issues/8603)) ([74e1722](https://github.com/dynamic-labs/dynamic-auth/commit/74e1722f417aab621f4062093e109dc45cf542ea))
|
|
12
|
+
* add signMessage feature to global wallet client ([#8563](https://github.com/dynamic-labs/dynamic-auth/issues/8563)) ([c3f9734](https://github.com/dynamic-labs/dynamic-auth/commit/c3f9734c097f5c9b88c35e0f642632f261e40fe7))
|
|
13
|
+
* allow displaying custom links in the global wallet profile dropdown menu ([#8617](https://github.com/dynamic-labs/dynamic-auth/issues/8617)) ([5fb956c](https://github.com/dynamic-labs/dynamic-auth/commit/5fb956c0c2b681fece56104b330a0e90fc8fb936))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* add default base api url for dynamic waas config on connector initialization ([#8604](https://github.com/dynamic-labs/dynamic-auth/issues/8604)) ([6218a7e](https://github.com/dynamic-labs/dynamic-auth/commit/6218a7edda4feb9028be548acfe8eff64578f0a0))
|
|
19
|
+
* enables caching for sprite.svg ([#8610](https://github.com/dynamic-labs/dynamic-auth/issues/8610)) ([decdb69](https://github.com/dynamic-labs/dynamic-auth/commit/decdb69b4df8bc2d97ee579fa423e9682ab1720b))
|
|
20
|
+
* change mobile experience to redirect ([#8003](https://github.com/dynamic-labs/dynamic-auth/issues/8003)) ([2e8a1d8](https://github.com/dynamic-labs/dynamic-auth/commit/2e8a1d8b54f54386e1abc9f4e6e5e9acf859e5fa))
|
|
21
|
+
* optimize wallet finder when performing eth and sol operations in global wallet popup ([#8564](https://github.com/dynamic-labs/dynamic-auth/issues/8564)) ([2eaf424](https://github.com/dynamic-labs/dynamic-auth/commit/2eaf4244d4aa1b1cc5c6e32574db10ab34f8ed80))
|
|
22
|
+
* loading state for v3 connect-only embedded wallet generation ([#8600](https://github.com/dynamic-labs/dynamic-auth/issues/8600)) ([af34d16](https://github.com/dynamic-labs/dynamic-auth/commit/af34d168a765aa82867116541e73c59672ab2341))
|
|
23
|
+
|
|
24
|
+
## [4.14.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.13.0...v4.14.0) (2025-04-25)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* if you are using zksync, note that the ZKsyncSmartWalletConnectors moved to @dynamic-labs/ethereum-aa-zksync and you will need to install the package and import from there ([#8585](https://github.com/dynamic-labs/dynamic-auth/issues/8585)) ([2bd8c49](https://github.com/dynamic-labs/dynamic-auth/commit/2bd8c4959081ab798da5c411825bf60bb58c1605))
|
|
30
|
+
* edit view top padding ([#8582](https://github.com/dynamic-labs/dynamic-auth/issues/8582)) ([18df9fa](https://github.com/dynamic-labs/dynamic-auth/commit/18df9fa294b299b260b71b5f2faab7f98b6e4492))
|
|
31
|
+
|
|
2
32
|
## [4.13.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.12.4...v4.13.0) (2025-04-24)
|
|
3
33
|
|
|
4
34
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.15.0",
|
|
4
4
|
"author": "Dynamic Labs, Inc.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./src/index.cjs",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "3.22.4",
|
|
20
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
21
|
-
"@dynamic-labs/iconic": "4.
|
|
22
|
-
"@dynamic-labs/logger": "4.
|
|
23
|
-
"@dynamic-labs/utils": "4.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.15.0",
|
|
21
|
+
"@dynamic-labs/iconic": "4.15.0",
|
|
22
|
+
"@dynamic-labs/logger": "4.15.0",
|
|
23
|
+
"@dynamic-labs/utils": "4.15.0",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -280,7 +280,6 @@ var wallets = {
|
|
|
280
280
|
native: "metamask://wc",
|
|
281
281
|
universal: "https://metamask.app.link/wc"
|
|
282
282
|
},
|
|
283
|
-
mobileExperience: "in-app-browser",
|
|
284
283
|
name: "MetaMask",
|
|
285
284
|
shortName: "MetaMask",
|
|
286
285
|
walletConnect: {
|
|
@@ -425,6 +424,7 @@ var wallets = {
|
|
|
425
424
|
androidId: "app.phantom",
|
|
426
425
|
iosId: "id1598432977"
|
|
427
426
|
},
|
|
427
|
+
mobileExperience: "in-app-browser",
|
|
428
428
|
name: "Phantom"
|
|
429
429
|
},
|
|
430
430
|
phantombtc: {
|
|
@@ -989,6 +989,7 @@ var wallets = {
|
|
|
989
989
|
iosId: "id6478631482",
|
|
990
990
|
universal: "https://magiceden.io/browser/{{encodedDappURI}}"
|
|
991
991
|
},
|
|
992
|
+
mobileExperience: "in-app-browser",
|
|
992
993
|
name: "Magic Eden",
|
|
993
994
|
shortName: "Magic Eden (Bitcoin)",
|
|
994
995
|
walletLimitations: {
|
|
@@ -1288,6 +1289,7 @@ var wallets = {
|
|
|
1288
1289
|
inAppBrowser: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
|
|
1289
1290
|
iosId: "id1327268470"
|
|
1290
1291
|
},
|
|
1292
|
+
mobileExperience: "in-app-browser",
|
|
1291
1293
|
name: "OKX Wallet",
|
|
1292
1294
|
shortName: "OKX Wallet (Bitcoin)",
|
|
1293
1295
|
walletLimitations: {
|
|
@@ -1466,6 +1468,7 @@ var wallets = {
|
|
|
1466
1468
|
androidId: "so.onekey.app.wallet",
|
|
1467
1469
|
iosId: "id1609559473"
|
|
1468
1470
|
},
|
|
1471
|
+
mobileExperience: "in-app-browser",
|
|
1469
1472
|
name: "OneKey"
|
|
1470
1473
|
},
|
|
1471
1474
|
intersend: {
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -276,7 +276,6 @@ var wallets = {
|
|
|
276
276
|
native: "metamask://wc",
|
|
277
277
|
universal: "https://metamask.app.link/wc"
|
|
278
278
|
},
|
|
279
|
-
mobileExperience: "in-app-browser",
|
|
280
279
|
name: "MetaMask",
|
|
281
280
|
shortName: "MetaMask",
|
|
282
281
|
walletConnect: {
|
|
@@ -421,6 +420,7 @@ var wallets = {
|
|
|
421
420
|
androidId: "app.phantom",
|
|
422
421
|
iosId: "id1598432977"
|
|
423
422
|
},
|
|
423
|
+
mobileExperience: "in-app-browser",
|
|
424
424
|
name: "Phantom"
|
|
425
425
|
},
|
|
426
426
|
phantombtc: {
|
|
@@ -985,6 +985,7 @@ var wallets = {
|
|
|
985
985
|
iosId: "id6478631482",
|
|
986
986
|
universal: "https://magiceden.io/browser/{{encodedDappURI}}"
|
|
987
987
|
},
|
|
988
|
+
mobileExperience: "in-app-browser",
|
|
988
989
|
name: "Magic Eden",
|
|
989
990
|
shortName: "Magic Eden (Bitcoin)",
|
|
990
991
|
walletLimitations: {
|
|
@@ -1284,6 +1285,7 @@ var wallets = {
|
|
|
1284
1285
|
inAppBrowser: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
|
|
1285
1286
|
iosId: "id1327268470"
|
|
1286
1287
|
},
|
|
1288
|
+
mobileExperience: "in-app-browser",
|
|
1287
1289
|
name: "OKX Wallet",
|
|
1288
1290
|
shortName: "OKX Wallet (Bitcoin)",
|
|
1289
1291
|
walletLimitations: {
|
|
@@ -1462,6 +1464,7 @@ var wallets = {
|
|
|
1462
1464
|
androidId: "so.onekey.app.wallet",
|
|
1463
1465
|
iosId: "id1609559473"
|
|
1464
1466
|
},
|
|
1467
|
+
mobileExperience: "in-app-browser",
|
|
1465
1468
|
name: "OneKey"
|
|
1466
1469
|
},
|
|
1467
1470
|
intersend: {
|