@dynamic-labs/ethereum-core 4.9.13-preview.1 → 4.10.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,26 +1,18 @@
1
1
 
2
- ### [4.9.13-preview.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.12...v4.9.13-preview.1) (2025-03-29)
2
+ ## [4.10.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.12...v4.10.0) (2025-03-30)
3
3
 
4
4
 
5
5
  ### Features
6
-
7
- * add zk sync aa connector ([7ef9031](https://github.com/dynamic-labs/dynamic-auth/commit/7ef9031ce709b1ebc2d908da7d120e83733be7cf))
6
+ * Sui Support for branded wallets
7
+ * better handling of non-multiasset balance fetching ([#8419](https://github.com/dynamic-labs/dynamic-auth/issues/8419)) ([574d4ea](https://github.com/dynamic-labs/dynamic-auth/commit/574d4eabf85e6f85325dc374b6cd84aa9fdd7ed4))
8
8
 
9
9
 
10
10
  ### Bug Fixes
11
11
 
12
- * Adjust parallel tasks to default 16 ([#8413](https://github.com/dynamic-labs/dynamic-auth/issues/8413)) ([b62d34c](https://github.com/dynamic-labs/dynamic-auth/commit/b62d34cb780859d3d8414421539116520d0ebcbd))
13
12
  * do not prompt passkey with 7702 on v2 wallets ([#8391](https://github.com/dynamic-labs/dynamic-auth/issues/8391)) ([bb91396](https://github.com/dynamic-labs/dynamic-auth/commit/bb913965121e97801922f5ca828d11e4a551a3b6))
14
13
  * ensure the global wallet app url is used ([#8404](https://github.com/dynamic-labs/dynamic-auth/issues/8404)) ([23a7d91](https://github.com/dynamic-labs/dynamic-auth/commit/23a7d91b50cc85e67de52306f91163c675e0f007))
15
14
  * **global-wallet-client:** use global wallet env id when storing data to ls ([#8405](https://github.com/dynamic-labs/dynamic-auth/issues/8405)) ([2b3d9ce](https://github.com/dynamic-labs/dynamic-auth/commit/2b3d9ce8dd82dda487759e0621c73bfad2842aef))
16
15
 
17
- ### [4.9.13-preview.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.12...v4.9.13-preview.0) (2025-03-28)
18
-
19
-
20
- ### Features
21
-
22
- * add zk sync aa connector ([0859f98](https://github.com/dynamic-labs/dynamic-auth/commit/0859f9810442c9229a1465f59f2400272c83ba09))
23
-
24
16
  ### [4.9.12](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.11...v4.9.12) (2025-03-28)
25
17
 
26
18
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.9.13-preview.1";
6
+ var version = "4.10.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.9.13-preview.1";
2
+ var version = "4.10.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/ethereum-core",
3
- "version": "4.9.13-preview.1",
3
+ "version": "4.10.0",
4
4
  "description": "Core package for utilities and types for viem",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/sdk-api-core": "0.0.645",
22
- "@dynamic-labs/assert-package-version": "4.9.13-preview.1",
23
- "@dynamic-labs/logger": "4.9.13-preview.1",
24
- "@dynamic-labs/rpc-providers": "4.9.13-preview.1",
25
- "@dynamic-labs/types": "4.9.13-preview.1",
26
- "@dynamic-labs/utils": "4.9.13-preview.1",
27
- "@dynamic-labs/wallet-book": "4.9.13-preview.1",
28
- "@dynamic-labs/wallet-connector-core": "4.9.13-preview.1"
21
+ "@dynamic-labs/sdk-api-core": "0.0.650",
22
+ "@dynamic-labs/assert-package-version": "4.10.0",
23
+ "@dynamic-labs/logger": "4.10.0",
24
+ "@dynamic-labs/rpc-providers": "4.10.0",
25
+ "@dynamic-labs/types": "4.10.0",
26
+ "@dynamic-labs/utils": "4.10.0",
27
+ "@dynamic-labs/wallet-book": "4.10.0",
28
+ "@dynamic-labs/wallet-connector-core": "4.10.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "viem": "^2.21.55"
@@ -33,7 +33,7 @@ const createAccountWithUiConfirmation = ({ address, account, provider, walletCon
33
33
  }),
34
34
  signTypedData: (...args) => walletUiUtils.signMessage({
35
35
  handler: () => _tslib.__awaiter(void 0, void 0, void 0, function* () { return (yield account()).signTypedData(...args); }),
36
- message: JSON.stringify(args[0], (_, value) => typeof value === 'bigint' ? value.toString() : value),
36
+ message: JSON.stringify(args[0]),
37
37
  walletConnector,
38
38
  }),
39
39
  });
@@ -29,7 +29,7 @@ const createAccountWithUiConfirmation = ({ address, account, provider, walletCon
29
29
  }),
30
30
  signTypedData: (...args) => walletUiUtils.signMessage({
31
31
  handler: () => __awaiter(void 0, void 0, void 0, function* () { return (yield account()).signTypedData(...args); }),
32
- message: JSON.stringify(args[0], (_, value) => typeof value === 'bigint' ? value.toString() : value),
32
+ message: JSON.stringify(args[0]),
33
33
  walletConnector,
34
34
  }),
35
35
  });