codexuse-cli 5.0.2 → 5.0.5
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/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16157,7 +16157,7 @@ async function ensureCliStorageReady() {
|
|
|
16157
16157
|
}
|
|
16158
16158
|
|
|
16159
16159
|
// src/app/main.ts
|
|
16160
|
-
var VERSION = true ? "5.0.
|
|
16160
|
+
var VERSION = true ? "5.0.5" : "0.0.0";
|
|
16161
16161
|
async function runCli() {
|
|
16162
16162
|
const args = process.argv.slice(2);
|
|
16163
16163
|
if (args.length === 0) {
|