@praxis.guard/auditor-cli 0.0.37 → 0.0.38

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxis.guard/auditor-cli",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  "lint": "eslint .",
23
23
  "typecheck": "tsc -p tsconfig.json",
24
24
  "pretest": "pnpm run build",
25
- "test": "node --import tsx/esm --test --test-reporter=tap --test-reporter-destination=stderr src/**/*.test.ts",
25
+ "test": "node --import tsx/esm --test src/**/*.test.ts",
26
26
  "mcp:dev": "tsx src/cli.ts mcp",
27
27
  "prepack": "pnpm run build && node scripts/prepare-package.cjs",
28
28
  "e2e:pack-install": "bash scripts/e2e-pack-install.sh",