@dynamic-labs/client 2.2.4 → 2.2.6

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
+ ### [2.2.6](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.5...v2.2.6) (2024-06-26)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * prevent unneccessary magiceden solana popups ([#6158](https://github.com/dynamic-labs/DynamicAuth/issues/6158)) ([#6171](https://github.com/dynamic-labs/DynamicAuth/issues/6171)) ([cc24d13](https://github.com/dynamic-labs/DynamicAuth/commit/cc24d135b059b4a235752f57a9d25ac0e5b2e307))
8
+ * expose gas sponsorship kernel client from zerodev connector
9
+
10
+ ### [2.2.5](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.4...v2.2.5) (2024-06-24)
11
+
12
+
13
+ ### Features
14
+
15
+ * add multi asset ([#6142](https://github.com/dynamic-labs/DynamicAuth/issues/6142)) ([273230f](https://github.com/dynamic-labs/DynamicAuth/commit/273230f48e25b3e7f690443ec41ae07dd585fb86)), closes [#5608](https://github.com/dynamic-labs/DynamicAuth/issues/5608) [#5655](https://github.com/dynamic-labs/DynamicAuth/issues/5655) [#5643](https://github.com/dynamic-labs/DynamicAuth/issues/5643) [#5673](https://github.com/dynamic-labs/DynamicAuth/issues/5673) [#5762](https://github.com/dynamic-labs/DynamicAuth/issues/5762) [#5766](https://github.com/dynamic-labs/DynamicAuth/issues/5766) [#5777](https://github.com/dynamic-labs/DynamicAuth/issues/5777)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * clear expiresAt from local storage on logout ([#6110](https://github.com/dynamic-labs/DynamicAuth/issues/6110)) ([#6129](https://github.com/dynamic-labs/DynamicAuth/issues/6129)) ([45adda9](https://github.com/dynamic-labs/DynamicAuth/commit/45adda95a4419ac22e19a8f3636a4539208bdb74))
21
+
2
22
  ### [2.2.4](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.3...v2.2.4) (2024-06-21)
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 = "2.2.4";
6
+ var version = "2.2.6";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "2.2.4";
2
+ var version = "2.2.6";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/client",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -26,12 +26,12 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@dynamic-labs/message-transport": "2.2.4",
29
+ "@dynamic-labs/message-transport": "2.2.6",
30
30
  "@vue/reactivity": "3.4.21"
31
31
  },
32
32
  "peerDependencies": {
33
- "@dynamic-labs/logger": "2.2.4",
34
- "@dynamic-labs/types": "2.2.4",
33
+ "@dynamic-labs/logger": "2.2.6",
34
+ "@dynamic-labs/types": "2.2.6",
35
35
  "eventemitter3": "5.0.1"
36
36
  }
37
37
  }