@better-update/cli 0.6.3 → 0.6.4

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
@@ -19,6 +19,10 @@ import { cancel, isCancel, password } from "@clack/prompts";
19
19
  //#region \0rolldown/runtime.js
20
20
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
21
21
 
22
+ //#endregion
23
+ //#region package.json
24
+ var version = "0.6.4";
25
+
22
26
  //#endregion
23
27
  //#region src/lib/exit-codes.ts
24
28
  var AuthRequiredError = class extends Data.TaggedError("AuthRequiredError") {};
@@ -5963,7 +5967,7 @@ const updateCommand = defineCommand({
5963
5967
  await runMain(defineCommand({
5964
5968
  meta: {
5965
5969
  name: "better-update",
5966
- version: "0.1.0",
5970
+ version,
5967
5971
  description: "Publish OTA updates and builds for Expo apps"
5968
5972
  },
5969
5973
  subCommands: {