@solibo/home-api 1.1.110 → 1.1.111
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-DateTime-library-kotlinx-datetime.mjs +777 -778
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -1
- package/kotlin-kotlin-stdlib.mjs +1329 -1746
- package/kotlin-kotlin-stdlib.mjs.map +1 -0
- package/kotlinx-atomicfu.mjs +13 -13
- package/kotlinx-atomicfu.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +2004 -1993
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring.mjs +42 -42
- package/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -1
- package/kotlinx-io-kotlinx-io-core.mjs +629 -625
- package/kotlinx-io-kotlinx-io-core.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +1934 -1944
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1497 -1496
- package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
- package/ktor-ktor-client-content-negotiation.mjs +142 -142
- package/ktor-ktor-client-content-negotiation.mjs.map +1 -1
- package/ktor-ktor-client-core.mjs +2181 -2080
- package/ktor-ktor-client-core.mjs.map +1 -1
- package/ktor-ktor-events.mjs +7 -7
- package/ktor-ktor-events.mjs.map +1 -1
- package/ktor-ktor-http-cio.mjs +380 -380
- package/ktor-ktor-http-cio.mjs.map +1 -1
- package/ktor-ktor-http.mjs +728 -728
- package/ktor-ktor-http.mjs.map +1 -1
- package/ktor-ktor-io.mjs +658 -658
- package/ktor-ktor-io.mjs.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json.mjs +7 -7
- package/ktor-ktor-serialization-kotlinx.mjs +147 -146
- package/ktor-ktor-serialization-kotlinx.mjs.map +1 -1
- package/ktor-ktor-serialization.mjs +65 -66
- package/ktor-ktor-serialization.mjs.map +1 -1
- package/ktor-ktor-utils.mjs +1354 -788
- package/ktor-ktor-utils.mjs.map +1 -1
- package/ktor-ktor-websockets.mjs +425 -427
- package/ktor-ktor-websockets.mjs.map +1 -1
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +152 -151
- package/solibo-sdk-sdk-home-api.mjs +48826 -48700
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
package/ktor-ktor-events.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
THROW_CCE2g6jy02ryeudk as THROW_CCE,
|
|
9
9
|
equals2au1ep9vhcato as equals,
|
|
10
10
|
addSuppressedu5jwjfvsc039 as addSuppressed,
|
|
11
|
-
|
|
11
|
+
Unit_instancev9v8hjid95df as Unit_instance,
|
|
12
12
|
protoOf180f3jzyo7rfj as protoOf,
|
|
13
13
|
} from './kotlin-kotlin-stdlib.mjs';
|
|
14
14
|
//region block: imports
|
|
@@ -21,22 +21,22 @@ initMetadataForClass(EventDefinition, 'EventDefinition', EventDefinition);
|
|
|
21
21
|
function HandlerRegistration() {
|
|
22
22
|
}
|
|
23
23
|
function Events() {
|
|
24
|
-
this.
|
|
24
|
+
this.i2j_1 = new CopyOnWriteHashMap();
|
|
25
25
|
}
|
|
26
|
-
protoOf(Events).
|
|
26
|
+
protoOf(Events).j2j = function (definition, value) {
|
|
27
27
|
var exception = null;
|
|
28
|
-
var tmp0_safe_receiver = this.
|
|
28
|
+
var tmp0_safe_receiver = this.i2j_1.u2f(definition);
|
|
29
29
|
if (tmp0_safe_receiver == null)
|
|
30
30
|
null;
|
|
31
31
|
else {
|
|
32
32
|
// Inline function 'io.ktor.util.internal.LockFreeLinkedListHead.forEach' call
|
|
33
|
-
var tmp = tmp0_safe_receiver.
|
|
33
|
+
var tmp = tmp0_safe_receiver.a15();
|
|
34
34
|
var cur = tmp instanceof LockFreeLinkedListNode ? tmp : THROW_CCE();
|
|
35
35
|
while (!equals(cur, tmp0_safe_receiver)) {
|
|
36
36
|
if (cur instanceof HandlerRegistration) {
|
|
37
37
|
var registration = cur;
|
|
38
38
|
try {
|
|
39
|
-
var tmp_0 = registration.
|
|
39
|
+
var tmp_0 = registration.l2j_1;
|
|
40
40
|
(typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
|
|
41
41
|
} catch ($p) {
|
|
42
42
|
if ($p instanceof Error) {
|
|
@@ -58,7 +58,7 @@ protoOf(Events).x2i = function (definition, value) {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
cur = cur.
|
|
61
|
+
cur = cur.s2g();
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
var tmp1_safe_receiver = exception;
|
package/ktor-ktor-events.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Events.kt","LockFreeLinkedList.kt"
|
|
1
|
+
{"version":3,"sources":["Events.kt","LockFreeLinkedList.kt"],"sourcesContent":["// Source not found during SDK packaging.\n// Original path: ../../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-shared/ktor-events/common/src/io/ktor/events/Events.kt\n// This often happens for transitive dependencies or generated files that are not preserved in the final build artifact.","// Source not found during SDK packaging.\n// Original path: ../../../../../../../../../../../../../mnt/agent/work/8d547b974a7be21f/ktor-utils/common/src/io/ktor/util/internal/LockFreeLinkedList.kt\n// This often happens for transitive dependencies or generated files that are not preserved in the final build artifact."],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","raise","definition","value","exception","cur","e"],"mappings":";;;;;;;;;;;;;;;;;;;;;;eAYAA,CAAAA,EAAA;A,EAE2B,qC;AAF3B,C;+BAkCWC,CAAcC,U,EAAgCC,KAA9CF,EAAwD;A,MAC3DG,YAA4B,I;MAC5B,oCAAS,UAAT,C;EAAsB,+B;IAAA,I;;;cAAtB,kBC+wBgB,M;QAAhBC,MAAgB,yD;WACT,aDhxBP,kBCgxBO,C,EAAa;A,MACZ,uC,CAAU;A,2BAAM,G;QDhxBpB,IAAI;A,sBAEC,Y,CAAa,K;UAAd,CAAC,iDAAD,EAA0C,KAA1C,C;QACJ,C;mCACI;A,gBADKC,M;gBACL,gC;;YAAW,iC;sBAAA,I;;cAAA,cAAX,oBAAW,EAAc,CAAd,C;;;YAAX,kB,CAA+B;A;cAAM,YAAY,C;YAAE,C;UAAA,C;;;;MC4wBhC,C;MACvB,MAAM,GAAI,M;IACd,C;;MD3wBA,8B;EAAW,+B;IAAA,I;OAAA;A;IAAM,MAAjB,kB;EAA0B,C;AAC9B,C;wBA2CJN,CAAAA,EAAA;AAAA,C;;;;;"}
|