@solibo/solibo-sdk 1.5.16 → 1.5.17
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/kotlin-kotlin-stdlib.mjs +21 -21
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +7 -7
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +0 -1
- package/solibo-sdk-sdk.mjs +1 -1
package/ktor-ktor-websockets.mjs
CHANGED
|
@@ -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
|
-
SendChannel38sllbxw662ws as SendChannel,
|
|
76
75
|
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
76
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
77
77
|
} from './kotlinx-coroutines-core.mjs';
|
|
78
78
|
import {
|
|
79
79
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -139,7 +139,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
139
139
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
140
140
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
141
141
|
initMetadataForCompanion(Companion_4);
|
|
142
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
142
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
|
|
143
143
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
144
144
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
145
145
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -47,7 +47,6 @@ import {
|
|
|
47
47
|
KtList3hktaavzmj137 as KtList,
|
|
48
48
|
joinToString1cxrrlmo0chqs as joinToString,
|
|
49
49
|
ArrayList_init_$Create$2byt5m5yn22yy as ArrayList_init_$Create$,
|
|
50
|
-
ArrayList3it5z8td81qkl as ArrayList_BridgeFix,
|
|
51
50
|
lazy2hsh8ze7j6ikd as lazy_0,
|
|
52
51
|
KProperty1ca4yb4wlo496 as KProperty1,
|
|
53
52
|
getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef,
|
package/solibo-sdk-sdk.mjs
CHANGED
|
@@ -3620,7 +3620,7 @@ function HomeApi$clientConfigurator$lambda$lambda_8(this$0) {
|
|
|
3620
3620
|
}
|
|
3621
3621
|
accept($this$defaultRequest, Application_getInstance().k3j_1);
|
|
3622
3622
|
header($this$defaultRequest, 'Accept-Language', buildAcceptLanguage(this$0.userLanguage));
|
|
3623
|
-
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.5.
|
|
3623
|
+
header($this$defaultRequest, 'X-Solibo-SDK-Version', '1.5.17');
|
|
3624
3624
|
return Unit_instance;
|
|
3625
3625
|
};
|
|
3626
3626
|
}
|