@dynamic-labs/ethereum-aa-core 4.50.4 → 4.50.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 +9 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.50.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.4...v4.50.5) (2025-12-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* ensure connectWithSocial promise fails on error ([#10105](https://github.com/dynamic-labs/dynamic-auth/issues/10105)) ([2ff57b3](https://github.com/dynamic-labs/dynamic-auth/commit/2ff57b3d6a68c2bb9ae0ce2a41b117598193f0ac))
|
|
8
|
+
* **react-native:** move peer dependencies to regular deps for auto install on yarn ([#10104](https://github.com/dynamic-labs/dynamic-auth/issues/10104)) ([ad2b621](https://github.com/dynamic-labs/dynamic-auth/commit/ad2b6212bb162eb3c0a430bf79d857285440261e))
|
|
9
|
+
* sign raw transaction with zerodev connector ([#10110](https://github.com/dynamic-labs/dynamic-auth/issues/10110)) ([f5f8f88](https://github.com/dynamic-labs/dynamic-auth/commit/f5f8f882136551c382bc5812c0c9499938466866))
|
|
10
|
+
|
|
2
11
|
### [4.50.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.3...v4.50.4) (2025-12-15)
|
|
3
12
|
|
|
4
13
|
|
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.50.
|
|
3
|
+
"version": "4.50.5",
|
|
4
4
|
"description": "Core package for Ethereum Account Abstraction utilities and types",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@dynamic-labs/sdk-api-core": "0.0.831",
|
|
22
|
-
"@dynamic-labs/assert-package-version": "4.50.
|
|
23
|
-
"@dynamic-labs/ethereum-core": "4.50.
|
|
24
|
-
"@dynamic-labs/types": "4.50.
|
|
25
|
-
"@dynamic-labs/utils": "4.50.
|
|
26
|
-
"@dynamic-labs/wallet-book": "4.50.
|
|
27
|
-
"@dynamic-labs/wallet-connector-core": "4.50.
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.50.5",
|
|
23
|
+
"@dynamic-labs/ethereum-core": "4.50.5",
|
|
24
|
+
"@dynamic-labs/types": "4.50.5",
|
|
25
|
+
"@dynamic-labs/utils": "4.50.5",
|
|
26
|
+
"@dynamic-labs/wallet-book": "4.50.5",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "4.50.5"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"viem": "^2.28.4"
|