@doccov/cli 0.27.0 → 0.27.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 +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2903,7 +2903,7 @@ function registerCheckCommand(program, dependencies = {}) {
2903
2903
  resolveExternalTypes,
2904
2904
  maxDepth: options.maxTypeDepth,
2905
2905
  useCache: options.cache !== false,
2906
- cwd: options.cwd
2906
+ cwd: targetDir
2907
2907
  });
2908
2908
  const analyzeOptions = resolvedFilters.visibility ? { filters: { visibility: resolvedFilters.visibility } } : {};
2909
2909
  const specResult = await analyzer.analyzeFileWithDiagnostics(entryFile, analyzeOptions);
@@ -2980,7 +2980,7 @@ function registerCheckCommand(program, dependencies = {}) {
2980
2980
  limit: parseInt(options.limit, 10) || 20,
2981
2981
  stdout: options.stdout,
2982
2982
  outputPath: options.output,
2983
- cwd: options.cwd
2983
+ cwd: targetDir
2984
2984
  }, { log });
2985
2985
  if (!passed2) {
2986
2986
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doccov/cli",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "DocCov CLI - Documentation coverage and drift detection for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",