@doccov/sdk 0.25.0 → 0.25.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -2539,7 +2539,7 @@ interface SpecSummary {
2539
2539
  * ```
2540
2540
  */
2541
2541
  declare function extractSpecSummary(openpkg: OpenPkg8, doccov: DocCovSpec4): SpecSummary;
2542
- import { OpenPkg as OpenPkg_mulpcdndjy } from "@openpkg-ts/spec";
2542
+ import { OpenPkg as OpenPkg_aeffphbjgc } from "@openpkg-ts/spec";
2543
2543
  /**
2544
2544
  * Build Plan types for AI-powered repository scanning.
2545
2545
  */
@@ -2636,7 +2636,7 @@ interface BuildPlanExecutionResult {
2636
2636
  /** Whether all required steps succeeded */
2637
2637
  success: boolean;
2638
2638
  /** Generated OpenPkg spec (if successful) */
2639
- spec?: OpenPkg_mulpcdndjy;
2639
+ spec?: OpenPkg_aeffphbjgc;
2640
2640
  /** Results for each step */
2641
2641
  stepResults: BuildPlanStepResult[];
2642
2642
  /** Total execution time in milliseconds */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/sdk",
3
- "version": "0.25.0",
3
+ "version": "0.25.2",
4
4
  "description": "DocCov SDK - Documentation coverage and drift detection for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",
@@ -47,9 +47,9 @@
47
47
  "dist"
48
48
  ],
49
49
  "dependencies": {
50
- "@doccov/spec": "workspace:*",
51
- "@openpkg-ts/extract": "workspace:*",
52
- "@openpkg-ts/spec": "workspace:*",
50
+ "@doccov/spec": "^0.24.1",
51
+ "@openpkg-ts/extract": "^0.11.4",
52
+ "@openpkg-ts/spec": "^0.11.1",
53
53
  "@vercel/sandbox": "^1.0.3",
54
54
  "mdast": "^3.0.0",
55
55
  "minimatch": "^10.1.1",