@dynamic-labs/ethereum-aa-zksync 4.47.1 → 4.47.2

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,19 @@
1
1
 
2
+ ### [4.47.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.47.1...v4.47.2) (2025-11-27)
3
+
4
+
5
+ ### Features
6
+
7
+ * add export client key share from google drive ([#9942](https://github.com/dynamic-labs/dynamic-auth/issues/9942)) ([38091b8](https://github.com/dynamic-labs/dynamic-auth/commit/38091b84cb69713591ab2b78e2cc26d4a56ca407))
8
+ * add token balance refresh to dynamic widget ([#9645](https://github.com/dynamic-labs/dynamic-auth/issues/9645)) ([331954e](https://github.com/dynamic-labs/dynamic-auth/commit/331954ea38c5f4058938392bb4eea973997d0ff6))
9
+ * **react-native:** introduce wallets.connectWallet and wallets.walletOptions ([#9958](https://github.com/dynamic-labs/dynamic-auth/issues/9958)) ([d6d2fff](https://github.com/dynamic-labs/dynamic-auth/commit/d6d2fff3b2a238d8b7a27553d9c6667c40bc53cd))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * await oauth flow on popup ([#9944](https://github.com/dynamic-labs/dynamic-auth/issues/9944)) ([486a536](https://github.com/dynamic-labs/dynamic-auth/commit/486a5365066f1492ddd47ff830eb5a4f347e5ab3))
15
+ * ensure MFA modal only open when necessary ([#9959](https://github.com/dynamic-labs/dynamic-auth/issues/9959)) ([1783a61](https://github.com/dynamic-labs/dynamic-auth/commit/1783a61ddf97eb8af82c132cfc531fee7f57fa0f))
16
+
2
17
  ### [4.47.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.47.0...v4.47.1) (2025-11-24)
3
18
 
4
19
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.47.1";
6
+ var version = "4.47.2";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.47.1";
2
+ var version = "4.47.2";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/ethereum-aa-zksync",
3
- "version": "4.47.1",
3
+ "version": "4.47.2",
4
4
  "description": "Core package for Ethereum Account Abstraction utilities and types",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,15 +18,15 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/sdk-api-core": "0.0.821",
21
+ "@dynamic-labs/sdk-api-core": "0.0.823",
22
22
  "zksync-sso": "0.2.0",
23
- "@dynamic-labs/assert-package-version": "4.47.1",
24
- "@dynamic-labs/ethereum-aa-core": "4.47.1",
25
- "@dynamic-labs/ethereum-core": "4.47.1",
26
- "@dynamic-labs/types": "4.47.1",
27
- "@dynamic-labs/utils": "4.47.1",
28
- "@dynamic-labs/wallet-book": "4.47.1",
29
- "@dynamic-labs/wallet-connector-core": "4.47.1"
23
+ "@dynamic-labs/assert-package-version": "4.47.2",
24
+ "@dynamic-labs/ethereum-aa-core": "4.47.2",
25
+ "@dynamic-labs/ethereum-core": "4.47.2",
26
+ "@dynamic-labs/types": "4.47.2",
27
+ "@dynamic-labs/utils": "4.47.2",
28
+ "@dynamic-labs/wallet-book": "4.47.2",
29
+ "@dynamic-labs/wallet-connector-core": "4.47.2"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "viem": "^2.28.4"