Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeanalyzer-typescript",
"version": "1.0.0",
"version": "1.1.0",
"description": "CLDK TypeScript analyzer — emits the canonical schema v2 (additive CPG: symbol table → call graph → intraprocedural dataflow → interprocedural SDG) as analysis.json and Neo4j, via ts-morph.",
"type": "module",
"module": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* the analyzer invalidates stale per-file Modules (whose source is unchanged but whose extracted
* shape may differ across analyzer versions).
*/
export const ANALYZER_VERSION = "1.0.0";
export const ANALYZER_VERSION = "1.1.0";
Loading