@doccov/sdk 0.28.0 → 0.28.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.
@@ -36,7 +36,7 @@ import {
36
36
  renderSparkline,
37
37
  saveReport,
38
38
  saveSnapshot
39
- } from "../shared/chunk-3p1hd5h3.js";
39
+ } from "../shared/chunk-0048g7g0.js";
40
40
  import"../shared/chunk-r4wa72ae.js";
41
41
  export {
42
42
  saveSnapshot,
package/dist/index.d.ts CHANGED
@@ -2150,7 +2150,7 @@ interface SchemaDetectionResult {
2150
2150
  }
2151
2151
  declare function detectRuntimeSchemas(context: SchemaDetectionContext): Promise<SchemaDetectionResult>;
2152
2152
  import * as TS2 from "typescript";
2153
- import { extractSchemaType, findAdapter, isSchemaType, extractStandardSchemas, extractStandardSchemasFromProject, isStandardJSONSchema, resolveCompiledPath, ExtractStandardSchemasOptions, SchemaAdapter, SchemaExtractionResult, StandardJSONSchemaV1, StandardSchemaExtractionOutput, StandardSchemaExtractionResult } from "@openpkg-ts/extract";
2153
+ import { ExtractStandardSchemasOptions, extractSchemaType, extractStandardSchemas, extractStandardSchemasFromProject, findAdapter, isSchemaType, isStandardJSONSchema, resolveCompiledPath, SchemaAdapter, SchemaExtractionResult, StandardJSONSchemaV1, StandardSchemaExtractionOutput, StandardSchemaExtractionResult } from "@openpkg-ts/extract";
2154
2154
  import { SchemaAdapter as SchemaAdapter2 } from "@openpkg-ts/extract";
2155
2155
  /**
2156
2156
  * Extract the output type from a schema type.
@@ -2576,7 +2576,7 @@ interface SpecSummary {
2576
2576
  * ```
2577
2577
  */
2578
2578
  declare function extractSpecSummary(openpkg: OpenPkg8, doccov: DocCovSpec4): SpecSummary;
2579
- import { OpenPkg as OpenPkg_yvexjmhfbt } from "@openpkg-ts/spec";
2579
+ import { OpenPkg as OpenPkg_hpkftpjlir } from "@openpkg-ts/spec";
2580
2580
  /**
2581
2581
  * Build Plan types for AI-powered repository scanning.
2582
2582
  */
@@ -2673,7 +2673,7 @@ interface BuildPlanExecutionResult {
2673
2673
  /** Whether all required steps succeeded */
2674
2674
  success: boolean;
2675
2675
  /** Generated OpenPkg spec (if successful) */
2676
- spec?: OpenPkg_yvexjmhfbt;
2676
+ spec?: OpenPkg_hpkftpjlir;
2677
2677
  /** Results for each step */
2678
2678
  stepResults: BuildPlanStepResult[];
2679
2679
  /** Total execution time in milliseconds */