@dynamic-labs/ethereum-aa-core 4.51.1 → 4.51.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 +7 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.51.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.51.1...v4.51.2) (2025-12-19)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add updateUserEmail method ([#10133](https://github.com/dynamic-labs/dynamic-auth/issues/10133)) ([78ba809](https://github.com/dynamic-labs/dynamic-auth/commit/78ba809b8226d00d7c69a55424dc9c9471060ae7))
|
|
8
|
+
|
|
2
9
|
### [4.51.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.51.0...v4.51.1) (2025-12-19)
|
|
3
10
|
|
|
4
11
|
|
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-core",
|
|
3
|
-
"version": "4.51.
|
|
3
|
+
"version": "4.51.2",
|
|
4
4
|
"description": "Core package for Ethereum Account Abstraction utilities and types",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
22
|
-
"@dynamic-labs/assert-package-version": "4.51.
|
|
23
|
-
"@dynamic-labs/ethereum-core": "4.51.
|
|
24
|
-
"@dynamic-labs/types": "4.51.
|
|
25
|
-
"@dynamic-labs/utils": "4.51.
|
|
26
|
-
"@dynamic-labs/wallet-book": "4.51.
|
|
27
|
-
"@dynamic-labs/wallet-connector-core": "4.51.
|
|
21
|
+
"@dynamic-labs/sdk-api-core": "0.0.843",
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.51.2",
|
|
23
|
+
"@dynamic-labs/ethereum-core": "4.51.2",
|
|
24
|
+
"@dynamic-labs/types": "4.51.2",
|
|
25
|
+
"@dynamic-labs/utils": "4.51.2",
|
|
26
|
+
"@dynamic-labs/wallet-book": "4.51.2",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "4.51.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"viem": "^2.28.4"
|