@dynamic-labs/assert-package-version 4.30.2 → 4.30.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,19 @@
1
1
 
2
+ ### [4.30.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.3...v4.30.4) (2025-09-09)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * remove artifacts section to resolve error preventing the build ([#9456](https://github.com/dynamic-labs/dynamic-auth/issues/9456)) ([691a2e7](https://github.com/dynamic-labs/dynamic-auth/commit/691a2e78c9f395e2e3e27df89cc6520deabb1af7))
8
+ * use unique codebuild id for shard artifacts in batch build ([#9455](https://github.com/dynamic-labs/dynamic-auth/issues/9455)) ([69f0270](https://github.com/dynamic-labs/dynamic-auth/commit/69f0270b0a20be044617367178db2a375d0f359d))
9
+
10
+ ### [4.30.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.2...v4.30.3) (2025-09-05)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * serialize eip7702 auth as big int when unformatting ([#9453](https://github.com/dynamic-labs/dynamic-auth/issues/9453)) ([013de4e](https://github.com/dynamic-labs/dynamic-auth/commit/013de4e58be291f97781b05eb4138d295593afbd))
16
+
2
17
  ### [4.30.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.1...v4.30.2) (2025-09-05)
3
18
 
4
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/assert-package-version",
3
- "version": "4.30.2",
3
+ "version": "4.30.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": "4.30.2"
29
+ "@dynamic-labs/logger": "4.30.4"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }