brew-tui 2.2.1 → 2.2.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/build/{brew-tui-bar-installer-ACAVC66L.js → brew-tui-bar-installer-GTV4OEZW.js} +2 -2
- package/build/{chunk-HKKLLJPO.js → chunk-YUE5NRTE.js} +2 -2
- package/build/index.js +7 -7
- package/build/postinstall.js +1 -1
- package/build/{version-check-HXQJF64V.js → version-check-QY3SQ6XI.js} +2 -2
- package/package.json +1 -1
- /package/build/{brew-tui-bar-installer-ACAVC66L.js.map → brew-tui-bar-installer-GTV4OEZW.js.map} +0 -0
- /package/build/{chunk-HKKLLJPO.js.map → chunk-YUE5NRTE.js.map} +0 -0
- /package/build/{version-check-HXQJF64V.js.map → version-check-QY3SQ6XI.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
launchBrewTUIBar,
|
|
6
6
|
syncAndLaunchBrewTUIBar,
|
|
7
7
|
uninstallBrewTUIBar
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-YUE5NRTE.js";
|
|
9
9
|
import "./chunk-NRRQECXA.js";
|
|
10
10
|
import "./chunk-F2S7TGCS.js";
|
|
11
11
|
import "./chunk-KDHEUNRI.js";
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
syncAndLaunchBrewTUIBar,
|
|
18
18
|
uninstallBrewTUIBar
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=brew-tui-bar-installer-
|
|
20
|
+
//# sourceMappingURL=brew-tui-bar-installer-GTV4OEZW.js.map
|
|
@@ -205,7 +205,7 @@ async function launchBrewTUIBar() {
|
|
|
205
205
|
}
|
|
206
206
|
async function syncAndLaunchBrewTUIBar() {
|
|
207
207
|
if (process.platform !== "darwin") return;
|
|
208
|
-
const { checkBrewTUIBarVersion } = await import("./version-check-
|
|
208
|
+
const { checkBrewTUIBarVersion } = await import("./version-check-QY3SQ6XI.js");
|
|
209
209
|
try {
|
|
210
210
|
if (!await isBrewTUIBarInstalled()) {
|
|
211
211
|
console.log(t("cli_brewtuibarInstalling"));
|
|
@@ -243,4 +243,4 @@ export {
|
|
|
243
243
|
syncAndLaunchBrewTUIBar,
|
|
244
244
|
uninstallBrewTUIBar
|
|
245
245
|
};
|
|
246
|
-
//# sourceMappingURL=chunk-
|
|
246
|
+
//# sourceMappingURL=chunk-YUE5NRTE.js.map
|
package/build/index.js
CHANGED
|
@@ -4668,7 +4668,7 @@ function AccountView() {
|
|
|
4668
4668
|
status === "pro" || status === "team" || status === "expired" ? `v ${t("hint_revalidate")} ` : "",
|
|
4669
4669
|
revalidating ? t("account_revalidating") : "",
|
|
4670
4670
|
" ",
|
|
4671
|
-
t("app_version", { version: "2.2.
|
|
4671
|
+
t("app_version", { version: "2.2.2" })
|
|
4672
4672
|
] }) })
|
|
4673
4673
|
] });
|
|
4674
4674
|
}
|
|
@@ -6176,7 +6176,7 @@ async function reportError(err, context = {}) {
|
|
|
6176
6176
|
const config = await resolveConfig();
|
|
6177
6177
|
if (!config.enabled || !config.endpoint) return;
|
|
6178
6178
|
const machineId = await getMachineId();
|
|
6179
|
-
const version = true ? "2.2.
|
|
6179
|
+
const version = true ? "2.2.2" : "unknown";
|
|
6180
6180
|
await postReport(buildReport("error", err, context, machineId, version), config);
|
|
6181
6181
|
}
|
|
6182
6182
|
async function installCrashReporter() {
|
|
@@ -6185,7 +6185,7 @@ async function installCrashReporter() {
|
|
|
6185
6185
|
if (!config.enabled || !config.endpoint) return;
|
|
6186
6186
|
_installed = true;
|
|
6187
6187
|
const machineId = await getMachineId();
|
|
6188
|
-
const version = true ? "2.2.
|
|
6188
|
+
const version = true ? "2.2.2" : "unknown";
|
|
6189
6189
|
process.on("uncaughtException", (err) => {
|
|
6190
6190
|
void postReport(buildReport("fatal", err, { kind: "uncaughtException" }, machineId, version), config);
|
|
6191
6191
|
});
|
|
@@ -6200,7 +6200,7 @@ import { jsx as jsx39 } from "react/jsx-runtime";
|
|
|
6200
6200
|
var [, , command, arg] = process.argv;
|
|
6201
6201
|
async function runCli() {
|
|
6202
6202
|
if (command === "--version" || command === "-v" || command === "version") {
|
|
6203
|
-
process.stdout.write("2.2.
|
|
6203
|
+
process.stdout.write("2.2.2\n");
|
|
6204
6204
|
return;
|
|
6205
6205
|
}
|
|
6206
6206
|
await ensureDataDirs();
|
|
@@ -6341,7 +6341,7 @@ Snapshots: ${snapshots.length} (latest: ${latest ? formatDate(latest.capturedAt)
|
|
|
6341
6341
|
if (command === "install-brewbar") {
|
|
6342
6342
|
console.warn(t("cli_brewtuibarLegacyAlias", { legacy: command, current: "install-brew-tui-bar" }));
|
|
6343
6343
|
}
|
|
6344
|
-
const { installBrewTUIBar } = await import("./brew-tui-bar-installer-
|
|
6344
|
+
const { installBrewTUIBar } = await import("./brew-tui-bar-installer-GTV4OEZW.js");
|
|
6345
6345
|
try {
|
|
6346
6346
|
console.log(t("cli_brewtuibarInstalling"));
|
|
6347
6347
|
await installBrewTUIBar(false, arg === "--force");
|
|
@@ -6356,7 +6356,7 @@ Snapshots: ${snapshots.length} (latest: ${latest ? formatDate(latest.capturedAt)
|
|
|
6356
6356
|
if (command === "uninstall-brewbar") {
|
|
6357
6357
|
console.warn(t("cli_brewtuibarLegacyAlias", { legacy: command, current: "uninstall-brew-tui-bar" }));
|
|
6358
6358
|
}
|
|
6359
|
-
const { uninstallBrewTUIBar } = await import("./brew-tui-bar-installer-
|
|
6359
|
+
const { uninstallBrewTUIBar } = await import("./brew-tui-bar-installer-GTV4OEZW.js");
|
|
6360
6360
|
try {
|
|
6361
6361
|
await uninstallBrewTUIBar();
|
|
6362
6362
|
console.log(t("cli_brewtuibarUninstalled"));
|
|
@@ -6386,7 +6386,7 @@ Snapshots: ${snapshots.length} (latest: ${latest ? formatDate(latest.capturedAt)
|
|
|
6386
6386
|
async function ensureBrewTUIBarRunning() {
|
|
6387
6387
|
if (process.platform !== "darwin") return;
|
|
6388
6388
|
await useLicenseStore.getState().initialize();
|
|
6389
|
-
const { syncAndLaunchBrewTUIBar } = await import("./brew-tui-bar-installer-
|
|
6389
|
+
const { syncAndLaunchBrewTUIBar } = await import("./brew-tui-bar-installer-GTV4OEZW.js");
|
|
6390
6390
|
await syncAndLaunchBrewTUIBar();
|
|
6391
6391
|
}
|
|
6392
6392
|
runCli().catch((err) => {
|
package/build/postinstall.js
CHANGED
|
@@ -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 "2.2.
|
|
9
|
+
return "2.2.2";
|
|
10
10
|
}
|
|
11
11
|
async function readBrewTUIBarVersion() {
|
|
12
12
|
try {
|
|
@@ -61,4 +61,4 @@ export {
|
|
|
61
61
|
expectedVersion,
|
|
62
62
|
readBrewTUIBarVersion
|
|
63
63
|
};
|
|
64
|
-
//# sourceMappingURL=version-check-
|
|
64
|
+
//# sourceMappingURL=version-check-QY3SQ6XI.js.map
|
package/package.json
CHANGED
/package/build/{brew-tui-bar-installer-ACAVC66L.js.map → brew-tui-bar-installer-GTV4OEZW.js.map}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|