@codedrifters/configulator 0.0.368 → 0.0.369
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/lib/index.js +0 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +0 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -33007,14 +33007,10 @@ var DEFAULT_CLAUDE_DENY = [
|
|
|
33007
33007
|
"Bash(env *)"
|
|
33008
33008
|
];
|
|
33009
33009
|
var DEFAULT_CLAUDE_PATH_DENY = [
|
|
33010
|
-
"Read(./node_modules/**)",
|
|
33011
|
-
"Read(./dist/**)",
|
|
33012
|
-
"Read(./lib/**)",
|
|
33013
33010
|
"Read(./.astro/**)",
|
|
33014
33011
|
"Read(./.env)",
|
|
33015
33012
|
"Read(./.env.*)",
|
|
33016
33013
|
"Read(./*.lock)",
|
|
33017
|
-
"Read(./pnpm-lock.yaml)",
|
|
33018
33014
|
"Read(./package-lock.json)"
|
|
33019
33015
|
];
|
|
33020
33016
|
var DEFAULT_USAGE_LOG_PATH = ".claude/usage.log";
|