codexuse-cli 2.4.14 → 2.4.16
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
|
@@ -4920,7 +4920,7 @@ async function importLegacyLocalStorageOnce(payload) {
|
|
|
4920
4920
|
}
|
|
4921
4921
|
|
|
4922
4922
|
// src/index.ts
|
|
4923
|
-
var VERSION = true ? "2.4.
|
|
4923
|
+
var VERSION = true ? "2.4.16" : "0.0.0";
|
|
4924
4924
|
var cliStorageReadyPromise = null;
|
|
4925
4925
|
async function ensureCliStorageReady() {
|
|
4926
4926
|
if (cliStorageReadyPromise) {
|