veto-leash 0.1.0 → 0.1.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/IMPLEMENTATION_PLAN.md +3 -3
- package/dist/cli.js +1 -1
- package/package.json +1 -1
- package/src/cli.ts +1 -1
package/IMPLEMENTATION_PLAN.md
CHANGED
|
@@ -1923,7 +1923,7 @@ ${COLORS.bold}ENVIRONMENT${COLORS.reset}
|
|
|
1923
1923
|
GEMINI_API_KEY Required. Get free at https://aistudio.google.com/apikey
|
|
1924
1924
|
|
|
1925
1925
|
${COLORS.bold}MORE INFO${COLORS.reset}
|
|
1926
|
-
https://github.com/
|
|
1926
|
+
https://github.com/VulnZap/veto-leash
|
|
1927
1927
|
`);
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
@@ -1999,10 +1999,10 @@ dist/
|
|
|
1999
1999
|
"engines": { "node": ">=20" },
|
|
2000
2000
|
"keywords": ["ai", "agents", "permissions", "security", "claude", "opencode"],
|
|
2001
2001
|
"author": "Plaw, Inc.",
|
|
2002
|
-
"license": "
|
|
2002
|
+
"license": "Apache-2.0",
|
|
2003
2003
|
"repository": {
|
|
2004
2004
|
"type": "git",
|
|
2005
|
-
"url": "https://github.com/
|
|
2005
|
+
"url": "https://github.com/VulnZap/veto-leash"
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
2008
|
|
package/dist/cli.js
CHANGED
|
@@ -396,7 +396,7 @@ ${COLORS.bold}ENVIRONMENT${COLORS.reset}
|
|
|
396
396
|
Free: https://aistudio.google.com/apikey
|
|
397
397
|
|
|
398
398
|
${COLORS.bold}MORE INFO${COLORS.reset}
|
|
399
|
-
https://github.com/
|
|
399
|
+
https://github.com/VulnZap/veto-leash
|
|
400
400
|
`);
|
|
401
401
|
}
|
|
402
402
|
main().catch((err) => {
|
package/package.json
CHANGED
package/src/cli.ts
CHANGED