@dynamic-labs/ethers-v6 4.95.2 → 4.96.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,25 @@
1
1
 
2
+ ### [4.96.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.0...v4.96.1) (2026-08-10)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * security updates ([#12151](https://github.com/dynamic-labs/dynamic-auth/issues/12151)) ([faf22dd](https://github.com/dynamic-labs/dynamic-auth/commit/faf22dda11f5cfd888e860bd05731604ee19b51d))
8
+ * **sdk-react-core:** avoid spurious WaaS client rebuild on transient user sessionId churn ([#12183](https://github.com/dynamic-labs/dynamic-auth/issues/12183)) ([6248f74](https://github.com/dynamic-labs/dynamic-auth/commit/6248f7498fbd279031a4e9176fa707bca360f0f1))
9
+
10
+ ## [4.96.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.95.2...v4.96.0) (2026-08-03)
11
+
12
+
13
+ ### Features
14
+
15
+ * **midnight:** add contract wallet provider support ([#12133](https://github.com/dynamic-labs/dynamic-auth/issues/12133)) ([f649ce4](https://github.com/dynamic-labs/dynamic-auth/commit/f649ce47101b439542e8db1c802a4a372fb45eb2))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **starknet:** restore Braavos L2 session after lock and unlock ([#12125](https://github.com/dynamic-labs/dynamic-auth/issues/12125)) ([9ea226f](https://github.com/dynamic-labs/dynamic-auth/commit/9ea226f1dd2a58e3087c267d74cfe79452ddaeff))
21
+ * **wallet-book:** add universal deep link for Exodus Solana WalletConnect ([168dba5](https://github.com/dynamic-labs/dynamic-auth/commit/168dba5aa6076a769b78394eef093c91948b3c91)), closes [#12123](https://github.com/dynamic-labs/dynamic-auth/issues/12123)
22
+
2
23
  ### [4.95.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.95.1...v4.95.2) (2026-07-30)
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.95.2";
6
+ var version = "4.96.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.95.2";
2
+ var version = "4.96.1";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/ethers-v6",
3
- "version": "4.95.2",
3
+ "version": "4.96.1",
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",
@@ -22,8 +22,8 @@
22
22
  "ethers": "^6"
23
23
  },
24
24
  "dependencies": {
25
- "@dynamic-labs/assert-package-version": "4.95.2",
26
- "@dynamic-labs/ethereum-core": "4.95.2",
27
- "@dynamic-labs/wallet-connector-core": "4.95.2"
25
+ "@dynamic-labs/assert-package-version": "4.96.1",
26
+ "@dynamic-labs/ethereum-core": "4.96.1",
27
+ "@dynamic-labs/wallet-connector-core": "4.96.1"
28
28
  }
29
29
  }