@polka-codes/cli 0.7.24 → 0.8.0

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 -1
package/dist/index.js CHANGED
@@ -24604,7 +24604,7 @@ var {
24604
24604
  Help
24605
24605
  } = import__.default;
24606
24606
  // package.json
24607
- var version = "0.7.24";
24607
+ var version = "0.8.0";
24608
24608
 
24609
24609
  // ../core/src/AiService/AiServiceBase.ts
24610
24610
  class AiServiceBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli",
3
- "version": "0.7.24",
3
+ "version": "0.8.0",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",