@better-update/cli 0.12.0 → 0.12.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/index.mjs CHANGED
@@ -7,7 +7,7 @@ import { Command, FetchHttpClient, FileSystem, HttpApi, HttpApiClient, HttpApiEn
7
7
  import { NodeContext } from "@effect/platform-node";
8
8
  import path, { join } from "node:path";
9
9
  import process$1 from "node:process";
10
- import * as AppleUtils from "@expo/apple-utils";
10
+ import AppleUtils from "@expo/apple-utils";
11
11
  import { cancel, confirm, isCancel, multiselect, password, select, text } from "@clack/prompts";
12
12
  import { once } from "node:events";
13
13
  import { createServer } from "node:http";
@@ -28,7 +28,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
28
28
 
29
29
  //#endregion
30
30
  //#region package.json
31
- var version = "0.12.0";
31
+ var version = "0.12.1";
32
32
 
33
33
  //#endregion
34
34
  //#region src/lib/interactive-mode.ts