@dynamic-labs/embedded-wallet 4.6.2 → 4.7.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 CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ## [4.7.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.6.3...v4.7.0) (2025-02-20)
3
+
4
+
5
+ ### Features
6
+
7
+ * 7702 support ([14ee3cd](https://github.com/dynamic-labs/dynamic-auth/commit/14ee3cd3513ac8b3e8e866cc2026b042c706b7e6))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * fallback to empty array when token balances is called with an invalid chain ID ([#8108](https://github.com/dynamic-labs/dynamic-auth/issues/8108)) ([7d14ded](https://github.com/dynamic-labs/dynamic-auth/commit/7d14ded6afa0de604901bbc8bc13620d03dc2e8c))
13
+ * improve global connectivity sign typed data reliability ([#8103](https://github.com/dynamic-labs/dynamic-auth/issues/8103)) ([8b0d2dd](https://github.com/dynamic-labs/dynamic-auth/commit/8b0d2ddbeb62a11732a9d59bc6cd4b72d82b9855))
14
+ * **QNTM-2902:** ensure react updates icons ([#8105](https://github.com/dynamic-labs/dynamic-auth/issues/8105)) ([1182c4c](https://github.com/dynamic-labs/dynamic-auth/commit/1182c4cc103c599e6bbff89af9b1312fb96b6d05))
15
+
16
+ ### [4.6.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.6.2...v4.6.3) (2025-02-14)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * optimize zerodev connector initialization ([dff1b4d](https://github.com/dynamic-labs/dynamic-auth/commit/dff1b4d410ab06c45635e0114823cbba4b8c1905))
22
+
2
23
  ### [4.6.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.6.1...v4.6.2) (2025-02-14)
3
24
 
4
25
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.6.2";
6
+ var version = "4.7.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.6.2";
2
+ var version = "4.7.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/embedded-wallet",
3
- "version": "4.6.2",
3
+ "version": "4.7.0",
4
4
  "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,17 +18,17 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/sdk-api-core": "0.0.627",
21
+ "@dynamic-labs/sdk-api-core": "0.0.628",
22
22
  "@turnkey/api-key-stamper": "0.4.3",
23
23
  "@turnkey/http": "2.15.0",
24
24
  "@turnkey/iframe-stamper": "2.0.0",
25
25
  "@turnkey/webauthn-stamper": "0.5.0",
26
- "@dynamic-labs/assert-package-version": "4.6.2",
27
- "@dynamic-labs/logger": "4.6.2",
28
- "@dynamic-labs/utils": "4.6.2",
29
- "@dynamic-labs/wallet-book": "4.6.2",
30
- "@dynamic-labs/wallet-connector-core": "4.6.2",
31
- "@dynamic-labs/webauthn": "4.6.2"
26
+ "@dynamic-labs/assert-package-version": "4.7.0",
27
+ "@dynamic-labs/logger": "4.7.0",
28
+ "@dynamic-labs/utils": "4.7.0",
29
+ "@dynamic-labs/wallet-book": "4.7.0",
30
+ "@dynamic-labs/wallet-connector-core": "4.7.0",
31
+ "@dynamic-labs/webauthn": "4.7.0"
32
32
  },
33
33
  "peerDependencies": {}
34
34
  }