replicas-engine 0.1.148 → 0.1.149

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
@@ -277,7 +277,7 @@ function parseReplicasConfigString(content, filename) {
277
277
  }
278
278
 
279
279
  // ../shared/src/engine/environment.ts
280
- var DAYTONA_SNAPSHOT_ID = "08-05-2026-royal-york-v1";
280
+ var DAYTONA_SNAPSHOT_ID = "09-05-2026-royal-york-v1";
281
281
 
282
282
  // ../shared/src/engine/types.ts
283
283
  var DEFAULT_CHAT_TITLES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.148",
3
+ "version": "0.1.149",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",