@pretense/cli 0.6.6 → 0.6.8
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -19170,7 +19170,7 @@ function findClosestCommand(input, knownCommands) {
|
|
|
19170
19170
|
return bestDist <= 3 ? best : null;
|
|
19171
19171
|
}
|
|
19172
19172
|
var program = new Command20();
|
|
19173
|
-
program.name("pretense").description(chalk19.bold("AI firewall") + " \u2014 mutates proprietary code before LLM API calls").version("0.6.
|
|
19173
|
+
program.name("pretense").description(chalk19.bold("AI firewall") + " \u2014 mutates proprietary code before LLM API calls").version("0.6.8", "-v, --version").addHelpText("after", `
|
|
19174
19174
|
${chalk19.bold("Quick start:")}
|
|
19175
19175
|
${chalk19.cyan("pretense scan")} ${chalk19.dim("<file|dir>")} Scan for secrets and PII
|
|
19176
19176
|
${chalk19.cyan("pretense mutate")} ${chalk19.dim("<file>")} Preview code mutations
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pretense/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "Local-first AI firewall that mutates proprietary code before sending to LLM APIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"tsx": "^4.0.0",
|
|
24
24
|
"typescript": "^5.4.0",
|
|
25
25
|
"vitest": "^1.0.0",
|
|
26
|
-
"@pretense/
|
|
26
|
+
"@pretense/compliance-engine": "0.1.0",
|
|
27
27
|
"@pretense/protocol": "0.1.0",
|
|
28
|
+
"@pretense/billing": "0.1.0",
|
|
28
29
|
"@pretense/learner": "0.2.0",
|
|
29
30
|
"@pretense/mutator": "0.2.0",
|
|
30
|
-
"@pretense/compliance-engine": "0.1.0",
|
|
31
31
|
"@pretense/proxy": "0.1.0",
|
|
32
32
|
"@pretense/scanner": "0.2.0",
|
|
33
33
|
"@pretense/store": "0.2.0"
|