replicas-engine 0.1.124 → 0.1.125

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
@@ -1151,7 +1151,7 @@ function parseReplicasConfigString(content, filename) {
1151
1151
  }
1152
1152
 
1153
1153
  // ../shared/src/engine/environment.ts
1154
- var DAYTONA_SNAPSHOT_ID = "24-04-2026-islington-v3";
1154
+ var DAYTONA_SNAPSHOT_ID = "24-04-2026-islington-v4";
1155
1155
 
1156
1156
  // ../shared/src/engine/types.ts
1157
1157
  var DEFAULT_CHAT_TITLES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.124",
3
+ "version": "0.1.125",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",