replicas-engine 0.1.529 → 0.1.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.
package/dist/src/index.js CHANGED
@@ -594,7 +594,10 @@ var PLANS = {
594
594
  "Custom API rates",
595
595
  "Custom rate limits",
596
596
  "Shared Slack support channel",
597
- "SOC 2"
597
+ "SOC 2",
598
+ "Data Processing Agreement (DPA)",
599
+ "SCIM user provisioning",
600
+ "Custom security and privacy settings"
598
601
  ]
599
602
  }
600
603
  };
@@ -620,7 +623,7 @@ var WORKSPACE_SIZES = ["small", "large"];
620
623
  var INVALID_WORKSPACE_SIZE_ERROR = `Invalid size: must be one of ${WORKSPACE_SIZES.join(", ")}`;
621
624
 
622
625
  // ../shared/src/e2b.ts
623
- var E2B_TEMPLATE_NAME = "replicas-sandbox-2026-07-30-v6";
626
+ var E2B_TEMPLATE_NAME = "replicas-sandbox-2026-07-31-v1";
624
627
 
625
628
  // ../shared/src/runtime-env.ts
626
629
  function shellQuotePosix(value) {
@@ -10137,7 +10140,7 @@ var DEFAULT_CODEX_ARGS = ["app-server", "--listen", "stdio://"];
10137
10140
  var MIN_CODEX_CLI_VERSION = "0.144.6";
10138
10141
  var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
10139
10142
  var codexCliVersionEnsured = null;
10140
- var ENGINE_PACKAGE_VERSION = "0.1.529";
10143
+ var ENGINE_PACKAGE_VERSION = "0.1.530";
10141
10144
  var INITIALIZE_METHOD = "initialize";
10142
10145
  var INITIALIZED_NOTIFICATION = "initialized";
10143
10146
  var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.529",
3
+ "version": "0.1.530",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",