@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.
@@ -4,7 +4,7 @@ import {
4
4
  getTopLevelCommandCatalog,
5
5
  getUser,
6
6
  isAuthenticated
7
- } from "./chunk-YVWNK4BZ.js";
7
+ } from "./chunk-ETTIRMJX.js";
8
8
 
9
9
  // src/ui/app.tsx
10
10
  import {
@@ -7,7 +7,7 @@ function initSentry() {
7
7
  Sentry.init({
8
8
  dsn,
9
9
  environment: "cli",
10
- release: true ? "1.12.0" : "0.0.0",
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-3TUQOGJ6.js"),
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-YVWNK4BZ.js";
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.0" : "0.0.0";
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.0" : "0.0.0";
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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envpilot/cli",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Envpilot CLI — sync and manage environment variables from the terminal",
5
5
  "type": "module",
6
6
  "bin": {