@dynamic-labs/ethereum-aa-zksync 4.77.4 → 4.78.0
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 +13 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.78.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.77.4...v4.78.0) (2026-04-22)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add useResetWaasSession ([#10964](https://github.com/dynamic-labs/dynamic-auth/issues/10964)) ([18313ba](https://github.com/dynamic-labs/dynamic-auth/commit/18313ba8ebf78ef42391cba1766a1459988be623))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* banxa rendering issue ios iframe ([#10991](https://github.com/dynamic-labs/dynamic-auth/issues/10991)) ([176bb0e](https://github.com/dynamic-labs/dynamic-auth/commit/176bb0efbe3f803210ae9d7ef8ac0d8591a86c97))
|
|
13
|
+
* prevent modal opacity race condition in useTransition hook ([#10619](https://github.com/dynamic-labs/dynamic-auth/issues/10619)) ([9d38c4b](https://github.com/dynamic-labs/dynamic-auth/commit/9d38c4badbd0269994bdaae378a509d0f22a079a))
|
|
14
|
+
|
|
2
15
|
### [4.77.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.77.3...v4.77.4) (2026-04-21)
|
|
3
16
|
|
|
4
17
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/ethereum-aa-zksync",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.78.0",
|
|
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.927",
|
|
22
22
|
"zksync-sso": "0.2.0",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
24
|
-
"@dynamic-labs/ethereum-aa-core": "4.
|
|
25
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
26
|
-
"@dynamic-labs/types": "4.
|
|
27
|
-
"@dynamic-labs/utils": "4.
|
|
28
|
-
"@dynamic-labs/wallet-book": "4.
|
|
29
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.78.0",
|
|
24
|
+
"@dynamic-labs/ethereum-aa-core": "4.78.0",
|
|
25
|
+
"@dynamic-labs/ethereum-core": "4.78.0",
|
|
26
|
+
"@dynamic-labs/types": "4.78.0",
|
|
27
|
+
"@dynamic-labs/utils": "4.78.0",
|
|
28
|
+
"@dynamic-labs/wallet-book": "4.78.0",
|
|
29
|
+
"@dynamic-labs/wallet-connector-core": "4.78.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"viem": "^2.45.3"
|