codexuse-cli 2.4.4 → 2.4.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
|
@@ -4865,7 +4865,7 @@ async function importLegacyLocalStorageOnce(payload) {
|
|
|
4865
4865
|
}
|
|
4866
4866
|
|
|
4867
4867
|
// src/index.ts
|
|
4868
|
-
var VERSION = true ? "2.4.
|
|
4868
|
+
var VERSION = true ? "2.4.5" : "0.0.0";
|
|
4869
4869
|
var cliStorageReadyPromise = null;
|
|
4870
4870
|
async function ensureCliStorageReady() {
|
|
4871
4871
|
if (cliStorageReadyPromise) {
|