replicas-cli 0.2.156 → 0.2.158

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.mjs CHANGED
@@ -20,7 +20,7 @@ import {
20
20
  setIdeCommand,
21
21
  setOrganizationId,
22
22
  writeConfig
23
- } from "./chunk-23MJIXNH.mjs";
23
+ } from "./chunk-5N4AMDTY.mjs";
24
24
  import "./chunk-FFDYI4OH.mjs";
25
25
 
26
26
  // src/index.ts
@@ -2554,7 +2554,7 @@ async function interactiveCommand() {
2554
2554
  );
2555
2555
  }
2556
2556
  console.log(chalk19.gray("Starting interactive mode..."));
2557
- const { launchInteractive } = await import("./interactive-VQ36FVXP.mjs");
2557
+ const { launchInteractive } = await import("./interactive-ZWNJ2QJA.mjs");
2558
2558
  await launchInteractive();
2559
2559
  }
2560
2560
 
@@ -2928,7 +2928,7 @@ Deleted file ${pathOrId}.
2928
2928
  }
2929
2929
 
2930
2930
  // src/index.ts
2931
- var CLI_VERSION = "0.2.156";
2931
+ var CLI_VERSION = "0.2.158";
2932
2932
  var program = new Command();
2933
2933
  program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
2934
2934
  program.command("login").description("Authenticate with your Replicas account").action(async () => {
@@ -13,7 +13,7 @@ import {
13
13
  parseAgentEvents,
14
14
  parseSseChunk,
15
15
  parseUserMessage
16
- } from "./chunk-23MJIXNH.mjs";
16
+ } from "./chunk-5N4AMDTY.mjs";
17
17
  import "./chunk-FFDYI4OH.mjs";
18
18
 
19
19
  // src/interactive/index.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.156",
3
+ "version": "0.2.158",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.mjs",
6
6
  "bin": {
File without changes