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.
@@ -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/plaw-inc/veto-leash
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": "MIT",
2002
+ "license": "Apache-2.0",
2003
2003
  "repository": {
2004
2004
  "type": "git",
2005
- "url": "https://github.com/plaw-inc/veto-leash"
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/plaw-inc/veto-leash
399
+ https://github.com/VulnZap/veto-leash
400
400
  `);
401
401
  }
402
402
  main().catch((err) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veto-leash",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Semantic permissions for AI coding agents — sudo for AI agents",
5
5
  "bin": {
6
6
  "leash": "./dist/cli.js"
package/src/cli.ts CHANGED
@@ -491,7 +491,7 @@ ${COLORS.bold}ENVIRONMENT${COLORS.reset}
491
491
  Free: https://aistudio.google.com/apikey
492
492
 
493
493
  ${COLORS.bold}MORE INFO${COLORS.reset}
494
- https://github.com/plaw-inc/veto-leash
494
+ https://github.com/VulnZap/veto-leash
495
495
  `);
496
496
  }
497
497