@dynamic-labs/wallet-connector-core 4.50.3 → 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 +16 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
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
|
+
|
|
11
|
+
### [4.50.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.3...v4.50.4) (2025-12-15)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **flutter:** do not display features that are not ready yet ([#10106](https://github.com/dynamic-labs/dynamic-auth/issues/10106)) ([183525a](https://github.com/dynamic-labs/dynamic-auth/commit/183525a4176d7c0adffff59edbb9e0463db84dda))
|
|
17
|
+
|
|
2
18
|
### [4.50.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.2...v4.50.3) (2025-12-13)
|
|
3
19
|
|
|
4
20
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-connector-core",
|
|
3
|
-
"version": "4.50.
|
|
3
|
+
"version": "4.50.5",
|
|
4
4
|
"description": "Core package for utilities and types for handling multiple wallet/chain support Dynamic SDK",
|
|
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/logger": "4.50.
|
|
24
|
-
"@dynamic-labs/rpc-providers": "4.50.
|
|
25
|
-
"@dynamic-labs/types": "4.50.
|
|
26
|
-
"@dynamic-labs/utils": "4.50.
|
|
27
|
-
"@dynamic-labs/wallet-book": "4.50.
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.50.5",
|
|
23
|
+
"@dynamic-labs/logger": "4.50.5",
|
|
24
|
+
"@dynamic-labs/rpc-providers": "4.50.5",
|
|
25
|
+
"@dynamic-labs/types": "4.50.5",
|
|
26
|
+
"@dynamic-labs/utils": "4.50.5",
|
|
27
|
+
"@dynamic-labs/wallet-book": "4.50.5",
|
|
28
28
|
"eventemitter3": "5.0.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {}
|