circle-ir-ai 4.0.2 → 4.0.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [4.0.4] - 2026-08-13
9
+
10
+ ### Changed — bump circle-ir 4.6.0 → 4.7.0
11
+
12
+ Engine pin bump to latest 4.x. No source changes. Single copy verified; typecheck
13
+ clean, 1801 tests pass. Static regression spot-check clean: OWASP 100%, Rust 92.3%,
14
+ Bash 100%, HTML 100%, Go 78.9% (all match baseline).
15
+
16
+ ## [4.0.3] - 2026-08-12
17
+
18
+ ### Changed — bump circle-ir 4.5.0 → 4.6.0
19
+
20
+ Engine pin bump to latest 4.x. No source changes. Single copy verified; typecheck
21
+ clean, 1801 tests pass. Static regression spot-check clean: OWASP 100%, Rust 92.3%,
22
+ Bash 100%, HTML 100% (all match baseline).
23
+
8
24
  ## [4.0.2] - 2026-08-12
9
25
 
10
26
  ### Changed — bump circle-ir 4.4.0 → 4.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circle-ir-ai",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "LLM-enhanced SAST analysis built on circle-ir",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -100,7 +100,7 @@
100
100
  "@ax-llm/ax": "^20.0.0",
101
101
  "@cognium/project-profile-detect": "^1.1.0",
102
102
  "@mastra/core": "^1.18.0",
103
- "circle-ir": "4.5.0",
103
+ "circle-ir": "4.7.0",
104
104
  "minimatch": "^10.2.5",
105
105
  "p-queue": "^9.1.0"
106
106
  },