@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.mjs CHANGED
@@ -1753,7 +1753,7 @@ function getValidCategories() {
1753
1753
  var AUTH_DIR = path9.join(os.homedir(), ".onexthm");
1754
1754
  var AUTH_FILE = path9.join(AUTH_DIR, "auth.json");
1755
1755
  function getApiUrl() {
1756
- return process.env.ONEXTHM_API_URL || process.env.NEXT_PUBLIC_API_URL || "https://platform-dev.onexeos.com";
1756
+ return process.env.ONEXTHM_API_URL || "https://platform-dev.onexeos.com";
1757
1757
  }
1758
1758
  async function saveAuthTokens(tokens) {
1759
1759
  await fs.ensureDir(AUTH_DIR);