tthr 0.3.17 → 0.3.18

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
@@ -59,7 +59,7 @@ async function deployCommand(options) {
59
59
  process.exit(1);
60
60
  }
61
61
  const environment = options.env || config.environment || await resolveEnvironmentFromApiKey() || "development";
62
- const API_URL2 = `${getApiUrl(config)}/api/v1`;
62
+ const API_URL2 = `${await resolveApiUrl(config)}/api/v1`;
63
63
  console.log(chalk.bold("\n\u26A1 Deploying to Tether\n"));
64
64
  console.log(chalk.dim(` Project: ${projectId}`));
65
65
  console.log(chalk.dim(` Environment: ${environment}`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tthr",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "Tether CLI - project scaffolding and deployment",
5
5
  "type": "module",
6
6
  "bin": {