openmates 0.14.8-alpha.13 → 0.14.8-alpha.15

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.
@@ -5167,10 +5167,7 @@ var OpenMatesClient = class _OpenMatesClient {
5167
5167
  2e4
5168
5168
  );
5169
5169
  await ws.sendAsync("chat_message_added", messagePayload);
5170
- const confirmedPayload = (await confirmed).payload;
5171
- if (typeof confirmedPayload.new_messages_v === "number" && Number.isSafeInteger(confirmedPayload.new_messages_v)) {
5172
- terminalExpectedMessagesV = confirmedPayload.new_messages_v + 1;
5173
- }
5170
+ await confirmed;
5174
5171
  let assistant = "";
5175
5172
  let assistantMessageId = null;
5176
5173
  let category = 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-CPJPAPQL.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-CPJPAPQL.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.15",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",