@doccov/sdk 0.27.3 → 0.27.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -2565,7 +2565,7 @@ interface SpecSummary {
2565
2565
  * ```
2566
2566
  */
2567
2567
  declare function extractSpecSummary(openpkg: OpenPkg8, doccov: DocCovSpec4): SpecSummary;
2568
- import { OpenPkg as OpenPkg_jkmegcwtaf } from "@openpkg-ts/spec";
2568
+ import { OpenPkg as OpenPkg_hainnxyauh } from "@openpkg-ts/spec";
2569
2569
  /**
2570
2570
  * Build Plan types for AI-powered repository scanning.
2571
2571
  */
@@ -2662,7 +2662,7 @@ interface BuildPlanExecutionResult {
2662
2662
  /** Whether all required steps succeeded */
2663
2663
  success: boolean;
2664
2664
  /** Generated OpenPkg spec (if successful) */
2665
- spec?: OpenPkg_jkmegcwtaf;
2665
+ spec?: OpenPkg_hainnxyauh;
2666
2666
  /** Results for each step */
2667
2667
  stepResults: BuildPlanStepResult[];
2668
2668
  /** Total execution time in milliseconds */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/sdk",
3
- "version": "0.27.3",
3
+ "version": "0.27.4",
4
4
  "description": "DocCov SDK - Documentation coverage and drift detection for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",
@@ -48,7 +48,7 @@
48
48
  ],
49
49
  "dependencies": {
50
50
  "@doccov/spec": "^0.27.0",
51
- "@openpkg-ts/extract": "^0.16.1",
51
+ "@openpkg-ts/extract": "^0.17.0",
52
52
  "@openpkg-ts/spec": "^0.12.0",
53
53
  "@vercel/sandbox": "^1.0.3",
54
54
  "mdast": "^3.0.0",