@dynamic-labs/global-wallet-client 4.49.0 → 4.50.1

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 CHANGED
@@ -1,4 +1,19 @@
1
1
 
2
+ ## [4.50.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.49.0...v4.50.0) (2025-12-09)
3
+
4
+
5
+ ### Features
6
+
7
+ * add usePhantomRedirectEvents hook ([#10030](https://github.com/dynamic-labs/dynamic-auth/issues/10030)) ([fb8585e](https://github.com/dynamic-labs/dynamic-auth/commit/fb8585eec9847cd350be71d28291e9831a3f31b1))
8
+ * introduce embedded wallet reveal complete events ([#10068](https://github.com/dynamic-labs/dynamic-auth/issues/10068)) ([8ea79ce](https://github.com/dynamic-labs/dynamic-auth/commit/8ea79ceaba36745d46759c8e8c6681895b092096))
9
+ * **react-native:** add download file ([#9954](https://github.com/dynamic-labs/dynamic-auth/issues/9954)) ([408b00f](https://github.com/dynamic-labs/dynamic-auth/commit/408b00fabd2afbd87d12efb51e78ecbd89a323d3))
10
+ * **react-native:** add solana Phantom support with client module for listening to events ([#10033](https://github.com/dynamic-labs/dynamic-auth/issues/10033)) ([a5a2d11](https://github.com/dynamic-labs/dynamic-auth/commit/a5a2d11ccd3c102e22dece808a0ba4116155a582))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * remove overflow from token balance dropdown ([#10044](https://github.com/dynamic-labs/dynamic-auth/issues/10044)) ([b37c5bb](https://github.com/dynamic-labs/dynamic-auth/commit/b37c5bb8e8c916b8d685b495555a3a3481cd5f0d))
16
+
2
17
  ## [4.49.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.48.2...v4.49.0) (2025-12-05)
3
18
 
4
19
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.49.0";
6
+ var version = "4.50.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.49.0";
2
+ var version = "4.50.1";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/global-wallet-client",
3
- "version": "4.49.0",
3
+ "version": "4.50.1",
4
4
  "description": "Core package for building Dynamic's Global Wallet",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -71,13 +71,13 @@
71
71
  },
72
72
  "homepage": "https://www.dynamic.xyz/",
73
73
  "dependencies": {
74
- "@dynamic-labs/assert-package-version": "4.49.0",
75
- "@dynamic-labs/ethereum-aa-zksync": "4.49.0",
76
- "@dynamic-labs/logger": "4.49.0",
77
- "@dynamic-labs/message-transport": "4.49.0",
78
- "@dynamic-labs/store": "4.49.0",
79
- "@dynamic-labs/types": "4.49.0",
80
- "@dynamic-labs/utils": "4.49.0",
74
+ "@dynamic-labs/assert-package-version": "4.50.1",
75
+ "@dynamic-labs/ethereum-aa-zksync": "4.50.1",
76
+ "@dynamic-labs/logger": "4.50.1",
77
+ "@dynamic-labs/message-transport": "4.50.1",
78
+ "@dynamic-labs/store": "4.50.1",
79
+ "@dynamic-labs/types": "4.50.1",
80
+ "@dynamic-labs/utils": "4.50.1",
81
81
  "eventemitter3": "5.0.1"
82
82
  },
83
83
  "peerDependencies": {
@@ -88,8 +88,8 @@
88
88
  "@wallet-standard/base": "^1.0.1",
89
89
  "zksync-sso": "0.2.0",
90
90
  "@wallet-standard/wallet": "^1.1.0",
91
- "@zerodev/sdk": "5.5.4",
92
- "@dynamic-labs/ethereum-aa": "4.49.0"
91
+ "@zerodev/sdk": "5.5.7",
92
+ "@dynamic-labs/ethereum-aa": "4.50.1"
93
93
  },
94
94
  "peerDependenciesMeta": {
95
95
  "viem": {