replicas-engine 0.1.67 → 0.1.69
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 +2 -2
package/dist/src/index.js
CHANGED
|
@@ -1080,7 +1080,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
1082
1082
|
// ../shared/src/engine/environment.ts
|
|
1083
|
-
var DAYTONA_SNAPSHOT_ID = "01-04-2026-kipling-
|
|
1083
|
+
var DAYTONA_SNAPSHOT_ID = "01-04-2026-kipling-v10";
|
|
1084
1084
|
|
|
1085
1085
|
// ../shared/src/engine/types.ts
|
|
1086
1086
|
var DEFAULT_CHAT_TITLES = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replicas-engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.69",
|
|
4
4
|
"description": "Lightweight API server for Replicas workspaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"author": "Replicas",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@replicas/shared": "workspace:*",
|
|
31
30
|
"@anthropic-ai/claude-agent-sdk": "^0.2.41",
|
|
32
31
|
"@hono/node-server": "^1.19.5",
|
|
33
32
|
"@openai/codex-sdk": "^0.111.0",
|
|
@@ -37,6 +36,7 @@
|
|
|
37
36
|
"zod": "^4.0.0"
|
|
38
37
|
},
|
|
39
38
|
"devDependencies": {
|
|
39
|
+
"@replicas/shared": "workspace:*",
|
|
40
40
|
"@types/node": "^20.11.17",
|
|
41
41
|
"tsup": "^8.5.0",
|
|
42
42
|
"tsx": "^4.7.1",
|