@syntrologie/adapt-chatbot 2.8.0-canary.421 → 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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ChatAssistantLitMountable,
3
3
  renderFallbackHtml
4
- } from "./chunk-CWRCHWWJ.js";
4
+ } from "./chunk-723DUP7N.js";
5
5
  import "./chunk-EWPPVPJ4.js";
6
6
  import "./chunk-QF7ZTKXA.js";
7
7
  import "./chunk-KPWW7N27.js";
@@ -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-CWRCHWWJ.js.map
8964
+ //# sourceMappingURL=chunk-723DUP7N.js.map