codexuse-cli 3.6.6 → 3.7.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.
package/dist/index.js CHANGED
@@ -10253,7 +10253,7 @@ async function ensureCliStorageReady() {
10253
10253
  }
10254
10254
 
10255
10255
  // src/app/main.ts
10256
- var VERSION = true ? "3.6.6" : "0.0.0";
10256
+ var VERSION = true ? "3.7.0" : "0.0.0";
10257
10257
  async function runCli() {
10258
10258
  const args = process.argv.slice(2);
10259
10259
  if (args.length === 0) {