@getdial/cli 0.20.0 → 0.20.1

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/lib/api.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { request } from "undici";
2
2
  import { logger } from "./log.js";
3
- const DEFAULT_BASE = "https://dial.up.railway.app";
3
+ const DEFAULT_BASE = "https://getdial.ai";
4
4
  export function baseUrl() {
5
5
  return process.env.DIAL_API_URL ?? DEFAULT_BASE;
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getdial/cli",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "Dial CLI — install, sign up, and run the local listen service.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/skills.tar.gz CHANGED
Binary file