brew-tui 3.3.2 → 3.4.0
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/build/{brew-tui-bar-installer-ZEILWDFQ.js → brew-tui-bar-installer-D75KPQ3Z.js} +2 -2
- package/build/{chunk-SY3CDC6Q.js → chunk-63AUNN5U.js} +2 -2
- package/build/{chunk-KGMDTVI6.js → chunk-BP7CFABE.js} +2 -2
- package/build/{doctor-ISRR4P33.js → doctor-V7IRCOIM.js} +4 -4
- package/build/index.js +9 -9
- package/build/postinstall.js +1 -1
- package/build/{version-check-5ODCMHRG.js → version-check-2EYL5QFG.js} +2 -2
- package/package.json +1 -1
- /package/build/{brew-tui-bar-installer-ZEILWDFQ.js.map → brew-tui-bar-installer-D75KPQ3Z.js.map} +0 -0
- /package/build/{chunk-SY3CDC6Q.js.map → chunk-63AUNN5U.js.map} +0 -0
- /package/build/{chunk-KGMDTVI6.js.map → chunk-BP7CFABE.js.map} +0 -0
- /package/build/{doctor-ISRR4P33.js.map → doctor-V7IRCOIM.js.map} +0 -0
- /package/build/{version-check-5ODCMHRG.js.map → version-check-2EYL5QFG.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
launchBrewTUIBar,
|
|
7
7
|
syncAndLaunchBrewTUIBar,
|
|
8
8
|
uninstallBrewTUIBar
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-63AUNN5U.js";
|
|
10
10
|
import "./chunk-NRRQECXA.js";
|
|
11
11
|
import "./chunk-A7U3NZYM.js";
|
|
12
12
|
import "./chunk-KDHEUNRI.js";
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
syncAndLaunchBrewTUIBar,
|
|
20
20
|
uninstallBrewTUIBar
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=brew-tui-bar-installer-
|
|
22
|
+
//# sourceMappingURL=brew-tui-bar-installer-D75KPQ3Z.js.map
|
|
@@ -186,7 +186,7 @@ async function launchBrewTUIBar() {
|
|
|
186
186
|
}
|
|
187
187
|
async function syncAndLaunchBrewTUIBar() {
|
|
188
188
|
if (process.platform !== "darwin") return;
|
|
189
|
-
const { checkBrewTUIBarVersion } = await import("./version-check-
|
|
189
|
+
const { checkBrewTUIBarVersion } = await import("./version-check-2EYL5QFG.js");
|
|
190
190
|
try {
|
|
191
191
|
if (!await isBrewTUIBarInstalled()) {
|
|
192
192
|
console.log(t("cli_brewtuibarInstalling"));
|
|
@@ -225,4 +225,4 @@ export {
|
|
|
225
225
|
syncAndLaunchBrewTUIBar,
|
|
226
226
|
uninstallBrewTUIBar
|
|
227
227
|
};
|
|
228
|
-
//# sourceMappingURL=chunk-
|
|
228
|
+
//# sourceMappingURL=chunk-63AUNN5U.js.map
|
|
@@ -6,7 +6,7 @@ var execFileAsync = promisify(execFile);
|
|
|
6
6
|
var BREWTUIBAR_INFO_PLIST = "/Applications/Brew-TUI-Bar.app/Contents/Info.plist";
|
|
7
7
|
var CONTRACT_VERSION = 1;
|
|
8
8
|
function expectedVersion() {
|
|
9
|
-
return "3.
|
|
9
|
+
return "3.4.0";
|
|
10
10
|
}
|
|
11
11
|
async function readBrewTUIBarVersion() {
|
|
12
12
|
try {
|
|
@@ -62,4 +62,4 @@ export {
|
|
|
62
62
|
compareSemver,
|
|
63
63
|
checkBrewTUIBarVersion
|
|
64
64
|
};
|
|
65
|
-
//# sourceMappingURL=chunk-
|
|
65
|
+
//# sourceMappingURL=chunk-BP7CFABE.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
checkBrewTUIBarVersion,
|
|
3
3
|
readBrewTUIBarVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BP7CFABE.js";
|
|
5
5
|
import {
|
|
6
6
|
useLicenseStore
|
|
7
7
|
} from "./chunk-FQV2F47X.js";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
bundleIdAt,
|
|
10
10
|
isBrewTUIBarInstalled,
|
|
11
11
|
isBrewTUIBarRunning
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-63AUNN5U.js";
|
|
13
13
|
import "./chunk-4RPJM7O7.js";
|
|
14
14
|
import "./chunk-NRRQECXA.js";
|
|
15
15
|
import "./chunk-A7U3NZYM.js";
|
|
@@ -53,7 +53,7 @@ async function findBrewBinary() {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
async function runDoctor() {
|
|
56
|
-
const cliVersion = "3.
|
|
56
|
+
const cliVersion = "3.4.0";
|
|
57
57
|
console.log(format("Brew-TUI", [
|
|
58
58
|
{ label: "CLI version", value: cliVersion },
|
|
59
59
|
{ label: "Platform", value: `${process.platform} (${arch()})` },
|
|
@@ -130,4 +130,4 @@ async function runDoctor() {
|
|
|
130
130
|
export {
|
|
131
131
|
runDoctor
|
|
132
132
|
};
|
|
133
|
-
//# sourceMappingURL=doctor-
|
|
133
|
+
//# sourceMappingURL=doctor-V7IRCOIM.js.map
|
package/build/index.js
CHANGED
|
@@ -4562,7 +4562,7 @@ function AccountView() {
|
|
|
4562
4562
|
status === "pro" || status === "team" || status === "expired" ? `v ${t("hint_revalidate")} ` : "",
|
|
4563
4563
|
revalidating ? t("account_revalidating") : "",
|
|
4564
4564
|
" ",
|
|
4565
|
-
t("app_version", { version: "3.
|
|
4565
|
+
t("app_version", { version: "3.4.0" })
|
|
4566
4566
|
] }) })
|
|
4567
4567
|
] });
|
|
4568
4568
|
}
|
|
@@ -6070,7 +6070,7 @@ async function reportError(err, context = {}) {
|
|
|
6070
6070
|
const config = await resolveConfig();
|
|
6071
6071
|
if (!config.enabled || !config.endpoint) return;
|
|
6072
6072
|
const machineId = await getMachineId();
|
|
6073
|
-
const version = true ? "3.
|
|
6073
|
+
const version = true ? "3.4.0" : "unknown";
|
|
6074
6074
|
await postReport(buildReport("error", err, context, machineId, version), config);
|
|
6075
6075
|
}
|
|
6076
6076
|
async function installCrashReporter() {
|
|
@@ -6079,7 +6079,7 @@ async function installCrashReporter() {
|
|
|
6079
6079
|
if (!config.enabled || !config.endpoint) return;
|
|
6080
6080
|
_installed = true;
|
|
6081
6081
|
const machineId = await getMachineId();
|
|
6082
|
-
const version = true ? "3.
|
|
6082
|
+
const version = true ? "3.4.0" : "unknown";
|
|
6083
6083
|
process.on("uncaughtException", (err) => {
|
|
6084
6084
|
void postReport(buildReport("fatal", err, { kind: "uncaughtException" }, machineId, version), config);
|
|
6085
6085
|
});
|
|
@@ -6094,11 +6094,11 @@ import { jsx as jsx39 } from "react/jsx-runtime";
|
|
|
6094
6094
|
var [, , command, arg] = process.argv;
|
|
6095
6095
|
async function runCli() {
|
|
6096
6096
|
if (command === "--version" || command === "-v" || command === "version") {
|
|
6097
|
-
const cliVersion = "3.
|
|
6097
|
+
const cliVersion = "3.4.0";
|
|
6098
6098
|
process.stdout.write(cliVersion + "\n");
|
|
6099
6099
|
if (process.platform === "darwin") {
|
|
6100
6100
|
try {
|
|
6101
|
-
const { readBrewTUIBarVersion } = await import("./version-check-
|
|
6101
|
+
const { readBrewTUIBarVersion } = await import("./version-check-2EYL5QFG.js");
|
|
6102
6102
|
const appVersion = await readBrewTUIBarVersion();
|
|
6103
6103
|
if (appVersion && appVersion !== cliVersion) {
|
|
6104
6104
|
process.stderr.write(t("cli_versionMismatchWarning", { installed: appVersion, expected: cliVersion }) + "\n");
|
|
@@ -6243,7 +6243,7 @@ Snapshots: ${snapshots.length} (latest: ${latest ? formatDate(latest.capturedAt)
|
|
|
6243
6243
|
return;
|
|
6244
6244
|
}
|
|
6245
6245
|
if (command === "install-brew-tui-bar") {
|
|
6246
|
-
const { installBrewTUIBar } = await import("./brew-tui-bar-installer-
|
|
6246
|
+
const { installBrewTUIBar } = await import("./brew-tui-bar-installer-D75KPQ3Z.js");
|
|
6247
6247
|
try {
|
|
6248
6248
|
console.log(t("cli_brewtuibarInstalling"));
|
|
6249
6249
|
await installBrewTUIBar(false, arg === "--force");
|
|
@@ -6255,7 +6255,7 @@ Snapshots: ${snapshots.length} (latest: ${latest ? formatDate(latest.capturedAt)
|
|
|
6255
6255
|
return;
|
|
6256
6256
|
}
|
|
6257
6257
|
if (command === "uninstall-brew-tui-bar") {
|
|
6258
|
-
const { uninstallBrewTUIBar } = await import("./brew-tui-bar-installer-
|
|
6258
|
+
const { uninstallBrewTUIBar } = await import("./brew-tui-bar-installer-D75KPQ3Z.js");
|
|
6259
6259
|
try {
|
|
6260
6260
|
await uninstallBrewTUIBar();
|
|
6261
6261
|
console.log(t("cli_brewtuibarUninstalled"));
|
|
@@ -6266,7 +6266,7 @@ Snapshots: ${snapshots.length} (latest: ${latest ? formatDate(latest.capturedAt)
|
|
|
6266
6266
|
return;
|
|
6267
6267
|
}
|
|
6268
6268
|
if (command === "doctor") {
|
|
6269
|
-
const { runDoctor } = await import("./doctor-
|
|
6269
|
+
const { runDoctor } = await import("./doctor-V7IRCOIM.js");
|
|
6270
6270
|
await runDoctor();
|
|
6271
6271
|
return;
|
|
6272
6272
|
}
|
|
@@ -6290,7 +6290,7 @@ Snapshots: ${snapshots.length} (latest: ${latest ? formatDate(latest.capturedAt)
|
|
|
6290
6290
|
async function ensureBrewTUIBarRunning() {
|
|
6291
6291
|
if (process.platform !== "darwin") return;
|
|
6292
6292
|
await useLicenseStore.getState().initialize();
|
|
6293
|
-
const { syncAndLaunchBrewTUIBar } = await import("./brew-tui-bar-installer-
|
|
6293
|
+
const { syncAndLaunchBrewTUIBar } = await import("./brew-tui-bar-installer-D75KPQ3Z.js");
|
|
6294
6294
|
await syncAndLaunchBrewTUIBar();
|
|
6295
6295
|
}
|
|
6296
6296
|
runCli().catch((err) => {
|
package/build/postinstall.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
compareSemver,
|
|
5
5
|
expectedVersion,
|
|
6
6
|
readBrewTUIBarVersion
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BP7CFABE.js";
|
|
8
8
|
export {
|
|
9
9
|
CONTRACT_VERSION,
|
|
10
10
|
checkBrewTUIBarVersion,
|
|
@@ -12,4 +12,4 @@ export {
|
|
|
12
12
|
expectedVersion,
|
|
13
13
|
readBrewTUIBarVersion
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=version-check-
|
|
15
|
+
//# sourceMappingURL=version-check-2EYL5QFG.js.map
|
package/package.json
CHANGED
/package/build/{brew-tui-bar-installer-ZEILWDFQ.js.map → brew-tui-bar-installer-D75KPQ3Z.js.map}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|