replicas-engine 0.1.140 → 0.1.142

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
@@ -978,10 +978,10 @@ var PLANS = {
978
978
  name: "Hobby",
979
979
  monthlyPrice: 0,
980
980
  seatPriceCents: 0,
981
- creditsIncluded: 20,
981
+ creditsIncluded: 1200,
982
982
  features: [
983
- "20 hours of human-initiated workspace usage (one-time)",
984
- "20 hours of API + automation usage (one-time)",
983
+ "1,200 minutes of human-initiated workspace usage (one-time)",
984
+ "1,200 minutes of API + automation usage (one-time)",
985
985
  "Automations (limited to 2)",
986
986
  "Warm pools and warm hooks",
987
987
  "Up to 3 repositories"
@@ -1170,7 +1170,7 @@ function parseReplicasConfigString(content, filename) {
1170
1170
  }
1171
1171
 
1172
1172
  // ../shared/src/engine/environment.ts
1173
- var DAYTONA_SNAPSHOT_ID = "04-05-2026-royal-york-v2";
1173
+ var DAYTONA_SNAPSHOT_ID = "06-05-2026-royal-york-v1";
1174
1174
 
1175
1175
  // ../shared/src/engine/types.ts
1176
1176
  var DEFAULT_CHAT_TITLES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.140",
3
+ "version": "0.1.142",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",