openmates 0.14.8-alpha.13 → 0.14.8-alpha.14
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.
|
@@ -5169,7 +5169,7 @@ var OpenMatesClient = class _OpenMatesClient {
|
|
|
5169
5169
|
await ws.sendAsync("chat_message_added", messagePayload);
|
|
5170
5170
|
const confirmedPayload = (await confirmed).payload;
|
|
5171
5171
|
if (typeof confirmedPayload.new_messages_v === "number" && Number.isSafeInteger(confirmedPayload.new_messages_v)) {
|
|
5172
|
-
terminalExpectedMessagesV = confirmedPayload.new_messages_v
|
|
5172
|
+
terminalExpectedMessagesV = confirmedPayload.new_messages_v;
|
|
5173
5173
|
}
|
|
5174
5174
|
let assistant = "";
|
|
5175
5175
|
let assistantMessageId = null;
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED