@dynamic-labs/assert-package-version 3.8.2 → 3.8.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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [3.8.4](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.3...v3.8.4) (2024-11-27)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* don't allow user to connect wallet in bridge while sdk is still loading ([#7506](https://github.com/dynamic-labs/DynamicAuth/issues/7506)) ([#7508](https://github.com/dynamic-labs/DynamicAuth/issues/7508)) ([f0132bc](https://github.com/dynamic-labs/DynamicAuth/commit/f0132bcf6dabde7dcd340a9b152c9aa561b7c0d0))
|
|
8
|
+
|
|
9
|
+
### [3.8.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.2...v3.8.3) (2024-11-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* only fetch nonce when required ([#7495](https://github.com/dynamic-labs/DynamicAuth/issues/7495)) ([#7497](https://github.com/dynamic-labs/DynamicAuth/issues/7497)) ([2e8a629](https://github.com/dynamic-labs/DynamicAuth/commit/2e8a62976f63e44a1f686f83e10b942b2392238a))
|
|
15
|
+
|
|
2
16
|
### [3.8.2](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.1...v3.8.2) (2024-11-23)
|
|
3
17
|
|
|
4
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/assert-package-version",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@dynamic-labs/logger": "3.8.
|
|
29
|
+
"@dynamic-labs/logger": "3.8.4"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|