@doccov/cli 0.32.0 → 0.33.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.
- package/package.json +2 -3
- package/dist/cli.js +0 -178971
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doccov/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"description": "DocCov CLI - Documentation coverage and drift detection for TypeScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"main": "./dist/index.js",
|
|
23
23
|
"types": "./dist/index.d.ts",
|
|
24
24
|
"bin": {
|
|
25
|
-
"doccov": "./dist/cli.js",
|
|
26
25
|
"drift": "./dist/drift.js"
|
|
27
26
|
},
|
|
28
27
|
"exports": {
|
|
@@ -38,7 +37,7 @@
|
|
|
38
37
|
"scripts": {
|
|
39
38
|
"build": "bunup",
|
|
40
39
|
"dev": "bunup --watch",
|
|
41
|
-
"cli": "bun run src/
|
|
40
|
+
"cli": "bun run src/drift.ts",
|
|
42
41
|
"lint": "biome check src/",
|
|
43
42
|
"lint:fix": "biome check --write src/",
|
|
44
43
|
"format": "biome format --write src/",
|