circle-ir-ai 2.37.5 → 2.37.7
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 +34 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,40 @@ 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
|
+
## [2.37.7] - 2026-07-06
|
|
9
|
+
|
|
10
|
+
Bump `circle-ir` `3.153.0` → `3.154.0`. Zero-code refresh — pulls in
|
|
11
|
+
upstream engine improvements published in `circle-ir@3.154.0`.
|
|
12
|
+
|
|
13
|
+
### What changed
|
|
14
|
+
|
|
15
|
+
- **`package.json`**:
|
|
16
|
+
- Version `2.37.6` → `2.37.7`.
|
|
17
|
+
- `circle-ir` pinned to `3.154.0`.
|
|
18
|
+
- Lockfile refreshed against the registry.
|
|
19
|
+
|
|
20
|
+
### Tests
|
|
21
|
+
|
|
22
|
+
- 90 files, 1350 passed / 3 skipped.
|
|
23
|
+
- Typecheck + build clean.
|
|
24
|
+
|
|
25
|
+
## [2.37.6] - 2026-07-06
|
|
26
|
+
|
|
27
|
+
Bump `circle-ir` `3.152.0` → `3.153.0`. Zero-code refresh — pulls in
|
|
28
|
+
upstream engine improvements published in `circle-ir@3.153.0`.
|
|
29
|
+
|
|
30
|
+
### What changed
|
|
31
|
+
|
|
32
|
+
- **`package.json`**:
|
|
33
|
+
- Version `2.37.5` → `2.37.6`.
|
|
34
|
+
- `circle-ir` pinned to `3.153.0`.
|
|
35
|
+
- Lockfile refreshed against the registry.
|
|
36
|
+
|
|
37
|
+
### Tests
|
|
38
|
+
|
|
39
|
+
- 90 files, 1350 passed / 3 skipped.
|
|
40
|
+
- Typecheck + build clean.
|
|
41
|
+
|
|
8
42
|
## [2.37.5] - 2026-07-06
|
|
9
43
|
|
|
10
44
|
Hotfix on top of 2.37.4: the verify-cache key didn't include
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "circle-ir-ai",
|
|
3
|
-
"version": "2.37.
|
|
3
|
+
"version": "2.37.7",
|
|
4
4
|
"description": "LLM-enhanced SAST analysis built on circle-ir",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@ax-llm/ax": "^20.0.0",
|
|
98
98
|
"@cognium/project-profile-detect": "^1.1.0",
|
|
99
99
|
"@mastra/core": "^1.18.0",
|
|
100
|
-
"circle-ir": "3.
|
|
100
|
+
"circle-ir": "3.154.0",
|
|
101
101
|
"minimatch": "^10.2.5",
|
|
102
102
|
"p-queue": "^9.1.0"
|
|
103
103
|
},
|