@polka-codes/cli 0.9.93 → 0.9.94

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -42709,9 +42709,11 @@ ${error48}`);
42709
42709
  const config3 = readConfig(path);
42710
42710
  configs.push(config3);
42711
42711
  } catch (error48) {
42712
- console.error(`Error loading config file: ${path}
42712
+ if (error48 instanceof ZodError) {
42713
+ console.error(`Error in config file: ${path}
42713
42714
  ${error48}`);
42714
- throw error48;
42715
+ throw error48;
42716
+ }
42715
42717
  }
42716
42718
  }
42717
42719
  } else {
@@ -112340,7 +112342,7 @@ var {
112340
112342
  Help
112341
112343
  } = import__.default;
112342
112344
  // package.json
112343
- var version = "0.9.93";
112345
+ var version = "0.9.94";
112344
112346
 
112345
112347
  // src/commands/agent.ts
112346
112348
  init_src();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli",
3
- "version": "0.9.93",
3
+ "version": "0.9.94",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",