@doccov/sdk 0.24.0 → 0.24.2

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.
@@ -5,6 +5,7 @@ interface DetectedSchemaEntry {
5
5
  schema: Record<string, unknown>;
6
6
  vendor: string;
7
7
  }
8
+ import { SpecDiff } from "@openpkg-ts/spec";
8
9
  /**
9
10
  * All possible drift type identifiers.
10
11
  */
@@ -71,6 +72,7 @@ interface DriftSummary {
71
72
  byCategory: Record<DriftCategory, number>;
72
73
  fixable: number;
73
74
  }
75
+ import { OpenPkg as OpenPkg2, SpecExport as SpecExport7 } from "@openpkg-ts/spec";
74
76
  /**
75
77
  * Categorize a single drift issue.
76
78
  *
@@ -232,7 +234,6 @@ declare function hasNonAssertionComments(code: string): boolean;
232
234
  * Detect assertion failures by comparing stdout to expected values.
233
235
  */
234
236
  declare function detectExampleAssertionFailures(entry: SpecExport2, runtimeResults: Map<number, ExampleRunResult>): SpecDocDrift[];
235
- import { OpenPkg as OpenPkg2, SpecExport as SpecExport7 } from "@openpkg-ts/spec";
236
237
  /**
237
238
  * An enriched with computed documentation metadata.
238
239
  * Extends SpecExport with the `docs` field for coverage analysis.
@@ -282,7 +283,6 @@ interface EnrichOptions {
282
283
  * ```
283
284
  */
284
285
  declare function enrichSpec(spec: OpenPkg2, options?: EnrichOptions): EnrichedOpenPkg;
285
- import { SpecDiff } from "@openpkg-ts/spec";
286
286
  /**
287
287
  * Extended diff result with doccov-specific coverage tracking.
288
288
  */
@@ -33,8 +33,9 @@ import {
33
33
  renderSparkline,
34
34
  saveReport,
35
35
  saveSnapshot
36
- } from "../shared/chunk-c1f9mytc.js";
36
+ } from "../shared/chunk-p1stkhse.js";
37
37
  import"../shared/chunk-esptwrfq.js";
38
+
38
39
  // src/analysis/diff-enriched.ts
39
40
  import { diffSpec } from "@openpkg-ts/spec";
40
41
  function diffEnrichedSpec(oldSpec, newSpec) {