@dynamic-labs/assert-package-version 3.8.1 → 3.8.3

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
 
2
+ ### [3.8.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.2...v3.8.3) (2024-11-26)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * 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))
8
+
9
+ ### [3.8.2](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.1...v3.8.2) (2024-11-23)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * change copy on linking the same wallet ([#7491](https://github.com/dynamic-labs/DynamicAuth/issues/7491)) ([64560cd](https://github.com/dynamic-labs/DynamicAuth/commit/64560cdf4fbc51629eae3ceb466908dc5d27fbfa))
15
+
2
16
  ### [3.8.1](https://github.com/dynamic-labs/DynamicAuth/compare/v3.8.0...v3.8.1) (2024-11-21)
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.1",
3
+ "version": "3.8.3",
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.1"
29
+ "@dynamic-labs/logger": "3.8.3"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }