claudekit-cli 3.30.0 → 3.30.2
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 +8 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7661,7 +7661,13 @@ var init_kit = __esm(() => {
|
|
|
7661
7661
|
"node_modules/**",
|
|
7662
7662
|
".git/**",
|
|
7663
7663
|
"dist/**",
|
|
7664
|
-
"build/**"
|
|
7664
|
+
"build/**",
|
|
7665
|
+
".venv/**",
|
|
7666
|
+
"venv/**",
|
|
7667
|
+
"__pycache__/**",
|
|
7668
|
+
"**/.venv/**",
|
|
7669
|
+
"**/venv/**",
|
|
7670
|
+
"**/__pycache__/**"
|
|
7665
7671
|
];
|
|
7666
7672
|
USER_CONFIG_PATTERNS = [
|
|
7667
7673
|
".gitignore",
|
|
@@ -43510,7 +43516,7 @@ var import_fs_extra36 = __toESM(require_lib(), 1);
|
|
|
43510
43516
|
// package.json
|
|
43511
43517
|
var package_default = {
|
|
43512
43518
|
name: "claudekit-cli",
|
|
43513
|
-
version: "3.30.
|
|
43519
|
+
version: "3.30.2",
|
|
43514
43520
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
43515
43521
|
type: "module",
|
|
43516
43522
|
repository: {
|