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