@solibo/home-api 1.4.7 → 1.4.8

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.
@@ -72,8 +72,8 @@ import {
72
72
  _ChannelResult___get_isClosed__impl__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
73
73
  close$default1evna6yun3t5h as close$default,
74
74
  cancel$default1fq6eekptkf7a as cancel$default,
75
- ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
76
75
  SendChannel38sllbxw662ws as SendChannel,
76
+ ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
77
77
  } from './kotlinx-coroutines-core.mjs';
78
78
  import {
79
79
  get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
@@ -138,7 +138,7 @@ initMetadataForCompanion(Companion_3);
138
138
  initMetadataForClass(ChannelConfig, 'ChannelConfig');
139
139
  initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
140
140
  initMetadataForCompanion(Companion_4);
141
- initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
141
+ initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
142
142
  initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
143
143
  initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
144
144
  initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.mjs",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",