@dynamic-labs/flow 3.9.8 → 3.9.10
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 +21 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
|
|
2
|
+
### [3.9.10](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.9...v3.9.10) (2025-01-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add EthereumWalletConnectorsWithConfig ([#7796](https://github.com/dynamic-labs/DynamicAuth/issues/7796)) ([#7819](https://github.com/dynamic-labs/DynamicAuth/issues/7819)) ([510f9ac](https://github.com/dynamic-labs/DynamicAuth/commit/510f9acbd7ffa7fa767d45de22c95e03186d542d))
|
|
8
|
+
* add new super event that aggregates all user wallet events ([#7823](https://github.com/dynamic-labs/DynamicAuth/issues/7823)) ([ffe4fe7](https://github.com/dynamic-labs/DynamicAuth/commit/ffe4fe7c4ff4d0f12dee588fce84983c7b567d5e)), closes [#7797](https://github.com/dynamic-labs/DynamicAuth/issues/7797) [#7798](https://github.com/dynamic-labs/DynamicAuth/issues/7798)
|
|
9
|
+
|
|
10
|
+
### [3.9.9](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.8...v3.9.9) (2025-01-15)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add hook for upgrading embedded wallets ([#7785](https://github.com/dynamic-labs/DynamicAuth/issues/7785)) ([5dcf776](https://github.com/dynamic-labs/DynamicAuth/commit/5dcf7769d5bd1c98d4e35427e0a0b34f52b530f6))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* getWalletClient method not returning client with chain for Coinbase ([#7799](https://github.com/dynamic-labs/DynamicAuth/issues/7799)) ([#7800](https://github.com/dynamic-labs/DynamicAuth/issues/7800)) ([4f77045](https://github.com/dynamic-labs/DynamicAuth/commit/4f770456eb986ca16e17c4445b277f9d447b05e4))
|
|
21
|
+
* handle session key expire error code ([#7807](https://github.com/dynamic-labs/DynamicAuth/issues/7807)) ([1700b53](https://github.com/dynamic-labs/DynamicAuth/commit/1700b53496fd6577a6240af3c16ade8bdd8666a1))
|
|
22
|
+
|
|
2
23
|
### [3.9.8](https://github.com/dynamic-labs/DynamicAuth/compare/v3.9.7...v3.9.8) (2025-01-09)
|
|
3
24
|
|
|
4
25
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.10",
|
|
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.
|
|
31
|
-
"@dynamic-labs/utils": "3.9.
|
|
32
|
-
"@dynamic-labs/wallet-book": "3.9.
|
|
33
|
-
"@dynamic-labs/wallet-connector-core": "3.9.
|
|
30
|
+
"@dynamic-labs/assert-package-version": "3.9.10",
|
|
31
|
+
"@dynamic-labs/utils": "3.9.10",
|
|
32
|
+
"@dynamic-labs/wallet-book": "3.9.10",
|
|
33
|
+
"@dynamic-labs/wallet-connector-core": "3.9.10"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {}
|
|
36
36
|
}
|