@dynamic-labs/global-wallet-client 4.20.12 → 4.20.14

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,24 @@
1
1
 
2
+ ### [4.20.14](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.13...v4.20.14) (2025-07-03)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * refresh function user state for sessionId ([#9073](https://github.com/dynamic-labs/dynamic-auth/issues/9073)) ([080e923](https://github.com/dynamic-labs/dynamic-auth/commit/080e92356e3920f1d240b5025db9c831aa2abc5a))
8
+ * remove default commonjs setups for @dynamic-labs-wallet/browser-wallet-client ([#9079](https://github.com/dynamic-labs/dynamic-auth/issues/9079)) ([27507ab](https://github.com/dynamic-labs/dynamic-auth/commit/27507abedfd223209cad15d5c1e12b37fa421071))
9
+
10
+ ### [4.20.13](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.12...v4.20.13) (2025-07-02)
11
+
12
+
13
+ ### Features
14
+
15
+ * add createWalletClient method to ZeroDevExtension ([#9036](https://github.com/dynamic-labs/dynamic-auth/issues/9036)) ([674df45](https://github.com/dynamic-labs/dynamic-auth/commit/674df45f21e76070594963c2e3b7c19ba94e3004))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * allow to retry metamask deeplink ([#9066](https://github.com/dynamic-labs/dynamic-auth/issues/9066)) ([308c0d2](https://github.com/dynamic-labs/dynamic-auth/commit/308c0d2ddd7a5c7460f31d25365687b315b0a0f4))
21
+
2
22
  ### [4.20.12](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.11...v4.20.12) (2025-07-01)
3
23
 
4
24
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.20.12";
6
+ var version = "4.20.14";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.20.12";
2
+ var version = "4.20.14";
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.20.12",
3
+ "version": "4.20.14",
4
4
  "description": "Core package for building Dynamic's Global Wallet",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -63,13 +63,13 @@
63
63
  },
64
64
  "homepage": "https://www.dynamic.xyz/",
65
65
  "dependencies": {
66
- "@dynamic-labs/assert-package-version": "4.20.12",
67
- "@dynamic-labs/ethereum-aa-zksync": "4.20.12",
68
- "@dynamic-labs/logger": "4.20.12",
69
- "@dynamic-labs/message-transport": "4.20.12",
70
- "@dynamic-labs/store": "4.20.12",
71
- "@dynamic-labs/types": "4.20.12",
72
- "@dynamic-labs/utils": "4.20.12",
66
+ "@dynamic-labs/assert-package-version": "4.20.14",
67
+ "@dynamic-labs/ethereum-aa-zksync": "4.20.14",
68
+ "@dynamic-labs/logger": "4.20.14",
69
+ "@dynamic-labs/message-transport": "4.20.14",
70
+ "@dynamic-labs/store": "4.20.14",
71
+ "@dynamic-labs/types": "4.20.14",
72
+ "@dynamic-labs/utils": "4.20.14",
73
73
  "eventemitter3": "5.0.1"
74
74
  },
75
75
  "peerDependencies": {
@@ -81,7 +81,7 @@
81
81
  "zksync-sso": "0.2.0",
82
82
  "@wallet-standard/wallet": "^1.1.0",
83
83
  "@zerodev/sdk": "5.4.36",
84
- "@dynamic-labs/ethereum-aa": "4.20.12"
84
+ "@dynamic-labs/ethereum-aa": "4.20.14"
85
85
  },
86
86
  "peerDependenciesMeta": {
87
87
  "viem": {