codexuse-cli 3.1.4 → 3.1.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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8718,7 +8718,7 @@ async function ensureCliStorageReady() {
|
|
|
8718
8718
|
}
|
|
8719
8719
|
|
|
8720
8720
|
// src/app/main.ts
|
|
8721
|
-
var VERSION = true ? "3.1.
|
|
8721
|
+
var VERSION = true ? "3.1.5" : "0.0.0";
|
|
8722
8722
|
async function runCli() {
|
|
8723
8723
|
const args = process.argv.slice(2);
|
|
8724
8724
|
if (args.length === 0) {
|