@envpilot/cli 1.12.0 → 1.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.
|
@@ -7,7 +7,7 @@ function initSentry() {
|
|
|
7
7
|
Sentry.init({
|
|
8
8
|
dsn,
|
|
9
9
|
environment: "cli",
|
|
10
|
-
release: true ? "1.12.
|
|
10
|
+
release: true ? "1.12.1" : "0.0.0",
|
|
11
11
|
// All EnvPilot surfaces report to one Sentry project; the surface tag
|
|
12
12
|
// is how dashboards tell web / cli / extension events apart.
|
|
13
13
|
initialScope: { tags: { surface: "cli" } },
|
|
@@ -463,7 +463,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
463
463
|
async function openTUI() {
|
|
464
464
|
const [{ render }, { CLIApp }, { PressAnyKey }] = await Promise.all([
|
|
465
465
|
import("ink"),
|
|
466
|
-
import("./app-
|
|
466
|
+
import("./app-KEDPMGXA.js"),
|
|
467
467
|
import("./press-any-key-64XFP4O2.js")
|
|
468
468
|
]);
|
|
469
469
|
while (true) {
|
package/dist/index.js
CHANGED
|
@@ -6,18 +6,18 @@ import {
|
|
|
6
6
|
getTopLevelCommandCatalog,
|
|
7
7
|
initSentry,
|
|
8
8
|
openTUI
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-ETTIRMJX.js";
|
|
10
10
|
|
|
11
11
|
// src/lib/program.ts
|
|
12
12
|
import { Command } from "commander";
|
|
13
13
|
|
|
14
14
|
// src/lib/cli-version.ts
|
|
15
|
-
var CLI_VERSION = true ? "1.12.
|
|
15
|
+
var CLI_VERSION = true ? "1.12.1" : "0.0.0";
|
|
16
16
|
|
|
17
17
|
// src/lib/version-check.ts
|
|
18
18
|
import chalk from "chalk";
|
|
19
19
|
import Conf from "conf";
|
|
20
|
-
var CLI_VERSION2 = true ? "1.12.
|
|
20
|
+
var CLI_VERSION2 = true ? "1.12.1" : "0.0.0";
|
|
21
21
|
var CHECK_INTERVAL = 60 * 60 * 1e3;
|
|
22
22
|
var _cache = null;
|
|
23
23
|
function getCache() {
|