@dynamic-labs/flow 1.0.7 → 1.0.9
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 +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
### [1.0.9](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.8...v1.0.9) (2024-01-31)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* lock starknet to 5.25.0 since 5.27.0 breaks the build ([#4542](https://github.com/dynamic-labs/DynamicAuth/issues/4542)) ([6189e93](https://github.com/dynamic-labs/DynamicAuth/commit/6189e9323776649e61e3a4f0d70a61fc77b5d21f))
|
|
8
|
+
* properly handle AccountExistsError for signInOAuth ([#4530](https://github.com/dynamic-labs/DynamicAuth/issues/4530)) ([9f4e31c](https://github.com/dynamic-labs/DynamicAuth/commit/9f4e31c3c451557ae0c64cb743c61c0da8654e45))
|
|
9
|
+
|
|
10
|
+
### [1.0.8](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.7...v1.0.8) (2024-01-26)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* pass id to wagmi chain override ([#4512](https://github.com/dynamic-labs/DynamicAuth/issues/4512)) ([#4514](https://github.com/dynamic-labs/DynamicAuth/issues/4514)) ([0e6da01](https://github.com/dynamic-labs/DynamicAuth/commit/0e6da0108d30b9ae65062126f4a41543740acc87))
|
|
16
|
+
|
|
2
17
|
### [1.0.7](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.6...v1.0.7) (2024-01-25)
|
|
3
18
|
|
|
4
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@onflow/fcl": "1.4.1",
|
|
30
|
-
"@dynamic-labs/utils": "1.0.
|
|
31
|
-
"@dynamic-labs/wallet-book": "1.0.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "1.0.
|
|
30
|
+
"@dynamic-labs/utils": "1.0.9",
|
|
31
|
+
"@dynamic-labs/wallet-book": "1.0.9",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "1.0.9"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|