@polka-codes/cli 0.6.4 → 0.6.5
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24629,7 +24629,7 @@ var {
|
|
|
24629
24629
|
Help
|
|
24630
24630
|
} = import__.default;
|
|
24631
24631
|
// package.json
|
|
24632
|
-
var version = "0.6.
|
|
24632
|
+
var version = "0.6.5";
|
|
24633
24633
|
|
|
24634
24634
|
// ../../node_modules/@anthropic-ai/sdk/version.mjs
|
|
24635
24635
|
var VERSION = "0.36.2";
|
|
@@ -45429,7 +45429,7 @@ function loadConfig(paths, cwd = process.cwd(), home = homedir()) {
|
|
|
45429
45429
|
${error}`);
|
|
45430
45430
|
}
|
|
45431
45431
|
}
|
|
45432
|
-
if (paths) {
|
|
45432
|
+
if (paths && paths.length > 0) {
|
|
45433
45433
|
const configPaths = Array.isArray(paths) ? paths : [paths];
|
|
45434
45434
|
for (const path4 of configPaths) {
|
|
45435
45435
|
try {
|