codexuse-cli 2.4.18 → 2.4.19
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
|
@@ -5010,7 +5010,7 @@ async function importLegacyLocalStorageOnce(payload) {
|
|
|
5010
5010
|
}
|
|
5011
5011
|
|
|
5012
5012
|
// src/index.ts
|
|
5013
|
-
var VERSION = true ? "2.4.
|
|
5013
|
+
var VERSION = true ? "2.4.19" : "0.0.0";
|
|
5014
5014
|
var cliStorageReadyPromise = null;
|
|
5015
5015
|
async function ensureCliStorageReady() {
|
|
5016
5016
|
if (cliStorageReadyPromise) {
|