@solibo/home-api 1.1.0 → 1.1.1
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.js +742 -742
- package/kotlin-kotlin-stdlib.js +3032 -1782
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +14 -14
- package/kotlinx-coroutines-core.js +1893 -1893
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring.js +35 -35
- package/kotlinx-io-kotlinx-io-core.js +457 -457
- package/kotlinx-serialization-kotlinx-serialization-core.js +1798 -1798
- package/kotlinx-serialization-kotlinx-serialization-json.js +1409 -1409
- package/ktor-ktor-client-content-negotiation.js +190 -190
- package/ktor-ktor-client-core.js +2991 -2991
- package/ktor-ktor-events.js +8 -8
- package/ktor-ktor-http-cio.js +497 -497
- package/ktor-ktor-http.js +675 -675
- package/ktor-ktor-io.js +1099 -1104
- package/ktor-ktor-io.js.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +230 -230
- package/ktor-ktor-serialization.js +107 -107
- package/ktor-ktor-utils.js +553 -553
- package/ktor-ktor-websockets.js +757 -757
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.ts +395 -8
- package/solibo-sdk-sdk-home-api.js +74182 -68237
- package/solibo-sdk-sdk-home-api.js.map +1 -1
package/kotlinx-atomicfu.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
var initMetadataForClass = kotlin_kotlin.$_$.xa;
|
|
18
18
|
var initMetadataForObject = kotlin_kotlin.$_$.db;
|
|
19
19
|
var VOID = kotlin_kotlin.$_$.b;
|
|
20
|
-
var toString = kotlin_kotlin.$_$.
|
|
20
|
+
var toString = kotlin_kotlin.$_$.xg;
|
|
21
21
|
var get_ONE = kotlin_kotlin.$_$.k9;
|
|
22
22
|
var add = kotlin_kotlin.$_$.l9;
|
|
23
23
|
var subtract = kotlin_kotlin.$_$.z9;
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
41
41
|
tmp_0 = tmp_0 + 1 | 0;
|
|
42
42
|
}
|
|
43
|
-
tmp.
|
|
43
|
+
tmp.pr_1 = tmp_1;
|
|
44
44
|
}
|
|
45
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
46
|
-
return this.
|
|
45
|
+
protoOf(atomicfu$AtomicRefArray$ref).qr = function () {
|
|
46
|
+
return this.pr_1.length;
|
|
47
47
|
};
|
|
48
48
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
49
|
-
return this.
|
|
49
|
+
return this.pr_1[index];
|
|
50
50
|
};
|
|
51
51
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
52
52
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
function AtomicInt(value) {
|
|
75
75
|
this.kotlinx$atomicfu$value = value;
|
|
76
76
|
}
|
|
77
|
-
protoOf(AtomicInt).
|
|
77
|
+
protoOf(AtomicInt).rr = function (_set____db54di) {
|
|
78
78
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
79
79
|
};
|
|
80
|
-
protoOf(AtomicInt).
|
|
80
|
+
protoOf(AtomicInt).sr = function () {
|
|
81
81
|
return this.kotlinx$atomicfu$value;
|
|
82
82
|
};
|
|
83
83
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
function AtomicBoolean(value) {
|
|
128
128
|
this.kotlinx$atomicfu$value = value;
|
|
129
129
|
}
|
|
130
|
-
protoOf(AtomicBoolean).
|
|
130
|
+
protoOf(AtomicBoolean).tr = function (_set____db54di) {
|
|
131
131
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
132
132
|
};
|
|
133
|
-
protoOf(AtomicBoolean).
|
|
133
|
+
protoOf(AtomicBoolean).sr = function () {
|
|
134
134
|
return this.kotlinx$atomicfu$value;
|
|
135
135
|
};
|
|
136
136
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -153,10 +153,10 @@
|
|
|
153
153
|
function AtomicRef(value) {
|
|
154
154
|
this.kotlinx$atomicfu$value = value;
|
|
155
155
|
}
|
|
156
|
-
protoOf(AtomicRef).
|
|
156
|
+
protoOf(AtomicRef).ur = function (_set____db54di) {
|
|
157
157
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
158
158
|
};
|
|
159
|
-
protoOf(AtomicRef).
|
|
159
|
+
protoOf(AtomicRef).sr = function () {
|
|
160
160
|
return this.kotlinx$atomicfu$value;
|
|
161
161
|
};
|
|
162
162
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -179,10 +179,10 @@
|
|
|
179
179
|
function AtomicLong(value) {
|
|
180
180
|
this.kotlinx$atomicfu$value = value;
|
|
181
181
|
}
|
|
182
|
-
protoOf(AtomicLong).
|
|
182
|
+
protoOf(AtomicLong).vr = function (_set____db54di) {
|
|
183
183
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
184
184
|
};
|
|
185
|
-
protoOf(AtomicLong).
|
|
185
|
+
protoOf(AtomicLong).sr = function () {
|
|
186
186
|
return this.kotlinx$atomicfu$value;
|
|
187
187
|
};
|
|
188
188
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
return new AtomicLong(initial);
|
|
247
247
|
}
|
|
248
248
|
//region block: post-declaration
|
|
249
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
249
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).qr);
|
|
250
250
|
//endregion
|
|
251
251
|
//region block: exports
|
|
252
252
|
_.$_$ = _.$_$ || {};
|