@ixo/editor 6.29.0 → 6.30.0
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/{chunk-LMZV7QFM.js → chunk-LY32OATI.js} +2 -5
- package/dist/chunk-LY32OATI.js.map +1 -0
- package/dist/{chunk-C44S6WAW.js → chunk-OAAEXL7Q.js} +2 -2
- package/dist/{chunk-GEJ2KLBL.js → chunk-W5CKNMDB.js} +621 -504
- package/dist/chunk-W5CKNMDB.js.map +1 -0
- package/dist/core/index.js +2 -2
- package/dist/index.js +3 -3
- package/dist/mantine/index.js +2 -2
- package/package.json +3 -2
- package/dist/chunk-GEJ2KLBL.js.map +0 -1
- package/dist/chunk-LMZV7QFM.js.map +0 -1
- /package/dist/{chunk-C44S6WAW.js.map → chunk-OAAEXL7Q.js.map} +0 -0
|
@@ -10637,10 +10637,7 @@ var EVAL_RUBRIC_OUTPUT_SCHEMA = [
|
|
|
10637
10637
|
|
|
10638
10638
|
// src/core/lib/actionRegistry/actions/evalEngine/index.ts
|
|
10639
10639
|
var EVAL_ENGINE_ACTION_TYPE = "qi/eval.engine";
|
|
10640
|
-
var EVAL_ENGINE_OUTPUT_SCHEMA = [
|
|
10641
|
-
...EVAL_REGISTER_OUTPUT_SCHEMA,
|
|
10642
|
-
...EVAL_RUBRIC_OUTPUT_SCHEMA.filter((f) => f.path !== "collectionId")
|
|
10643
|
-
];
|
|
10640
|
+
var EVAL_ENGINE_OUTPUT_SCHEMA = [...EVAL_REGISTER_OUTPUT_SCHEMA, ...EVAL_RUBRIC_OUTPUT_SCHEMA.filter((f) => f.path !== "collectionId")];
|
|
10644
10641
|
|
|
10645
10642
|
// src/core/lib/actionRegistry/actions/evalEngine/evalEngine.ts
|
|
10646
10643
|
registerAction({
|
|
@@ -20512,4 +20509,4 @@ export {
|
|
|
20512
20509
|
executeQueuedFlowAgentCoreCommands,
|
|
20513
20510
|
FlowAgentService
|
|
20514
20511
|
};
|
|
20515
|
-
//# sourceMappingURL=chunk-
|
|
20512
|
+
//# sourceMappingURL=chunk-LY32OATI.js.map
|