@doccov/cli 0.19.0 → 0.20.0

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
@@ -2194,7 +2194,7 @@ import { DocCov as DocCov3, NodeFileSystem as NodeFileSystem3, renderApiSurface,
2194
2194
  import { normalize, validateSpec } from "@openpkg-ts/spec";
2195
2195
  import chalk8 from "chalk";
2196
2196
  // package.json
2197
- var version = "0.18.0";
2197
+ var version = "0.19.0";
2198
2198
 
2199
2199
  // src/commands/spec.ts
2200
2200
  var defaultDependencies4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/cli",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
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.19.0",
51
+ "@doccov/sdk": "^0.20.0",
52
52
  "@inquirer/prompts": "^7.8.0",
53
53
  "@openpkg-ts/spec": "^0.10.0",
54
54
  "ai": "^4.0.0",