@syntrologie/adapt-chatbot 2.8.0-canary.422 → 2.8.0-canary.423
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/ChatAssistantLit.js
CHANGED
|
@@ -8117,6 +8117,12 @@ var ElementInstanceStore = class {
|
|
|
8117
8117
|
});
|
|
8118
8118
|
return;
|
|
8119
8119
|
}
|
|
8120
|
+
if (typeof mutation.resulting_version !== "number" || mutation.resulting_content == null || typeof mutation.resulting_content !== "object") {
|
|
8121
|
+
this._logger.warn("elements: patch dropped \u2014 malformed envelope (missing resulting_*)", {
|
|
8122
|
+
instance_id: mutation.instance_id
|
|
8123
|
+
});
|
|
8124
|
+
return;
|
|
8125
|
+
}
|
|
8120
8126
|
if (mutation.resulting_version <= existing.version) {
|
|
8121
8127
|
return;
|
|
8122
8128
|
}
|
|
@@ -8955,4 +8961,4 @@ fast-json-patch/module/duplex.mjs:
|
|
|
8955
8961
|
* MIT license
|
|
8956
8962
|
*)
|
|
8957
8963
|
*/
|
|
8958
|
-
//# sourceMappingURL=chunk-
|
|
8964
|
+
//# sourceMappingURL=chunk-723DUP7N.js.map
|