replicas-engine 0.1.55 → 0.1.57
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
|
@@ -958,7 +958,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
958
958
|
}
|
|
959
959
|
|
|
960
960
|
// ../shared/src/engine/environment.ts
|
|
961
|
-
var REPLICAS_ENGINE_VERSION = "
|
|
961
|
+
var REPLICAS_ENGINE_VERSION = "20-03-2026-kipling";
|
|
962
962
|
|
|
963
963
|
// ../shared/src/engine/types.ts
|
|
964
964
|
var DEFAULT_CHAT_TITLES = {
|