codexuse-cli 3.6.0 → 3.6.2

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
@@ -10226,7 +10226,7 @@ async function ensureCliStorageReady() {
10226
10226
  }
10227
10227
 
10228
10228
  // src/app/main.ts
10229
- var VERSION = true ? "3.6.0" : "0.0.0";
10229
+ var VERSION = true ? "3.6.2" : "0.0.0";
10230
10230
  async function runCli() {
10231
10231
  const args = process.argv.slice(2);
10232
10232
  if (args.length === 0) {