codexuse-cli 2.4.1 → 2.4.2

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
@@ -4072,7 +4072,7 @@ function maxUsedPercent(snapshot) {
4072
4072
  }
4073
4073
 
4074
4074
  // src/index.ts
4075
- var VERSION = true ? "2.4.1" : "0.0.0";
4075
+ var VERSION = true ? "2.4.2" : "0.0.0";
4076
4076
  function printHelp() {
4077
4077
  console.log(`CodexUse CLI v${VERSION}
4078
4078
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexuse-cli",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "CodexUse CLI for managing Codex profiles and licenses.",
5
5
  "author": {
6
6
  "name": "Hoang",