@dynamic-labs/wallet-book 4.32.1 → 4.34.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 +20 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +0 -6
- package/wallet-book-fallbacks.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.34.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.33.0...v4.34.0) (2025-09-30)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add getMultichainBalances to react-native ([#9593](https://github.com/dynamic-labs/dynamic-auth/issues/9593)) ([2e482c3](https://github.com/dynamic-labs/dynamic-auth/commit/2e482c3a3d17e4570173c3ca6e27d83c9fac7265))
|
|
8
|
+
|
|
9
|
+
## [4.33.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.32.1...v4.33.0) (2025-09-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* add support for signAndExecuteTransactionBlock and signTransactionBlock legacy sui features ([#9574](https://github.com/dynamic-labs/dynamic-auth/issues/9574)) ([316481f](https://github.com/dynamic-labs/dynamic-auth/commit/316481f9255ccc8873d267e85932df3b9d58184b))
|
|
15
|
+
* add viem account for waas wallets ([#9518](https://github.com/dynamic-labs/dynamic-auth/issues/9518)) ([39b6314](https://github.com/dynamic-labs/dynamic-auth/commit/39b631489a5fc38bf8077a91f7dd36d517e42512))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* unable to use backup codes to delete totp method on dynamics ui ([#9575](https://github.com/dynamic-labs/dynamic-auth/issues/9575)) ([db55161](https://github.com/dynamic-labs/dynamic-auth/commit/db5516191103ba00f3d993db28ec0df630e066b0))
|
|
21
|
+
|
|
2
22
|
### [4.32.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.32.0...v4.32.1) (2025-09-25)
|
|
3
23
|
|
|
4
24
|
|
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.34.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": "4.0.5",
|
|
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.34.0",
|
|
21
|
+
"@dynamic-labs/iconic": "4.34.0",
|
|
22
|
+
"@dynamic-labs/logger": "4.34.0",
|
|
23
|
+
"@dynamic-labs/utils": "4.34.0",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -1333,12 +1333,6 @@ var wallets = {
|
|
|
1333
1333
|
]
|
|
1334
1334
|
}
|
|
1335
1335
|
],
|
|
1336
|
-
mobile: {
|
|
1337
|
-
androidId: "com.unisat.wallet",
|
|
1338
|
-
inAppBrowser: "unisat://request?method=connect&from=Dynamic&nonce={{encodedDappURI}}",
|
|
1339
|
-
inAppBrowserV2: "unisat://request?method=connect&from=Dynamic&nonce={{encodedDappURI}}",
|
|
1340
|
-
iosId: "id6450081796"
|
|
1341
|
-
},
|
|
1342
1336
|
name: "UniSat"
|
|
1343
1337
|
},
|
|
1344
1338
|
unknown: {
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -1329,12 +1329,6 @@ var wallets = {
|
|
|
1329
1329
|
]
|
|
1330
1330
|
}
|
|
1331
1331
|
],
|
|
1332
|
-
mobile: {
|
|
1333
|
-
androidId: "com.unisat.wallet",
|
|
1334
|
-
inAppBrowser: "unisat://request?method=connect&from=Dynamic&nonce={{encodedDappURI}}",
|
|
1335
|
-
inAppBrowserV2: "unisat://request?method=connect&from=Dynamic&nonce={{encodedDappURI}}",
|
|
1336
|
-
iosId: "id6450081796"
|
|
1337
|
-
},
|
|
1338
1332
|
name: "UniSat"
|
|
1339
1333
|
},
|
|
1340
1334
|
unknown: {
|