@dynamic-labs/assert-package-version 4.45.0 → 4.45.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
 
2
+ ### [4.45.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.45.0...v4.45.1) (2025-11-14)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * validate global wallet requester origin protocol ([#9871](https://github.com/dynamic-labs/dynamic-auth/issues/9871)) ([da8a533](https://github.com/dynamic-labs/dynamic-auth/commit/da8a5332cf615ff0923e7dc8b0e6608c6caab353))
8
+
2
9
  ## [4.45.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.44.4...v4.45.0) (2025-11-11)
3
10
 
4
11
  * **react-native:** add mfaCompletionSuccess and mfaCompletionFailure events to react-native client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/assert-package-version",
3
- "version": "4.45.0",
3
+ "version": "4.45.1",
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": "4.45.0"
29
+ "@dynamic-labs/logger": "4.45.1"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }