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 + 1;
5172
+ terminalExpectedMessagesV = confirmedPayload.new_messages_v;
5173
5173
  }
5174
5174
  let assistant = "";
5175
5175
  let assistantMessageId = null;
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-NKBCM5X2.js";
5
+ } from "./chunk-FHPNKPNJ.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ import {
29
29
  renderSupportInfo,
30
30
  serializeToYaml,
31
31
  unwrapApiKeyMasterKey
32
- } from "./chunk-NKBCM5X2.js";
32
+ } from "./chunk-FHPNKPNJ.js";
33
33
  import "./chunk-AXNRPVLE.js";
34
34
 
35
35
  // src/generated/appSkills.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.14.8-alpha.13",
3
+ "version": "0.14.8-alpha.14",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",