dungbeetle 0.1.3 → 0.1.5

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/cloud.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const DEFAULT_SERVER_URL = "https://dungbeetle.example.com";
1
+ export declare const DEFAULT_SERVER_URL = "https://dungbeetle.dev";
2
2
  export type ClientCredentials = {
3
3
  clientId: string;
4
4
  clientSecret: string;
package/dist/cloud.js CHANGED
@@ -6,7 +6,7 @@ import { stripControlChars } from "./terminal/ansi.js";
6
6
  // The hosted Dungbeetle cloud — where every cloud command points by default.
7
7
  // `--server` / `DUNGBEETLE_SERVER_URL` exist for self-hosted deployments only;
8
8
  // users of the hosted service should never need to set them.
9
- export const DEFAULT_SERVER_URL = "https://dungbeetle.example.com";
9
+ export const DEFAULT_SERVER_URL = "https://dungbeetle.dev";
10
10
  // The API major version this CLI speaks. The server echoes its own version in the
11
11
  // `Dungbeetle-Api-Version` header on every API response; a mismatch means the CLI and
12
12
  // server are incompatible, so we fail with a clear message rather than confusing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dungbeetle",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Web, desktop, terminal, and eventually anything — zero adoption cost and runs anywhere.",
5
5
  "type": "module",
6
6
  "engines": {