checksumai 4.3.2-beta.9 → 4.4.0

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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.4.0](https://github.com/checksum-ai/checksum-ai-monorepo/compare/runtime-wrapper-v4.3.2...runtime-wrapper-v4.4.0) (2026-06-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **runtime-wrapper:** Bump @checksum-ai/runtime pin to 4.3.2 ([#2703](https://github.com/checksum-ai/checksum-ai-monorepo/issues/2703)) ([3da2ef6](https://github.com/checksum-ai/checksum-ai-monorepo/commit/3da2ef6b494b768218bb545dd13734031c4b87be))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * **runtime-wrapper:** Note linked-versions release with runtime [pkg:runtime-wrapper] ([#3102](https://github.com/checksum-ai/checksum-ai-monorepo/issues/3102)) ([1ff9378](https://github.com/checksum-ai/checksum-ai-monorepo/commit/1ff937847d610a49cc71dbee0b271ac748a0b275))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @checksum-ai/runtime bumped from 4.3.2 to 4.4.0
21
+
3
22
  ## [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
23
 
5
24
 
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # checksumai
2
2
 
3
3
  Thin wrapper that loads `@checksum-ai/runtime/cli.js`. Installed via `npm i -D checksumai`; invoke with `npx checksumai`.
4
+
5
+ This package is versioned in lockstep with `@checksum-ai/runtime` (release-please linked-versions group), so its version always matches the runtime it loads.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checksumai",
3
- "version": "4.3.2-beta.9",
3
+ "version": "4.4.0",
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.2-beta.9",
14
+ "@checksum-ai/runtime": "4.4.0",
15
15
  "ts-node": "^10.9.1"
16
16
  },
17
17
  "repository": {