@doccov/sdk 0.31.0 → 0.31.1

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
@@ -3118,7 +3118,7 @@ interface SpecSummary {
3118
3118
  * ```
3119
3119
  */
3120
3120
  declare function extractSpecSummary(openpkg: OpenPkg10, doccov: DocCovSpec5): SpecSummary;
3121
- import { OpenPkg as OpenPkg_xvdmlnuyqi } from "@openpkg-ts/spec";
3121
+ import { OpenPkg as OpenPkg_wrdgzrsgop } from "@openpkg-ts/spec";
3122
3122
  /**
3123
3123
  * Build Plan types for AI-powered repository scanning.
3124
3124
  */
@@ -3215,7 +3215,7 @@ interface BuildPlanExecutionResult {
3215
3215
  /** Whether all required steps succeeded */
3216
3216
  success: boolean;
3217
3217
  /** Generated OpenPkg spec (if successful) */
3218
- spec?: OpenPkg_xvdmlnuyqi;
3218
+ spec?: OpenPkg_wrdgzrsgop;
3219
3219
  /** Results for each step */
3220
3220
  stepResults: BuildPlanStepResult[];
3221
3221
  /** Total execution time in milliseconds */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/sdk",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
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.31.0",
51
- "@openpkg-ts/extract": "0.25.0",
51
+ "@openpkg-ts/extract": "0.27.0",
52
52
  "@openpkg-ts/spec": "^0.23.0",
53
53
  "@vercel/sandbox": "^1.0.3",
54
54
  "mdast": "^3.0.0",