@doccov/sdk 0.30.3 → 0.30.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
@@ -2632,7 +2632,7 @@ interface SpecSummary {
2632
2632
  * ```
2633
2633
  */
2634
2634
  declare function extractSpecSummary(openpkg: OpenPkg8, doccov: DocCovSpec4): SpecSummary;
2635
- import { OpenPkg as OpenPkg_tlzxdiynhy } from "@openpkg-ts/spec";
2635
+ import { OpenPkg as OpenPkg_wnxvpqssax } from "@openpkg-ts/spec";
2636
2636
  /**
2637
2637
  * Build Plan types for AI-powered repository scanning.
2638
2638
  */
@@ -2729,7 +2729,7 @@ interface BuildPlanExecutionResult {
2729
2729
  /** Whether all required steps succeeded */
2730
2730
  success: boolean;
2731
2731
  /** Generated OpenPkg spec (if successful) */
2732
- spec?: OpenPkg_tlzxdiynhy;
2732
+ spec?: OpenPkg_wnxvpqssax;
2733
2733
  /** Results for each step */
2734
2734
  stepResults: BuildPlanStepResult[];
2735
2735
  /** Total execution time in milliseconds */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/sdk",
3
- "version": "0.30.3",
3
+ "version": "0.30.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.23.0",
51
+ "@openpkg-ts/extract": "^0.23.1",
52
52
  "@openpkg-ts/spec": "^0.23.0",
53
53
  "@vercel/sandbox": "^1.0.3",
54
54
  "mdast": "^3.0.0",