@better-update/cli 0.8.1 → 0.8.2

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/index.mjs CHANGED
@@ -22,7 +22,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
22
22
 
23
23
  //#endregion
24
24
  //#region package.json
25
- var version = "0.8.1";
25
+ var version = "0.8.2";
26
26
 
27
27
  //#endregion
28
28
  //#region ../../packages/type-guards/src/index.ts
@@ -1559,7 +1559,7 @@ const AuthStoreLive = Layer.effect(AuthStore, Effect.gen(function* () {
1559
1559
 
1560
1560
  //#endregion
1561
1561
  //#region src/services/config-store.ts
1562
- const DEFAULT_BASE_URL = "https://graph.better-update.dev";
1562
+ const DEFAULT_BASE_URL = "https://better-update.dev";
1563
1563
  const DEFAULT_WEB_URL = "https://better-update.dev";
1564
1564
  var ConfigStoreParseError = class extends Data.TaggedError("ConfigStoreParseError") {};
1565
1565
  const normalizeUrl = (value) => value.replace(/\/$/u, "");