@dynamic-labs/eclipse 4.9.3 → 4.9.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 CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ### [4.9.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.4...v4.9.5) (2025-03-19)
3
+
4
+
5
+ ### Features
6
+
7
+ * add support for AA to Global Wallet ([#8294](https://github.com/dynamic-labs/dynamic-auth/issues/8294)) ([173dfb9](https://github.com/dynamic-labs/dynamic-auth/commit/173dfb9c00e4307feec6ab11913f1a80310885eb))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Remove the usage of random uuid in Global Wallet ([#8314](https://github.com/dynamic-labs/dynamic-auth/issues/8314)) ([79a7a64](https://github.com/dynamic-labs/dynamic-auth/commit/79a7a640b9ce470051a3c877ea46e8d4c94ea542))
13
+ * Fix UI when token balance is 0 ([#8299](https://github.com/dynamic-labs/dynamic-auth/issues/8299)) ([e8a2eca](https://github.com/dynamic-labs/dynamic-auth/commit/e8a2eca9876d914db738557a74751537eee2e129))
14
+
15
+ ### [4.9.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.3...v4.9.4) (2025-03-17)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **logger:** don't try to store data if localStorage is not available ([#8309](https://github.com/dynamic-labs/dynamic-auth/issues/8309)) ([30164c7](https://github.com/dynamic-labs/dynamic-auth/commit/30164c7de7bbf1463c6f6a7c12c4b60b5cfb6e78))
21
+ * modal corners ([#8308](https://github.com/dynamic-labs/dynamic-auth/issues/8308)) ([2d21d87](https://github.com/dynamic-labs/dynamic-auth/commit/2d21d87466cee4ab3b981b24fa15f5c321b163f5))
22
+
2
23
  ### [4.9.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.2...v4.9.3) (2025-03-14)
3
24
 
4
25
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.9.3";
6
+ var version = "4.9.5";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.9.3";
2
+ var version = "4.9.5";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/eclipse",
3
- "version": "4.9.3",
3
+ "version": "4.9.5",
4
4
  "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -20,15 +20,15 @@
20
20
  "dependencies": {
21
21
  "@solana/web3.js": "1.98.0",
22
22
  "@wallet-standard/base": "1.0.1",
23
- "@dynamic-labs/assert-package-version": "4.9.3",
24
- "@dynamic-labs/rpc-providers": "4.9.3",
25
- "@dynamic-labs/sdk-api-core": "0.0.642",
26
- "@dynamic-labs/solana": "4.9.3",
27
- "@dynamic-labs/solana-core": "4.9.3",
28
- "@dynamic-labs/types": "4.9.3",
29
- "@dynamic-labs/utils": "4.9.3",
30
- "@dynamic-labs/wallet-book": "4.9.3",
31
- "@dynamic-labs/wallet-connector-core": "4.9.3"
23
+ "@dynamic-labs/assert-package-version": "4.9.5",
24
+ "@dynamic-labs/rpc-providers": "4.9.5",
25
+ "@dynamic-labs/sdk-api-core": "0.0.644",
26
+ "@dynamic-labs/solana": "4.9.5",
27
+ "@dynamic-labs/solana-core": "4.9.5",
28
+ "@dynamic-labs/types": "4.9.5",
29
+ "@dynamic-labs/utils": "4.9.5",
30
+ "@dynamic-labs/wallet-book": "4.9.5",
31
+ "@dynamic-labs/wallet-connector-core": "4.9.5"
32
32
  },
33
33
  "peerDependencies": {}
34
34
  }