@polka-codes/cli 0.9.95 → 0.9.96

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 +1 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -42611,8 +42611,6 @@ function loadConfigAtPath(path) {
42611
42611
  } catch (error48) {
42612
42612
  if (error48 instanceof ZodError) {
42613
42613
  console.warn(`Config validation failed for ${path}: ${error48.message}`);
42614
- } else {
42615
- console.debug(`Could not load config from ${path}: ${error48 instanceof Error ? error48.message : String(error48)}`);
42616
42614
  }
42617
42615
  return;
42618
42616
  }
@@ -112344,7 +112342,7 @@ var {
112344
112342
  Help
112345
112343
  } = import__.default;
112346
112344
  // package.json
112347
- var version = "0.9.95";
112345
+ var version = "0.9.96";
112348
112346
 
112349
112347
  // src/commands/agent.ts
112350
112348
  init_src();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli",
3
- "version": "0.9.95",
3
+ "version": "0.9.96",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",