@envpilot/cli 1.11.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.
package/dist/index.js CHANGED
@@ -6,18 +6,18 @@ import {
6
6
  getTopLevelCommandCatalog,
7
7
  initSentry,
8
8
  openTUI
9
- } from "./chunk-AS4NIUYS.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.11.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.11.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.11.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": {
@@ -26,6 +26,7 @@
26
26
  "chalk": "^5.3.0",
27
27
  "commander": "^12.1.0",
28
28
  "conf": "^13.0.1",
29
+ "convex": "^1.32.0",
29
30
  "cross-spawn": "^7.0.6",
30
31
  "dotenv": "^16.4.7",
31
32
  "ink": "^5.2.1",