@dynamic-labs/wallet-book 4.77.3 → 4.77.4
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 +16 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +3 -3
- package/wallet-book-fallbacks.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.77.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.77.3...v4.77.4) (2026-04-21)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **sdk-react-core:** log ui.fallback_error_shown when generic error surfaces ([#10972](https://github.com/dynamic-labs/dynamic-auth/issues/10972)) ([7aee5d1](https://github.com/dynamic-labs/dynamic-auth/commit/7aee5d1a518121742a6ffcc3d3e1101d70b1cc29))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* Add SSR-safe defaults to CaptchaContext ([#10977](https://github.com/dynamic-labs/dynamic-auth/issues/10977)) ([bdf4e80](https://github.com/dynamic-labs/dynamic-auth/commit/bdf4e809c0fd6382961d7b079dbdde25678ecbb1))
|
|
13
|
+
* **DYNT-400:** update Trust Wallet flag from isTrustWallet to isTrust ([#10917](https://github.com/dynamic-labs/dynamic-auth/issues/10917)) ([1ca616a](https://github.com/dynamic-labs/dynamic-auth/commit/1ca616a926ce35d5a75e4611049ef0a05b96865d))
|
|
14
|
+
* lower retry count for viem calls ([#10984](https://github.com/dynamic-labs/dynamic-auth/issues/10984)) ([37843df](https://github.com/dynamic-labs/dynamic-auth/commit/37843dffb2bf31bdc0d7f3e91b65656e3af745f9))
|
|
15
|
+
* show correct loading view when new view is selected ([#10981](https://github.com/dynamic-labs/dynamic-auth/issues/10981)) ([eb650a4](https://github.com/dynamic-labs/dynamic-auth/commit/eb650a4ba62cf12c03f03bfa0866fdc3d30503a1))
|
|
16
|
+
* **wagmi-connector:** promote onAccountsChanged log to instrument for backend visibility DYNT-549 ([#10982](https://github.com/dynamic-labs/dynamic-auth/issues/10982)) ([5087227](https://github.com/dynamic-labs/dynamic-auth/commit/508722724a049737da49fd0320e97d19f6249fce))
|
|
17
|
+
|
|
2
18
|
### [4.77.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.77.2...v4.77.3) (2026-04-18)
|
|
3
19
|
|
|
4
20
|
|
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.77.
|
|
3
|
+
"version": "4.77.4",
|
|
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.77.
|
|
21
|
-
"@dynamic-labs/iconic": "4.77.
|
|
22
|
-
"@dynamic-labs/logger": "4.77.
|
|
23
|
-
"@dynamic-labs/utils": "4.77.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.77.4",
|
|
21
|
+
"@dynamic-labs/iconic": "4.77.4",
|
|
22
|
+
"@dynamic-labs/logger": "4.77.4",
|
|
23
|
+
"@dynamic-labs/utils": "4.77.4",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -254,7 +254,7 @@ var wallets = {
|
|
|
254
254
|
value: false
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
|
-
flag: "
|
|
257
|
+
flag: "isTrust",
|
|
258
258
|
value: false
|
|
259
259
|
},
|
|
260
260
|
{
|
|
@@ -810,12 +810,12 @@ var wallets = {
|
|
|
810
810
|
chain: "evm",
|
|
811
811
|
extensionLocators: [
|
|
812
812
|
{
|
|
813
|
-
flag: "
|
|
813
|
+
flag: "isTrust",
|
|
814
814
|
value: true
|
|
815
815
|
}
|
|
816
816
|
],
|
|
817
817
|
windowLocations: [
|
|
818
|
-
"
|
|
818
|
+
"trustwallet"
|
|
819
819
|
]
|
|
820
820
|
}
|
|
821
821
|
],
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -250,7 +250,7 @@ var wallets = {
|
|
|
250
250
|
value: false
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
|
-
flag: "
|
|
253
|
+
flag: "isTrust",
|
|
254
254
|
value: false
|
|
255
255
|
},
|
|
256
256
|
{
|
|
@@ -806,12 +806,12 @@ var wallets = {
|
|
|
806
806
|
chain: "evm",
|
|
807
807
|
extensionLocators: [
|
|
808
808
|
{
|
|
809
|
-
flag: "
|
|
809
|
+
flag: "isTrust",
|
|
810
810
|
value: true
|
|
811
811
|
}
|
|
812
812
|
],
|
|
813
813
|
windowLocations: [
|
|
814
|
-
"
|
|
814
|
+
"trustwallet"
|
|
815
815
|
]
|
|
816
816
|
}
|
|
817
817
|
],
|