replicas-engine 0.1.178 → 0.1.179
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 +2 -2
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -174,7 +174,7 @@ var PLANS = {
|
|
|
174
174
|
"Unlimited automations",
|
|
175
175
|
"Higher API rate limits",
|
|
176
176
|
"Warm pools and warm hooks",
|
|
177
|
-
"Auto-upgraded sandbox resources (32 GB disk, 16 GB memory)",
|
|
177
|
+
"Auto-upgraded sandbox resources (4 vCPU, 32 GB disk, 16 GB memory)",
|
|
178
178
|
"Shared Slack support channel"
|
|
179
179
|
]
|
|
180
180
|
},
|
|
@@ -392,7 +392,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
// ../shared/src/engine/environment.ts
|
|
395
|
-
var DAYTONA_SNAPSHOT_ID = "
|
|
395
|
+
var DAYTONA_SNAPSHOT_ID = "16-05-2026-royal-york-v23";
|
|
396
396
|
|
|
397
397
|
// ../shared/src/engine/types.ts
|
|
398
398
|
var DEFAULT_CHAT_TITLES = {
|