checksumai 4.5.0 → 4.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.7.0](https://github.com/checksum-ai/checksum-ai-monorepo/compare/runtime-wrapper-v4.6.0...runtime-wrapper-v4.7.0) (2026-07-01)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * **runtime,runtime-wrapper:** Drop ts-node CLI + npx fanout to cut per-pod memory [pkg:eslint-config,nodejs-lib,runtime,runtime-wrapper] ([#3141](https://github.com/checksum-ai/checksum-ai-monorepo/issues/3141)) ([90f85fe](https://github.com/checksum-ai/checksum-ai-monorepo/commit/90f85fed977c01cff0e8b081234041d53440a784))
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.6.0 to 4.7.0
21
+
22
+ ## [4.6.0](https://github.com/checksum-ai/checksum-ai-monorepo/compare/runtime-wrapper-v4.5.0...runtime-wrapper-v4.6.0) (2026-07-01)
23
+
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * **runtime-wrapper:** Synchronize runtime versions
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @checksum-ai/runtime bumped from 4.5.0 to 4.6.0
35
+
3
36
  ## [4.5.0](https://github.com/checksum-ai/checksum-ai-monorepo/compare/runtime-wrapper-v4.4.2...runtime-wrapper-v4.5.0) (2026-06-18)
4
37
 
5
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "checksumai",
3
- "version": "4.5.0",
3
+ "version": "4.7.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.5.0"
14
+ "@checksum-ai/runtime": "4.7.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",