replicas-engine 0.1.80 → 0.1.81
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 +5 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -933,9 +933,11 @@ var PLANS = {
|
|
|
933
933
|
creditsIncluded: 0,
|
|
934
934
|
features: [
|
|
935
935
|
"Unlimited usage",
|
|
936
|
+
"Unlimited automations",
|
|
936
937
|
"API access",
|
|
937
938
|
"Higher API rate limits",
|
|
938
939
|
"Warm hooks and pool access",
|
|
940
|
+
"Shared Slack support channel",
|
|
939
941
|
"Optional add-ons for higher resources, warm pools, rate limits, and SOC 2"
|
|
940
942
|
]
|
|
941
943
|
},
|
|
@@ -947,9 +949,11 @@ var PLANS = {
|
|
|
947
949
|
creditsIncluded: 0,
|
|
948
950
|
features: [
|
|
949
951
|
"Unlimited usage",
|
|
952
|
+
"Unlimited automations",
|
|
950
953
|
"Custom API rates",
|
|
951
954
|
"Custom rate limits",
|
|
952
955
|
"Custom warm hooks and pools",
|
|
956
|
+
"Shared Slack support channel",
|
|
953
957
|
"SOC 2"
|
|
954
958
|
]
|
|
955
959
|
}
|
|
@@ -1082,7 +1086,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
1082
1086
|
}
|
|
1083
1087
|
|
|
1084
1088
|
// ../shared/src/engine/environment.ts
|
|
1085
|
-
var DAYTONA_SNAPSHOT_ID = "09-04-2026-islington-
|
|
1089
|
+
var DAYTONA_SNAPSHOT_ID = "09-04-2026-islington-v10";
|
|
1086
1090
|
|
|
1087
1091
|
// ../shared/src/engine/types.ts
|
|
1088
1092
|
var DEFAULT_CHAT_TITLES = {
|