replicas-engine 0.1.187 → 0.1.189
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 +2 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -392,7 +392,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
// ../shared/src/engine/environment.ts
|
|
395
|
-
var DAYTONA_SNAPSHOT_ID = "
|
|
395
|
+
var DAYTONA_SNAPSHOT_ID = "19-05-2026-royal-york-v1";
|
|
396
396
|
|
|
397
397
|
// ../shared/src/engine/types.ts
|
|
398
398
|
var DEFAULT_CHAT_TITLES = {
|
|
@@ -1531,6 +1531,7 @@ function createDefaultDetails() {
|
|
|
1531
1531
|
linearAccessConfigured: false,
|
|
1532
1532
|
slackAccessConfigured: false,
|
|
1533
1533
|
githubAccessConfigured: false,
|
|
1534
|
+
googleAccessConfigured: false,
|
|
1534
1535
|
claudeAuthMethod: "none",
|
|
1535
1536
|
codexAuthMethod: "none",
|
|
1536
1537
|
lastUpdatedAt: (/* @__PURE__ */ new Date()).toISOString()
|