codexuse-cli 2.5.3 → 2.5.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.3" : "0.0.0";
5039
+ var VERSION = true ? "2.5.4" : "0.0.0";
5040
5040
  var cliStorageReadyPromise = null;
5041
5041
  async function ensureCliStorageReady() {
5042
5042
  if (cliStorageReadyPromise) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexuse-cli",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "CodexUse CLI for managing Codex profiles and licenses.",
5
5
  "author": {
6
6
  "name": "Hoang",