@polka-codes/cli 0.3.5 → 0.3.6

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 -1
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -36237,7 +36237,7 @@ class CoderAgent extends AgentBase {
36237
36237
  }
36238
36238
  }
36239
36239
  // packages/cli/package.json
36240
- var version = "0.3.5";
36240
+ var version = "0.3.6";
36241
36241
 
36242
36242
  // packages/cli/src/Chat.ts
36243
36243
  var import_node_readline = __toESM(require("node:readline"));
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@polka-codes/cli",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "license": "AGPL-3.0",
5
- "type": "module",
6
5
  "bin": {
7
6
  "polka-codes": "cli.cjs"
8
7
  },