replicas-engine 0.1.116 → 0.1.117
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
|
@@ -1102,7 +1102,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
|
|
1104
1104
|
// ../shared/src/engine/environment.ts
|
|
1105
|
-
var DAYTONA_SNAPSHOT_ID = "21-04-2026-islington-
|
|
1105
|
+
var DAYTONA_SNAPSHOT_ID = "21-04-2026-islington-v2";
|
|
1106
1106
|
|
|
1107
1107
|
// ../shared/src/engine/types.ts
|
|
1108
1108
|
var DEFAULT_CHAT_TITLES = {
|