checksumai 4.3.0 → 4.3.2-beta.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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.3.2](https://github.com/checksum-ai/checksum-ai-monorepo/compare/runtime-wrapper-v4.3.1...runtime-wrapper-v4.3.2) (2026-06-03)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **runtime-wrapper:** Synchronize runtime versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @checksum-ai/runtime bumped from 4.3.1 to 4.3.2
16
+
17
+ ## [4.3.1](https://github.com/checksum-ai/checksum-ai-monorepo/compare/runtime-wrapper-v4.3.0...runtime-wrapper-v4.3.1) (2026-06-03)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **runtime-wrapper:** Synchronize runtime versions
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @checksum-ai/runtime bumped from 4.3.0 to 4.3.1
30
+
3
31
  ## [4.3.0](https://github.com/checksum-ai/checksum-ai-monorepo/compare/runtime-wrapper-v4.2.0...runtime-wrapper-v4.3.0) (2026-06-02)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checksumai",
3
- "version": "4.3.0",
3
+ "version": "4.3.2-beta.1",
4
4
  "description": "Checksum.ai runtime base package",
5
5
  "main": "./run.js",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "checksumai": "run.js"
12
12
  },
13
13
  "dependencies": {
14
- "@checksum-ai/runtime": "4.3.0",
14
+ "@checksum-ai/runtime": "4.3.2-beta.1",
15
15
  "ts-node": "^10.9.1"
16
16
  },
17
17
  "repository": {