codexuse-cli 3.7.2 → 3.7.4
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
|
@@ -10249,7 +10249,7 @@ async function ensureCliStorageReady() {
|
|
|
10249
10249
|
}
|
|
10250
10250
|
|
|
10251
10251
|
// src/app/main.ts
|
|
10252
|
-
var VERSION = true ? "3.7.
|
|
10252
|
+
var VERSION = true ? "3.7.4" : "0.0.0";
|
|
10253
10253
|
async function runCli() {
|
|
10254
10254
|
const args = process.argv.slice(2);
|
|
10255
10255
|
if (args.length === 0) {
|