@dynamic-labs/assert-package-version 3.4.2 → 3.4.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.4.4](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.3...v3.4.4) (2024-10-24)
|
|
3
|
+
|
|
4
|
+
### [3.4.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.2...v3.4.3) (2024-10-23)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* add mobile wallet redirect view ([#7168](https://github.com/dynamic-labs/DynamicAuth/issues/7168)) ([#7194](https://github.com/dynamic-labs/DynamicAuth/issues/7194)) ([1d25423](https://github.com/dynamic-labs/DynamicAuth/commit/1d254236e8609847e9ad8a390593ce7741fc10a6))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* sdkHasLoaded should check if primaryWallet has finished loading ([#7193](https://github.com/dynamic-labs/DynamicAuth/issues/7193)) ([1b9a0de](https://github.com/dynamic-labs/DynamicAuth/commit/1b9a0de0e279804f808f36a4945a8b2500cc2b7a))
|
|
15
|
+
|
|
2
16
|
### [3.4.2](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.1...v3.4.2) (2024-10-18)
|
|
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.4.
|
|
3
|
+
"version": "3.4.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.4.
|
|
29
|
+
"@dynamic-labs/logger": "3.4.4"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|