@envpilot/cli 1.13.0 → 1.13.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-MHAVTX6S.js";
7
+ } from "./chunk-XDPWQLB5.js";
8
8
 
9
9
  // src/ui/app.tsx
10
10
  import {
@@ -2,12 +2,12 @@
2
2
  import * as Sentry from "@sentry/node";
3
3
  var initialized = false;
4
4
  function initSentry() {
5
- const dsn = true ? "" : "";
5
+ const dsn = true ? "https://24f72269c7fbd01271c7df8c6bd50744@o4509762173009920.ingest.de.sentry.io/4511055962505296" : "";
6
6
  if (initialized || !dsn) return;
7
7
  Sentry.init({
8
8
  dsn,
9
9
  environment: "cli",
10
- release: true ? "1.13.0" : "0.0.0",
10
+ release: true ? "1.13.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-HOZQ2K3E.js"),
466
+ import("./app-Q4OBTYMS.js"),
467
467
  import("./press-any-key-64XFP4O2.js")
468
468
  ]);
469
469
  while (true) {
@@ -738,8 +738,8 @@ import { hostname } from "os";
738
738
  import { z } from "zod";
739
739
 
740
740
  // src/lib/env.ts
741
- var WORKOS_CLIENT_ID = "" ? "" : process.env.WORKOS_CLIENT_ID ?? "";
742
- var CONVEX_URL = "" ? "" : process.env.NEXT_PUBLIC_CONVEX_URL ?? "";
741
+ var WORKOS_CLIENT_ID = "client_01KHWDD75944NBADKY0ANTRXR8" ? "client_01KHWDD75944NBADKY0ANTRXR8" : process.env.WORKOS_CLIENT_ID ?? "";
742
+ var CONVEX_URL = "https://reliable-spider-677.convex.cloud" ? "https://reliable-spider-677.convex.cloud" : process.env.NEXT_PUBLIC_CONVEX_URL ?? "";
743
743
 
744
744
  // src/lib/workos.ts
745
745
  var WORKOS_BASE = "https://api.workos.com";
package/dist/index.js CHANGED
@@ -6,13 +6,13 @@ import {
6
6
  getTopLevelCommandCatalog,
7
7
  initSentry,
8
8
  openTUI
9
- } from "./chunk-MHAVTX6S.js";
9
+ } from "./chunk-XDPWQLB5.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.13.0" : "0.0.0";
15
+ var CLI_VERSION = true ? "1.13.1" : "0.0.0";
16
16
 
17
17
  // src/lib/version-check.ts
18
18
  import chalk from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envpilot/cli",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Envpilot CLI — sync and manage environment variables from the terminal",
5
5
  "type": "module",
6
6
  "bin": {