codexuse-cli 2.5.2 → 2.5.3
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
|
@@ -5036,7 +5036,7 @@ async function importLegacyLocalStorageOnce(payload) {
|
|
|
5036
5036
|
}
|
|
5037
5037
|
|
|
5038
5038
|
// src/index.ts
|
|
5039
|
-
var VERSION = true ? "2.5.
|
|
5039
|
+
var VERSION = true ? "2.5.3" : "0.0.0";
|
|
5040
5040
|
var cliStorageReadyPromise = null;
|
|
5041
5041
|
async function ensureCliStorageReady() {
|
|
5042
5042
|
if (cliStorageReadyPromise) {
|