claudemd-cli 0.73.0 → 0.73.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudemd-cli",
|
|
3
|
-
"version": "0.73.
|
|
3
|
+
"version": "0.73.1",
|
|
4
4
|
"description": "Standalone CLI for §10-V banned-vocab + transcript scanning. Companion to the claudemd Claude Code plugin (github.com/sdsrss/claudemd) for use in git pre-commit hooks, GitHub Actions, and other agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"lint:argv": "node scripts/lint-argv.js",
|
|
29
29
|
"version-check": "node scripts/version-cascade-check.js",
|
|
30
30
|
"test:coverage": "c8 --all --src=bin --src=scripts --include='bin/**/*.js' --include='scripts/**/*.js' --reporter=text-summary --reporter=html --reports-dir=coverage npm run test:scripts",
|
|
31
|
-
"lint": "npm run lint:argv && npm run version-check && npm run lint:sh && npm run lint:js",
|
|
31
|
+
"lint": "npm run lint:argv && npm run version-check && npm run lint:sh && npm run lint:js && npm run format:check",
|
|
32
32
|
"lint:sh": "F=$(bash tests/lib/shell-files.sh) && shellcheck --severity=warning $F",
|
|
33
33
|
"lint:js": "eslint bin scripts tests eslint.config.js",
|
|
34
34
|
"format": "prettier --write bin scripts tests eslint.config.js",
|