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