replicas-cli 0.2.402 → 0.2.403

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -24394,7 +24394,7 @@ function formatTurnElapsed(ms) {
24394
24394
  }
24395
24395
 
24396
24396
  // ../shared/src/cli-version.ts
24397
- var CLI_VERSION = "0.2.402";
24397
+ var CLI_VERSION = "0.2.403";
24398
24398
 
24399
24399
  // ../shared/src/version.ts
24400
24400
  function compareVersions(v1, v2) {
@@ -26861,6 +26861,7 @@ var MEDIA_KIND = {
26861
26861
  AUDIO: "audio"
26862
26862
  };
26863
26863
  var MEDIA_KINDS = [MEDIA_KIND.IMAGE, MEDIA_KIND.VIDEO, MEDIA_KIND.AUDIO];
26864
+ var MAX_ENGINE_LOG_BYTES = 50 * 1024 * 1024;
26864
26865
 
26865
26866
  // ../shared/src/sse.ts
26866
26867
  function parseSseChunk(chunk) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.402",
3
+ "version": "0.2.403",
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": {