@dynamic-labs/zerodev-extension 4.91.4 → 4.91.6

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,20 @@
1
1
 
2
+ ### [4.91.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.91.5...v4.91.6) (2026-07-03)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **react-native:** ensure webview loads on cold start ([#11787](https://github.com/dynamic-labs/dynamic-auth/issues/11787)) ([8f3dc8e](https://github.com/dynamic-labs/dynamic-auth/commit/8f3dc8e2a7de06f012ea6e922d4e76aee1c84c1a))
8
+
9
+ ### [4.91.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.91.4...v4.91.5) (2026-07-02)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * revoke WaaS signed-session callback on client rebuild to stop iOS nonce race ([#11766](https://github.com/dynamic-labs/dynamic-auth/issues/11766)) ([c895b5d](https://github.com/dynamic-labs/dynamic-auth/commit/c895b5d0987d62a9f5597741dbeae0ec7fedfe5b))
15
+ * **sdk-react-core:** allow sendOneTimeCode to target non-primary chain wallets ([#11777](https://github.com/dynamic-labs/dynamic-auth/issues/11777)) ([63f82af](https://github.com/dynamic-labs/dynamic-auth/commit/63f82af7c52be595bc2948ec88ee9c919ac9275a))
16
+ * **webview-controller:** resolve post-login wallet race in Viem and ZeroDev controllers ([#11774](https://github.com/dynamic-labs/dynamic-auth/issues/11774)) ([95ed26e](https://github.com/dynamic-labs/dynamic-auth/commit/95ed26eee09d9aff5a5af6517ab7e1360ef5f337))
17
+
2
18
  ### [4.91.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.91.3...v4.91.4) (2026-07-01)
3
19
 
4
20
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.91.4";
6
+ var version = "4.91.6";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.91.4";
2
+ var version = "4.91.6";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/zerodev-extension",
3
- "version": "4.91.4",
3
+ "version": "4.91.6",
4
4
  "main": "./src/index.cjs",
5
5
  "module": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -18,13 +18,13 @@
18
18
  "@zerodev/sdk": "5.5.7",
19
19
  "@zerodev/multi-chain-ecdsa-validator": "5.4.5",
20
20
  "@zerodev/ecdsa-validator": "5.4.9",
21
- "@dynamic-labs/assert-package-version": "4.91.4",
22
- "@dynamic-labs/client": "4.91.4",
23
- "@dynamic-labs/ethereum-aa": "4.91.4",
24
- "@dynamic-labs/logger": "4.91.4",
25
- "@dynamic-labs/message-transport": "4.91.4",
26
- "@dynamic-labs/viem-extension": "4.91.4",
27
- "@dynamic-labs/webview-messages": "4.91.4"
21
+ "@dynamic-labs/assert-package-version": "4.91.6",
22
+ "@dynamic-labs/client": "4.91.6",
23
+ "@dynamic-labs/ethereum-aa": "4.91.6",
24
+ "@dynamic-labs/logger": "4.91.6",
25
+ "@dynamic-labs/message-transport": "4.91.6",
26
+ "@dynamic-labs/viem-extension": "4.91.6",
27
+ "@dynamic-labs/webview-messages": "4.91.6"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "viem": "^2.45.3"