replicas-engine 0.1.146 → 0.1.148

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
@@ -34,7 +34,8 @@ var PLANS = {
34
34
  "1,200 minutes of API + automation usage (one-time)",
35
35
  "Automations (limited to 2)",
36
36
  "Warm pools and warm hooks",
37
- "Up to 3 repositories"
37
+ "Up to 3 repositories",
38
+ "Up to 5 environments"
38
39
  ]
39
40
  },
40
41
  developer: {
@@ -47,6 +48,7 @@ var PLANS = {
47
48
  "Unlimited human-initiated workspaces",
48
49
  "5,000 included automation/API minutes per month",
49
50
  "Up to 10 repositories",
51
+ "Up to 15 environments",
50
52
  "Up to 5 automations",
51
53
  "Warm pools and warm hooks",
52
54
  "API access"
@@ -275,7 +277,7 @@ function parseReplicasConfigString(content, filename) {
275
277
  }
276
278
 
277
279
  // ../shared/src/engine/environment.ts
278
- var DAYTONA_SNAPSHOT_ID = "07-05-2026-royal-york-v3";
280
+ var DAYTONA_SNAPSHOT_ID = "08-05-2026-royal-york-v1";
279
281
 
280
282
  // ../shared/src/engine/types.ts
281
283
  var DEFAULT_CHAT_TITLES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.146",
3
+ "version": "0.1.148",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",