@dynamic-labs/wallet-book 4.44.2 → 4.44.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 +23 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +2 -0
- package/wallet-book-fallbacks.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.44.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.44.3...v4.44.4) (2025-11-11)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **react-native:** add mfa modals ([5f79b6a](https://github.com/dynamic-labs/dynamic-auth/commit/5f79b6a1be5eb8fc3fbf37890ea5028003c38e93))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* allow aptos chain ids to be normalized to number ([#9860](https://github.com/dynamic-labs/dynamic-auth/issues/9860)) ([1dbaaec](https://github.com/dynamic-labs/dynamic-auth/commit/1dbaaecb74316ea1a33b587acebe27c1cdac663f))
|
|
13
|
+
* ensure even late announced aptos wallets are returned in wallet list ([#9855](https://github.com/dynamic-labs/dynamic-auth/issues/9855)) ([c807a5f](https://github.com/dynamic-labs/dynamic-auth/commit/c807a5f0c519948ae94a14055bddac9b679c98eb))
|
|
14
|
+
|
|
15
|
+
### [4.44.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.44.2...v4.44.3) (2025-11-10)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* correctly connect wallet in connect only with wallet connect svm ([#9851](https://github.com/dynamic-labs/dynamic-auth/issues/9851)) ([7ab0d37](https://github.com/dynamic-labs/dynamic-auth/commit/7ab0d3744b776b31882d8eac8dd2634456acf95d))
|
|
21
|
+
* linkSocialAccount not properly optimized ([#9853](https://github.com/dynamic-labs/dynamic-auth/issues/9853)) ([76b807e](https://github.com/dynamic-labs/dynamic-auth/commit/76b807e4e0c1d3a86578bd24c7eb01c779b11129))
|
|
22
|
+
* solflare wallet on mobile ([#9841](https://github.com/dynamic-labs/dynamic-auth/issues/9841)) ([039d2e3](https://github.com/dynamic-labs/dynamic-auth/commit/039d2e3bb463944d18fc36c6434be3cea16b8009))
|
|
23
|
+
* wallet connect svm transaction signature ([#9857](https://github.com/dynamic-labs/dynamic-auth/issues/9857)) ([6fb8b03](https://github.com/dynamic-labs/dynamic-auth/commit/6fb8b030bc25c0c7e5d6f8a12de9718f8924d1ed))
|
|
24
|
+
|
|
2
25
|
### [4.44.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.44.1...v4.44.2) (2025-11-08)
|
|
3
26
|
|
|
4
27
|
|
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.44.
|
|
3
|
+
"version": "4.44.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.44.
|
|
21
|
-
"@dynamic-labs/iconic": "4.44.
|
|
22
|
-
"@dynamic-labs/logger": "4.44.
|
|
23
|
-
"@dynamic-labs/utils": "4.44.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.44.4",
|
|
21
|
+
"@dynamic-labs/iconic": "4.44.4",
|
|
22
|
+
"@dynamic-labs/logger": "4.44.4",
|
|
23
|
+
"@dynamic-labs/utils": "4.44.4",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -703,6 +703,8 @@ var wallets = {
|
|
|
703
703
|
],
|
|
704
704
|
mobile: {
|
|
705
705
|
androidId: "com.solflare.mobile",
|
|
706
|
+
inAppBrowser: "https://solflare.com/ul/v1/browse/{{encodedDappURI}}?ref={{encodedDappURI}}",
|
|
707
|
+
inAppBrowserV2: "https://solflare.com/ul/v1/browse/{{encodedDappURI}}?ref={{encodedDappURI}}",
|
|
706
708
|
iosId: "id1580902717"
|
|
707
709
|
},
|
|
708
710
|
name: "Solflare",
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -699,6 +699,8 @@ var wallets = {
|
|
|
699
699
|
],
|
|
700
700
|
mobile: {
|
|
701
701
|
androidId: "com.solflare.mobile",
|
|
702
|
+
inAppBrowser: "https://solflare.com/ul/v1/browse/{{encodedDappURI}}?ref={{encodedDappURI}}",
|
|
703
|
+
inAppBrowserV2: "https://solflare.com/ul/v1/browse/{{encodedDappURI}}?ref={{encodedDappURI}}",
|
|
702
704
|
iosId: "id1580902717"
|
|
703
705
|
},
|
|
704
706
|
name: "Solflare",
|