@dynamic-labs/ethereum-aa-zksync 4.88.4 → 4.88.5

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,13 @@
1
1
 
2
+ ### [4.88.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.88.4...v4.88.5) (2026-06-11)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **fix(webview):** fix issue where stepupauth is enabled and after it's completed the export private key window doesn't show up automatically
8
+ * **fix(global-wallet):** correctly sign ethereum messages ([#11548](https://github.com/dynamic-labs/dynamic-auth/issues/11548))
9
+
10
+
2
11
  ### [4.88.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.88.3...v4.88.4) (2026-06-10)
3
12
 
4
13
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.88.4";
6
+ var version = "4.88.5";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.88.4";
2
+ var version = "4.88.5";
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.88.4",
3
+ "version": "4.88.5",
4
4
  "description": "Core package for Ethereum Account Abstraction utilities and types",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -20,13 +20,13 @@
20
20
  "dependencies": {
21
21
  "@dynamic-labs/sdk-api-core": "0.0.1015",
22
22
  "zksync-sso": "0.2.0",
23
- "@dynamic-labs/assert-package-version": "4.88.4",
24
- "@dynamic-labs/ethereum-aa-core": "4.88.4",
25
- "@dynamic-labs/ethereum-core": "4.88.4",
26
- "@dynamic-labs/types": "4.88.4",
27
- "@dynamic-labs/utils": "4.88.4",
28
- "@dynamic-labs/wallet-book": "4.88.4",
29
- "@dynamic-labs/wallet-connector-core": "4.88.4"
23
+ "@dynamic-labs/assert-package-version": "4.88.5",
24
+ "@dynamic-labs/ethereum-aa-core": "4.88.5",
25
+ "@dynamic-labs/ethereum-core": "4.88.5",
26
+ "@dynamic-labs/types": "4.88.5",
27
+ "@dynamic-labs/utils": "4.88.5",
28
+ "@dynamic-labs/wallet-book": "4.88.5",
29
+ "@dynamic-labs/wallet-connector-core": "4.88.5"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "viem": "^2.45.3"