@doccov/cli 0.24.0 → 0.24.1

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 +4 -4
package/dist/cli.js CHANGED
@@ -2364,7 +2364,7 @@ import { validateDocCovSpec } from "@doccov/spec";
2364
2364
  import { normalize, validateSpec } from "@openpkg-ts/spec";
2365
2365
  import chalk10 from "chalk";
2366
2366
  // package.json
2367
- var version = "0.23.0";
2367
+ var version = "0.24.0";
2368
2368
 
2369
2369
  // src/commands/spec.ts
2370
2370
  var defaultDependencies4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/cli",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
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.24.0",
52
- "@doccov/spec": "^0.24.0",
51
+ "@doccov/sdk": "^0.24.1",
52
+ "@doccov/spec": "^0.24.1",
53
53
  "@inquirer/prompts": "^7.8.0",
54
- "@openpkg-ts/spec": "^0.11.0",
54
+ "@openpkg-ts/spec": "^0.11.1",
55
55
  "ai": "^4.0.0",
56
56
  "chalk": "^5.4.1",
57
57
  "commander": "^14.0.0",