codexuse-cli 2.4.14 → 2.4.16

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
@@ -4920,7 +4920,7 @@ async function importLegacyLocalStorageOnce(payload) {
4920
4920
  }
4921
4921
 
4922
4922
  // src/index.ts
4923
- var VERSION = true ? "2.4.14" : "0.0.0";
4923
+ var VERSION = true ? "2.4.16" : "0.0.0";
4924
4924
  var cliStorageReadyPromise = null;
4925
4925
  async function ensureCliStorageReady() {
4926
4926
  if (cliStorageReadyPromise) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexuse-cli",
3
- "version": "2.4.14",
3
+ "version": "2.4.16",
4
4
  "description": "CodexUse CLI for managing Codex profiles and licenses.",
5
5
  "author": {
6
6
  "name": "Hoang",