deep-chat-dev 9.0.139 → 9.0.140
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/custom-elements.json +6908 -6908
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1 -1
- package/package.json +1 -1
package/dist/deepChat.js
CHANGED
@@ -4438,7 +4438,7 @@ var w = /*#__PURE__*/function () {
|
|
4438
4438
|
a = _context16.sent;
|
4439
4439
|
a.timeoutMS ? setTimeout(function () {
|
4440
4440
|
w.executePollRequest(e, t, i, n);
|
4441
|
-
}, a.timeoutMS) : M.isSimulatable(e.stream,
|
4441
|
+
}, a.timeoutMS) : M.isSimulatable(e.stream, a) ? M.simulate(n, e.streamHandlers, a) : (n.addNewMessage(a), r());
|
4442
4442
|
case 13:
|
4443
4443
|
case "end":
|
4444
4444
|
return _context16.stop();
|