@dynamic-labs/ethereum-core 4.56.0 → 4.57.1

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,24 @@
1
1
 
2
+ ### [4.57.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.57.0...v4.57.1) (2026-01-22)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * prevent No wallet provider found error when initializating ([#10277](https://github.com/dynamic-labs/dynamic-auth/issues/10277)) ([7427765](https://github.com/dynamic-labs/dynamic-auth/commit/74277654f2c823b6dd66a7cace29ea62f832bb77))
8
+
9
+ ## [4.57.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.56.0...v4.57.0) (2026-01-20)
10
+
11
+
12
+ ### Features
13
+
14
+ * auto redirect back from wallet connect ([#10257](https://github.com/dynamic-labs/dynamic-auth/issues/10257)) ([92994da](https://github.com/dynamic-labs/dynamic-auth/commit/92994dadaae851e309b5f889c0e415241cb2d00f))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * metamask console noise when signing in with wallet connect ([#10263](https://github.com/dynamic-labs/dynamic-auth/issues/10263)) ([1861e4a](https://github.com/dynamic-labs/dynamic-auth/commit/1861e4a3e78dd7d7a5a250da32f722a7bf972083))
20
+ * only throw webview did not load error after retries ([#10255](https://github.com/dynamic-labs/dynamic-auth/issues/10255)) ([7c11824](https://github.com/dynamic-labs/dynamic-auth/commit/7c11824c32c9058c12aa5d6998b8cc3fe7e75938))
21
+
2
22
  ## [4.56.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.55.0...v4.56.0) (2026-01-19)
3
23
 
4
24
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.56.0";
6
+ var version = "4.57.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.56.0";
2
+ var version = "4.57.1";
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.56.0",
3
+ "version": "4.57.1",
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.855",
22
- "@dynamic-labs/assert-package-version": "4.56.0",
23
- "@dynamic-labs/logger": "4.56.0",
24
- "@dynamic-labs/rpc-providers": "4.56.0",
25
- "@dynamic-labs/types": "4.56.0",
26
- "@dynamic-labs/utils": "4.56.0",
27
- "@dynamic-labs/wallet-book": "4.56.0",
28
- "@dynamic-labs/wallet-connector-core": "4.56.0"
21
+ "@dynamic-labs/sdk-api-core": "0.0.860",
22
+ "@dynamic-labs/assert-package-version": "4.57.1",
23
+ "@dynamic-labs/logger": "4.57.1",
24
+ "@dynamic-labs/rpc-providers": "4.57.1",
25
+ "@dynamic-labs/types": "4.57.1",
26
+ "@dynamic-labs/utils": "4.57.1",
27
+ "@dynamic-labs/wallet-book": "4.57.1",
28
+ "@dynamic-labs/wallet-connector-core": "4.57.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "viem": "^2.28.4"
@@ -7544,7 +7544,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7544
7544
  [x: `address[${string}]`]: undefined;
7545
7545
  [x: `bool[${string}]`]: undefined;
7546
7546
  [x: `bytes[${string}]`]: undefined;
7547
- [x: `bytes15[${string}]`]: undefined;
7547
+ [x: `bytes16[${string}]`]: undefined;
7548
7548
  [x: `bytes1[${string}]`]: undefined;
7549
7549
  [x: `bytes2[${string}]`]: undefined;
7550
7550
  [x: `bytes3[${string}]`]: undefined;
@@ -7559,7 +7559,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7559
7559
  [x: `bytes12[${string}]`]: undefined;
7560
7560
  [x: `bytes13[${string}]`]: undefined;
7561
7561
  [x: `bytes14[${string}]`]: undefined;
7562
- [x: `bytes16[${string}]`]: undefined;
7562
+ [x: `bytes15[${string}]`]: undefined;
7563
7563
  [x: `bytes17[${string}]`]: undefined;
7564
7564
  [x: `bytes18[${string}]`]: undefined;
7565
7565
  [x: `bytes19[${string}]`]: undefined;
@@ -7577,8 +7577,8 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7577
7577
  [x: `bytes31[${string}]`]: undefined;
7578
7578
  [x: `bytes32[${string}]`]: undefined;
7579
7579
  [x: `int[${string}]`]: undefined;
7580
- [x: `int8[${string}]`]: undefined;
7581
7580
  [x: `int16[${string}]`]: undefined;
7581
+ [x: `int8[${string}]`]: undefined;
7582
7582
  [x: `int24[${string}]`]: undefined;
7583
7583
  [x: `int32[${string}]`]: undefined;
7584
7584
  [x: `int40[${string}]`]: undefined;
@@ -7610,8 +7610,8 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7610
7610
  [x: `int248[${string}]`]: undefined;
7611
7611
  [x: `int256[${string}]`]: undefined;
7612
7612
  [x: `uint[${string}]`]: undefined;
7613
- [x: `uint8[${string}]`]: undefined;
7614
7613
  [x: `uint16[${string}]`]: undefined;
7614
+ [x: `uint8[${string}]`]: undefined;
7615
7615
  [x: `uint24[${string}]`]: undefined;
7616
7616
  [x: `uint32[${string}]`]: undefined;
7617
7617
  [x: `uint40[${string}]`]: undefined;
@@ -7646,7 +7646,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7646
7646
  address?: undefined;
7647
7647
  bool?: undefined;
7648
7648
  bytes?: undefined;
7649
- bytes15?: undefined;
7649
+ bytes16?: undefined;
7650
7650
  bytes1?: undefined;
7651
7651
  bytes2?: undefined;
7652
7652
  bytes3?: undefined;
@@ -7661,7 +7661,7 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7661
7661
  bytes12?: undefined;
7662
7662
  bytes13?: undefined;
7663
7663
  bytes14?: undefined;
7664
- bytes16?: undefined;
7664
+ bytes15?: undefined;
7665
7665
  bytes17?: undefined;
7666
7666
  bytes18?: undefined;
7667
7667
  bytes19?: undefined;
@@ -7678,8 +7678,8 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7678
7678
  bytes30?: undefined;
7679
7679
  bytes31?: undefined;
7680
7680
  bytes32?: undefined;
7681
- int8?: undefined;
7682
7681
  int16?: undefined;
7682
+ int8?: undefined;
7683
7683
  int24?: undefined;
7684
7684
  int32?: undefined;
7685
7685
  int40?: undefined;
@@ -7710,8 +7710,8 @@ export declare abstract class EthereumWalletConnector extends WalletConnectorBas
7710
7710
  int240?: undefined;
7711
7711
  int248?: undefined;
7712
7712
  int256?: undefined;
7713
- uint8?: undefined;
7714
7713
  uint16?: undefined;
7714
+ uint8?: undefined;
7715
7715
  uint24?: undefined;
7716
7716
  uint32?: undefined;
7717
7717
  uint40?: undefined;