@dynamic-labs/ethereum-aa-zksync 4.18.4 → 4.18.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,25 @@
1
1
 
2
+ ### [4.18.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.5...v4.18.6) (2025-05-16)
3
+
4
+
5
+ ### Features
6
+
7
+ * remove alert on wallet icon fail errors ([#8719](https://github.com/dynamic-labs/dynamic-auth/issues/8719)) ([3257160](https://github.com/dynamic-labs/dynamic-auth/commit/3257160ec2ce422e76ccf5e5adc10f92e73c3c61))
8
+ * evm export waas ([#8669](https://github.com/dynamic-labs/dynamic-auth/issues/8669)) ([c8f6199](https://github.com/dynamic-labs/dynamic-auth/commit/c8f6199914c5c0791996e0dfad1ac5642c327bea))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * onramps hook ([#8700](https://github.com/dynamic-labs/dynamic-auth/issues/8700)) ([33d0fb5](https://github.com/dynamic-labs/dynamic-auth/commit/33d0fb5e83db627aeea5ce2f07871cd4029c118a))
14
+ * use mainnet as default SVM cluster ([#8721](https://github.com/dynamic-labs/dynamic-auth/issues/8721)) ([5408f9a](https://github.com/dynamic-labs/dynamic-auth/commit/5408f9afbd2b4c6dfaf041c661cc3fb4802b6c05))
15
+
16
+ ### [4.18.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.4...v4.18.5) (2025-05-15)
17
+
18
+
19
+ ### Features
20
+
21
+ * add support for external wallet login in global wallet ([#8673](https://github.com/dynamic-labs/dynamic-auth/issues/8673)) ([098b87e](https://github.com/dynamic-labs/dynamic-auth/commit/098b87ea2d588c1808a587fb831b31f47d34c990))
22
+
2
23
  ### [4.18.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.3...v4.18.4) (2025-05-15)
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.18.4";
6
+ var version = "4.18.6";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.18.4";
2
+ var version = "4.18.6";
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.18.4",
3
+ "version": "4.18.6",
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.663",
21
+ "@dynamic-labs/sdk-api-core": "0.0.669",
22
22
  "zksync-sso": "0.1.0",
23
- "@dynamic-labs/assert-package-version": "4.18.4",
24
- "@dynamic-labs/ethereum-aa-core": "4.18.4",
25
- "@dynamic-labs/ethereum-core": "4.18.4",
26
- "@dynamic-labs/types": "4.18.4",
27
- "@dynamic-labs/utils": "4.18.4",
28
- "@dynamic-labs/wallet-book": "4.18.4",
29
- "@dynamic-labs/wallet-connector-core": "4.18.4"
23
+ "@dynamic-labs/assert-package-version": "4.18.6",
24
+ "@dynamic-labs/ethereum-aa-core": "4.18.6",
25
+ "@dynamic-labs/ethereum-core": "4.18.6",
26
+ "@dynamic-labs/types": "4.18.6",
27
+ "@dynamic-labs/utils": "4.18.6",
28
+ "@dynamic-labs/wallet-book": "4.18.6",
29
+ "@dynamic-labs/wallet-connector-core": "4.18.6"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "viem": "^2.21.60"