@onexapis/cli 1.1.54 → 1.1.57

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/cli.js CHANGED
@@ -1796,7 +1796,7 @@ function getValidCategories() {
1796
1796
  var AUTH_DIR = path9__default.default.join(os__default.default.homedir(), ".onexthm");
1797
1797
  var AUTH_FILE = path9__default.default.join(AUTH_DIR, "auth.json");
1798
1798
  function getApiUrl() {
1799
- return process.env.ONEXTHM_API_URL || process.env.NEXT_PUBLIC_API_URL || "https://platform-dev.onexeos.com";
1799
+ return process.env.ONEXTHM_API_URL || "https://platform-dev.onexeos.com";
1800
1800
  }
1801
1801
  async function saveAuthTokens(tokens) {
1802
1802
  await fs__default.default.ensureDir(AUTH_DIR);