@doccov/cli 0.14.0 → 0.15.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
@@ -1823,7 +1823,7 @@ import { DocCov as DocCov3, NodeFileSystem as NodeFileSystem3, resolveTarget as
1823
1823
  import { normalize, validateSpec } from "@openpkg-ts/spec";
1824
1824
  import chalk8 from "chalk";
1825
1825
  // package.json
1826
- var version = "0.13.0";
1826
+ var version = "0.14.0";
1827
1827
 
1828
1828
  // src/utils/filter-options.ts
1829
1829
  import { mergeFilters, parseListFlag } from "@doccov/sdk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/cli",
3
- "version": "0.14.0",
3
+ "version": "0.15.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.13.0",
51
+ "@doccov/sdk": "^0.15.0",
52
52
  "@inquirer/prompts": "^7.8.0",
53
53
  "@openpkg-ts/spec": "^0.9.0",
54
54
  "ai": "^4.0.0",