@doccov/sdk 0.25.7 → 0.25.8
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.
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2515,7 +2515,7 @@ interface SpecSummary {
|
|
|
2515
2515
|
* ```
|
|
2516
2516
|
*/
|
|
2517
2517
|
declare function extractSpecSummary(openpkg: OpenPkg8, doccov: DocCovSpec4): SpecSummary;
|
|
2518
|
-
import { OpenPkg as
|
|
2518
|
+
import { OpenPkg as OpenPkg_ktpjwjaqls } from "@openpkg-ts/spec";
|
|
2519
2519
|
/**
|
|
2520
2520
|
* Build Plan types for AI-powered repository scanning.
|
|
2521
2521
|
*/
|
|
@@ -2612,7 +2612,7 @@ interface BuildPlanExecutionResult {
|
|
|
2612
2612
|
/** Whether all required steps succeeded */
|
|
2613
2613
|
success: boolean;
|
|
2614
2614
|
/** Generated OpenPkg spec (if successful) */
|
|
2615
|
-
spec?:
|
|
2615
|
+
spec?: OpenPkg_ktpjwjaqls;
|
|
2616
2616
|
/** Results for each step */
|
|
2617
2617
|
stepResults: BuildPlanStepResult[];
|
|
2618
2618
|
/** Total execution time in milliseconds */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doccov/sdk",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.8",
|
|
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.24.1",
|
|
51
|
-
"@openpkg-ts/extract": "^0.14.
|
|
51
|
+
"@openpkg-ts/extract": "^0.14.2",
|
|
52
52
|
"@openpkg-ts/spec": "^0.12.0",
|
|
53
53
|
"@vercel/sandbox": "^1.0.3",
|
|
54
54
|
"mdast": "^3.0.0",
|