@kb-labs/qa-core 0.6.0 → 2.6.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.
@@ -1,4 +1,4 @@
1
- import { HistoryEntry, QAResults, WorkspacePackage, TrendResult, EnrichedTrendResult, RegressionResult, PackageTimelineResponse } from '@kb-labs/qa-contracts';
1
+ import { HistoryEntry, QAResults, WorkspacePackage, EnrichedTrendResult, TrendResult, RegressionResult, PackageTimelineResponse } from '@kb-labs/qa-contracts';
2
2
 
3
3
  /**
4
4
  * Load history entries from disk.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { L as LastRunData, c as collectSubmoduleInfo, a as getSubmoduleInfo, g as getWorkspacePackages, l as loadLastRun, b as runLintCheck, r as runQA, e as runTestCheck, d as runTypeCheck, s as saveLastRun } from './last-run-store-CQ_6ai40.js';
1
+ export { L as LastRunData, c as collectSubmoduleInfo, g as getSubmoduleInfo, a as getWorkspacePackages, l as loadLastRun, r as runLintCheck, b as runQA, d as runTestCheck, e as runTypeCheck, s as saveLastRun } from './last-run-store-CVsUqnU0.js';
2
2
  export { captureBaseline, compareWithBaseline, createBaselineFromResults, loadBaseline, saveBaseline } from './baseline/index.js';
3
3
  export { analyzeEnrichedTrends, analyzeTrends, appendEntry, createHistoryEntry, detectRegressions, getPackageTimeline, loadHistory, saveHistory } from './history/index.js';
4
4
  export { ReportSection, buildBaselineReport, buildDetailedJsonReport, buildDetailedRunReport, buildHistoryTable, buildJsonReport, buildRegressionsReport, buildRunReport, buildTrendsReport, groupErrors, groupResults } from './report/index.js';
@@ -75,4 +75,4 @@ declare function saveLastRun(rootDir: string, results: QAResults, packages: Work
75
75
  */
76
76
  declare function loadLastRun(rootDir: string): LastRunData | null;
77
77
 
78
- export { type LastRunData as L, getSubmoduleInfo as a, runLintCheck as b, collectSubmoduleInfo as c, runTypeCheck as d, runTestCheck as e, getWorkspacePackages as g, loadLastRun as l, runQA as r, saveLastRun as s };
78
+ export { type LastRunData as L, getWorkspacePackages as a, runQA as b, collectSubmoduleInfo as c, runTestCheck as d, runTypeCheck as e, getSubmoduleInfo as g, loadLastRun as l, runLintCheck as r, saveLastRun as s };
@@ -1,4 +1,4 @@
1
- import { QAResults, BaselineDiff, QAReport, GroupedResults, HistoryEntry, TrendResult, RegressionResult, BaselineSnapshot, WorkspacePackage, QAPluginConfig, QAErrorGroupsResponse } from '@kb-labs/qa-contracts';
1
+ import { QAResults, GroupedResults, BaselineDiff, QAReport, BaselineSnapshot, HistoryEntry, RegressionResult, TrendResult, WorkspacePackage, QAPluginConfig, QAErrorGroupsResponse } from '@kb-labs/qa-contracts';
2
2
 
3
3
  /**
4
4
  * Build a structured JSON report from QA results.
@@ -1,4 +1,4 @@
1
- export { L as LastRunData, c as collectSubmoduleInfo, a as getSubmoduleInfo, g as getWorkspacePackages, l as loadLastRun, b as runLintCheck, r as runQA, e as runTestCheck, d as runTypeCheck, s as saveLastRun } from '../last-run-store-CQ_6ai40.js';
1
+ export { L as LastRunData, c as collectSubmoduleInfo, g as getSubmoduleInfo, a as getWorkspacePackages, l as loadLastRun, r as runLintCheck, b as runQA, d as runTestCheck, e as runTypeCheck, s as saveLastRun } from '../last-run-store-CVsUqnU0.js';
2
2
  import { WorkspacePackage, CheckResult } from '@kb-labs/qa-contracts';
3
3
 
4
4
  interface CacheEntry {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/qa-core",
3
- "version": "0.6.0",
3
+ "version": "2.6.0",
4
4
  "type": "module",
5
5
  "description": "Core business logic for KB Labs QA Plugin — runner, baseline, history, and reporting.",
6
6
  "main": "./dist/index.js",
@@ -46,10 +46,10 @@
46
46
  "test:watch": "vitest"
47
47
  },
48
48
  "dependencies": {
49
- "@kb-labs/qa-contracts": "^0.6.0"
49
+ "@kb-labs/qa-contracts": "^2.6.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@kb-labs/devkit": "link:../../../../infra/kb-labs-devkit",
52
+ "@kb-labs/devkit": "workspace:*",
53
53
  "@types/node": "^24.3.3",
54
54
  "eslint": "^9",
55
55
  "rimraf": "^6.0.1",