replicas-engine 0.1.79 → 0.1.80
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 +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -1082,7 +1082,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
|
|
1084
1084
|
// ../shared/src/engine/environment.ts
|
|
1085
|
-
var DAYTONA_SNAPSHOT_ID = "
|
|
1085
|
+
var DAYTONA_SNAPSHOT_ID = "09-04-2026-islington-v9";
|
|
1086
1086
|
|
|
1087
1087
|
// ../shared/src/engine/types.ts
|
|
1088
1088
|
var DEFAULT_CHAT_TITLES = {
|