codexuse-cli 2.4.2 → 2.4.3

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.
package/dist/index.js CHANGED
@@ -3659,7 +3659,6 @@ async function getCloudSyncStatus() {
3659
3659
  }
3660
3660
  }
3661
3661
  return {
3662
- endpoint: getCloudSyncApiBaseUrl(),
3663
3662
  canSync: eligibility.canSync,
3664
3663
  reason: eligibility.reason,
3665
3664
  licenseState: eligibility.licenseState,
@@ -4072,7 +4071,7 @@ function maxUsedPercent(snapshot) {
4072
4071
  }
4073
4072
 
4074
4073
  // src/index.ts
4075
- var VERSION = true ? "2.4.2" : "0.0.0";
4074
+ var VERSION = true ? "2.4.3" : "0.0.0";
4076
4075
  function printHelp() {
4077
4076
  console.log(`CodexUse CLI v${VERSION}
4078
4077