@dynamic-labs/ethereum-aa-zksync 4.18.2 → 4.18.4
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 +11 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +8 -8
- package/src/connector/ZKsyncConnector.d.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.18.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.3...v4.18.4) (2025-05-15)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* global connectivity confirmation UI should be forced ([#8658](https://github.com/dynamic-labs/dynamic-auth/issues/8658)) ([b1f437b](https://github.com/dynamic-labs/dynamic-auth/commit/b1f437b40ef748db765dac76687abd8d2668a79d))
|
|
8
|
+
* onekey typo ([#8698](https://github.com/dynamic-labs/dynamic-auth/issues/8698)) ([b1f21bf](https://github.com/dynamic-labs/dynamic-auth/commit/b1f21bfacdb42ccbb68bff5e2dd398308fc3d4c3))
|
|
9
|
+
* use correct chain kernel client for AA SIWE ([#8657](https://github.com/dynamic-labs/dynamic-auth/issues/8657)) ([6dfd677](https://github.com/dynamic-labs/dynamic-auth/commit/6dfd677d804fc40994a5be6b696e6e199ada82d4))
|
|
10
|
+
|
|
11
|
+
### [4.18.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.2...v4.18.3) (2025-05-12)
|
|
12
|
+
|
|
2
13
|
### [4.18.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.1...v4.18.2) (2025-05-09)
|
|
3
14
|
|
|
4
15
|
|
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.18.
|
|
3
|
+
"version": "4.18.4",
|
|
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.663",
|
|
22
22
|
"zksync-sso": "0.1.0",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.18.
|
|
24
|
-
"@dynamic-labs/ethereum-aa-core": "4.18.
|
|
25
|
-
"@dynamic-labs/ethereum-core": "4.18.
|
|
26
|
-
"@dynamic-labs/types": "4.18.
|
|
27
|
-
"@dynamic-labs/utils": "4.18.
|
|
28
|
-
"@dynamic-labs/wallet-book": "4.18.
|
|
29
|
-
"@dynamic-labs/wallet-connector-core": "4.18.
|
|
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"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"viem": "^2.21.60"
|
|
@@ -15101,7 +15101,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
|
|
|
15101
15101
|
} | undefined;
|
|
15102
15102
|
}>, number>)[K_3]; } : never>;
|
|
15103
15103
|
getPermissions: () => Promise<import("viem").GetPermissionsReturnType>;
|
|
15104
|
-
prepareAuthorization: (parameters: import("viem/
|
|
15104
|
+
prepareAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationParameters<Account>) => Promise<import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationReturnType>;
|
|
15105
15105
|
requestAddresses: () => Promise<import("viem").RequestAddressesReturnType>;
|
|
15106
15106
|
requestPermissions: (args: {
|
|
15107
15107
|
[x: string]: Record<string, any>;
|
|
@@ -15241,7 +15241,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
|
|
|
15241
15241
|
testnet?: boolean | undefined;
|
|
15242
15242
|
} & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, Account, chainOverride_7, request_2>) => Promise<`0x${string}`>;
|
|
15243
15243
|
showCallsStatus: (parameters: import("viem").ShowCallsStatusParameters) => Promise<void>;
|
|
15244
|
-
signAuthorization: (parameters: import("viem/
|
|
15244
|
+
signAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationParameters<Account>) => Promise<import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationReturnType>;
|
|
15245
15245
|
signMessage: (args: import("viem").SignMessageParameters<Account>) => Promise<`0x${string}`>;
|
|
15246
15246
|
signTransaction: <chainOverride_8 extends ViemChain | undefined, const request_3 extends import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<{
|
|
15247
15247
|
blockExplorers?: {
|