@dynamic-labs/wallet-book 4.44.1 → 4.44.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/CHANGELOG.md CHANGED
@@ -1,4 +1,21 @@
1
1
 
2
+ ### [4.44.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.44.2...v4.44.3) (2025-11-10)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * 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))
8
+ * linkSocialAccount not properly optimized ([#9853](https://github.com/dynamic-labs/dynamic-auth/issues/9853)) ([76b807e](https://github.com/dynamic-labs/dynamic-auth/commit/76b807e4e0c1d3a86578bd24c7eb01c779b11129))
9
+ * solflare wallet on mobile ([#9841](https://github.com/dynamic-labs/dynamic-auth/issues/9841)) ([039d2e3](https://github.com/dynamic-labs/dynamic-auth/commit/039d2e3bb463944d18fc36c6434be3cea16b8009))
10
+ * 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))
11
+
12
+ ### [4.44.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.44.1...v4.44.2) (2025-11-08)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * adds hCaptcha token on telegram login ([#9848](https://github.com/dynamic-labs/dynamic-auth/issues/9848)) ([962e9b9](https://github.com/dynamic-labs/dynamic-auth/commit/962e9b95e7df1a0f321076b317ab80dd35cd0e72))
18
+
2
19
  ### [4.44.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.44.0...v4.44.1) (2025-11-06)
3
20
 
4
21
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.44.1";
6
+ var version = "4.44.3";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.44.1";
2
+ var version = "4.44.3";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "4.44.1",
3
+ "version": "4.44.3",
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.1",
21
- "@dynamic-labs/iconic": "4.44.1",
22
- "@dynamic-labs/logger": "4.44.1",
23
- "@dynamic-labs/utils": "4.44.1",
20
+ "@dynamic-labs/assert-package-version": "4.44.3",
21
+ "@dynamic-labs/iconic": "4.44.3",
22
+ "@dynamic-labs/logger": "4.44.3",
23
+ "@dynamic-labs/utils": "4.44.3",
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",
@@ -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",