@doccov/cli 0.25.0 → 0.25.3

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 +3 -3
package/dist/cli.js CHANGED
@@ -2377,7 +2377,7 @@ import { validateDocCovSpec } from "@doccov/spec";
2377
2377
  import { normalize, validateSpec } from "@openpkg-ts/spec";
2378
2378
  import chalk10 from "chalk";
2379
2379
  // package.json
2380
- var version = "0.24.1";
2380
+ var version = "0.25.0";
2381
2381
 
2382
2382
  // src/commands/spec.ts
2383
2383
  var defaultDependencies4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/cli",
3
- "version": "0.25.0",
3
+ "version": "0.25.3",
4
4
  "description": "DocCov CLI - Documentation coverage and drift detection for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",
@@ -48,10 +48,10 @@
48
48
  "dependencies": {
49
49
  "@ai-sdk/anthropic": "^1.0.0",
50
50
  "@ai-sdk/openai": "^1.0.0",
51
- "@doccov/sdk": "^0.25.0",
51
+ "@doccov/sdk": "^0.25.3",
52
52
  "@doccov/spec": "^0.24.1",
53
53
  "@inquirer/prompts": "^7.8.0",
54
- "@openpkg-ts/spec": "^0.11.1",
54
+ "@openpkg-ts/spec": "^0.12.0",
55
55
  "ai": "^4.0.0",
56
56
  "chalk": "^5.4.1",
57
57
  "commander": "^14.0.0",