codexuse-cli 3.0.1 → 3.0.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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8611,7 +8611,7 @@ async function ensureCliStorageReady() {
|
|
|
8611
8611
|
}
|
|
8612
8612
|
|
|
8613
8613
|
// src/app/main.ts
|
|
8614
|
-
var VERSION = true ? "3.0.
|
|
8614
|
+
var VERSION = true ? "3.0.2" : "0.0.0";
|
|
8615
8615
|
async function runCli() {
|
|
8616
8616
|
const args = process.argv.slice(2);
|
|
8617
8617
|
if (args.length === 0) {
|