@dynamic-labs/flow 3.9.2 → 3.9.4

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
+ ### [3.9.4](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.3...v3.9.4) (2024-12-18)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * improve signtypeddata and signmessage for zerodev connector ([#7651](https://github.com/dynamic-labs/DynamicAuth/issues/7651)) ([6f2b938](https://github.com/dynamic-labs/DynamicAuth/commit/6f2b938cfbcb9d5ca15b20979b42a458a9062164))
8
+
9
+ ### [3.9.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.2...v3.9.3) (2024-12-18)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * allow re-linking unknown wallet when there's another account of the same wallet provider already linked ([#7627](https://github.com/dynamic-labs/DynamicAuth/issues/7627)) ([d34f07c](https://github.com/dynamic-labs/DynamicAuth/commit/d34f07c0aa645d35192e0939f8c2b4bf35bafc86))
15
+ * temp disable refreshing blockhash for solana transactions ([#7646](https://github.com/dynamic-labs/DynamicAuth/issues/7646)) ([8aeab7c](https://github.com/dynamic-labs/DynamicAuth/commit/8aeab7c798881746e5977e509e7b301475281f03))
16
+
2
17
  ### [3.9.2](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.1...v3.9.2) (2024-12-11)
3
18
 
4
19
  ### [3.9.1](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.0...v3.9.1) (2024-12-09)
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "3.9.2";
6
+ var version = "3.9.4";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "3.9.2";
2
+ var version = "3.9.4";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "3.9.2",
3
+ "version": "3.9.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@onflow/fcl": "1.10.0",
30
- "@dynamic-labs/assert-package-version": "3.9.2",
31
- "@dynamic-labs/utils": "3.9.2",
32
- "@dynamic-labs/wallet-book": "3.9.2",
33
- "@dynamic-labs/wallet-connector-core": "3.9.2"
30
+ "@dynamic-labs/assert-package-version": "3.9.4",
31
+ "@dynamic-labs/utils": "3.9.4",
32
+ "@dynamic-labs/wallet-book": "3.9.4",
33
+ "@dynamic-labs/wallet-connector-core": "3.9.4"
34
34
  },
35
35
  "peerDependencies": {}
36
36
  }