replicas-cli 0.2.529 → 0.2.530

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.cjs +6 -4
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -22583,6 +22583,7 @@ var PLANS = {
22583
22583
  "Unlimited automations",
22584
22584
  "Warm pools and warm hooks",
22585
22585
  "Higher API rate limits",
22586
+ "Access to a static egress IP",
22586
22587
  "Auto-upgraded sandbox resources (4 vCPU, 32 GB disk, 16 GB memory)",
22587
22588
  "Shared Slack support channel"
22588
22589
  ]
@@ -22679,12 +22680,13 @@ var EGRESS_PATHS = {
22679
22680
  /**
22680
22681
  * Under /run, which is tmpfs. The key therefore never touches disk and cannot
22681
22682
  * be carried into a filesystem snapshot or a paused sandbox's disk image. It
22682
- * does not survive a reboot either, which is correct: the monolith rewrites
22683
- * it on every resume, so a revoked credential cannot come back with the
22684
- * workspace.
22683
+ * does not survive a reboot either. A full-memory resume can reuse it only
22684
+ * while the root-owned revision still matches the current profile and the
22685
+ * running service and route are healthy.
22685
22686
  */
22686
22687
  CONFIG_DIR: "/run/replicas-egress",
22687
22688
  CONFIG_FILE: "/run/replicas-egress/config.json",
22689
+ REVISION_FILE: "/run/replicas-egress/revision",
22688
22690
  /** Persistent: this records the workspace's original resolver so the tunnel can put it back, and must outlive a reboot. */
22689
22691
  RESOLV_BACKUP: "/var/lib/replicas-egress-resolv.conf.orig",
22690
22692
  UNIT_FILE: `/etc/systemd/system/${EGRESS_TUNNEL_SERVICE}`,
@@ -24305,7 +24307,7 @@ var headlessFilesystemAgentResultSchema = external_exports.object({
24305
24307
  });
24306
24308
 
24307
24309
  // ../shared/src/cli-version.ts
24308
- var CLI_VERSION = "0.2.529";
24310
+ var CLI_VERSION = "0.2.530";
24309
24311
 
24310
24312
  // ../shared/src/version.ts
24311
24313
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.529",
3
+ "version": "0.2.530",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {