@doccov/cli 0.25.6 → 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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -2375,7 +2375,7 @@ import { validateDocCovSpec } from "@doccov/spec";
2375
2375
  import { normalize, validateSpec } from "@openpkg-ts/spec";
2376
2376
  import chalk10 from "chalk";
2377
2377
  // package.json
2378
- var version = "0.25.3";
2378
+ var version = "0.25.7";
2379
2379
 
2380
2380
  // src/commands/spec.ts
2381
2381
  var defaultDependencies4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/cli",
3
- "version": "0.25.6",
3
+ "version": "0.25.8",
4
4
  "description": "DocCov CLI - Documentation coverage and drift detection for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@ai-sdk/anthropic": "^1.0.0",
50
50
  "@ai-sdk/openai": "^1.0.0",
51
- "@doccov/sdk": "^0.25.3",
51
+ "@doccov/sdk": "^0.25.8",
52
52
  "@doccov/spec": "^0.24.1",
53
53
  "@inquirer/prompts": "^7.8.0",
54
54
  "@openpkg-ts/spec": "^0.12.0",