replicas-cli 0.2.509 → 0.2.510

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 +4 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -9813,7 +9813,7 @@ function formatTurnElapsed(ms) {
9813
9813
  }
9814
9814
 
9815
9815
  // ../shared/src/cli-version.ts
9816
- var CLI_VERSION = "0.2.509";
9816
+ var CLI_VERSION = "0.2.510";
9817
9817
 
9818
9818
  // ../shared/src/version.ts
9819
9819
  function compareVersions(v1, v2) {
@@ -27229,6 +27229,9 @@ function isPublicMediaKind(value) {
27229
27229
  }
27230
27230
  var MAX_ENGINE_LOG_BYTES = 50 * 1024 * 1024;
27231
27231
 
27232
+ // ../shared/src/memory.ts
27233
+ var MEMORY_ROOT = `${SANDBOX_PATHS.REPLICAS_DIR}/memories`;
27234
+
27232
27235
  // ../shared/src/sse.ts
27233
27236
  function parseSseChunk(chunk) {
27234
27237
  let data = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.509",
3
+ "version": "0.2.510",
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": {