game_client_logic_deb 1.8.385 → 1.8.388
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/Kosi-Kaverit-kaverit.js +53 -53
- package/Kosi-Kodein-kodein-di.js +516 -516
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1389 -1389
- package/Logic_Debertz-core.js +1146 -1120
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +11148 -10959
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +3420 -3432
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1257 -1213
- package/kotlinx-coroutines-core.js.map +1 -1
- package/ktor-ktor-client-content-negotiation.js +123 -123
- package/ktor-ktor-client-core.js +1431 -1431
- package/ktor-ktor-client-logging.js +269 -269
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +595 -595
- package/ktor-ktor-io.js +1208 -1208
- package/ktor-ktor-serialization-kotlinx-json.js +1 -1
- package/ktor-ktor-serialization-kotlinx.js +128 -128
- package/ktor-ktor-serialization.js +63 -63
- package/ktor-ktor-utils.js +477 -477
- package/ktor-ktor-websockets.js +40 -40
- package/package.json +1 -1
- package/random-library-secure-random.js +1 -1
- package/raspberry-cardgame-lib-core.js +164 -164
- package/raspberry-cardgame-lib-random.js +552 -552
- package/uuid.js +11 -11
package/ktor-ktor-websockets.js
CHANGED
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
while (inductionVariable < last) {
|
|
80
80
|
var element = this_0[inductionVariable];
|
|
81
81
|
inductionVariable = inductionVariable + 1 | 0;
|
|
82
|
-
var tmp$ret$0 = element.
|
|
82
|
+
var tmp$ret$0 = element.h3o_1;
|
|
83
83
|
destination.e2(tmp$ret$0, element);
|
|
84
84
|
}
|
|
85
|
-
tmp.
|
|
86
|
-
this.
|
|
85
|
+
tmp.i3o_1 = destination;
|
|
86
|
+
this.j3o_1 = Codes_INTERNAL_ERROR_getInstance();
|
|
87
87
|
}
|
|
88
|
-
protoOf(Companion).
|
|
89
|
-
return this.
|
|
88
|
+
protoOf(Companion).k3o = function (code) {
|
|
89
|
+
return this.i3o_1.b2(code);
|
|
90
90
|
};
|
|
91
91
|
var Companion_instance;
|
|
92
92
|
function Companion_getInstance() {
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
}
|
|
120
120
|
function Codes(name, ordinal, code) {
|
|
121
121
|
Enum.call(this, name, ordinal);
|
|
122
|
-
this.
|
|
122
|
+
this.h3o_1 = code;
|
|
123
123
|
}
|
|
124
124
|
function Codes_NORMAL_getInstance() {
|
|
125
125
|
Codes_initEntries();
|
|
@@ -170,19 +170,19 @@
|
|
|
170
170
|
return Codes_TRY_AGAIN_LATER_instance;
|
|
171
171
|
}
|
|
172
172
|
function CloseReason(code, message) {
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
173
|
+
this.l3o_1 = code;
|
|
174
|
+
this.m3o_1 = message;
|
|
175
175
|
}
|
|
176
|
-
protoOf(CloseReason).
|
|
177
|
-
return Companion_getInstance().
|
|
176
|
+
protoOf(CloseReason).n3o = function () {
|
|
177
|
+
return Companion_getInstance().k3o(this.l3o_1);
|
|
178
178
|
};
|
|
179
179
|
protoOf(CloseReason).toString = function () {
|
|
180
|
-
var tmp0_elvis_lhs = this.
|
|
181
|
-
return 'CloseReason(reason=' + toString(tmp0_elvis_lhs == null ? this.
|
|
180
|
+
var tmp0_elvis_lhs = this.n3o();
|
|
181
|
+
return 'CloseReason(reason=' + toString(tmp0_elvis_lhs == null ? this.l3o_1 : tmp0_elvis_lhs) + ', message=' + this.m3o_1 + ')';
|
|
182
182
|
};
|
|
183
183
|
protoOf(CloseReason).hashCode = function () {
|
|
184
|
-
var result = this.
|
|
185
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
184
|
+
var result = this.l3o_1;
|
|
185
|
+
result = imul(result, 31) + getStringHashCode(this.m3o_1) | 0;
|
|
186
186
|
return result;
|
|
187
187
|
};
|
|
188
188
|
protoOf(CloseReason).equals = function (other) {
|
|
@@ -191,9 +191,9 @@
|
|
|
191
191
|
if (!(other instanceof CloseReason))
|
|
192
192
|
return false;
|
|
193
193
|
var tmp0_other_with_cast = other instanceof CloseReason ? other : THROW_CCE();
|
|
194
|
-
if (!(this.
|
|
194
|
+
if (!(this.l3o_1 === tmp0_other_with_cast.l3o_1))
|
|
195
195
|
return false;
|
|
196
|
-
if (!(this.
|
|
196
|
+
if (!(this.m3o_1 === tmp0_other_with_cast.m3o_1))
|
|
197
197
|
return false;
|
|
198
198
|
return true;
|
|
199
199
|
};
|
|
@@ -231,14 +231,14 @@
|
|
|
231
231
|
tmp$ret$1 = maxElem;
|
|
232
232
|
break $l$block_0;
|
|
233
233
|
}
|
|
234
|
-
var maxValue = maxElem.
|
|
234
|
+
var maxValue = maxElem.r3o_1;
|
|
235
235
|
var inductionVariable = 1;
|
|
236
236
|
if (inductionVariable <= lastIndex)
|
|
237
237
|
do {
|
|
238
238
|
var i = inductionVariable;
|
|
239
239
|
inductionVariable = inductionVariable + 1 | 0;
|
|
240
240
|
var e = tmp0[i];
|
|
241
|
-
var v = e.
|
|
241
|
+
var v = e.r3o_1;
|
|
242
242
|
if (compareTo(maxValue, v) < 0) {
|
|
243
243
|
maxElem = e;
|
|
244
244
|
maxValue = v;
|
|
@@ -247,10 +247,10 @@
|
|
|
247
247
|
while (!(i === lastIndex));
|
|
248
248
|
tmp$ret$1 = maxElem;
|
|
249
249
|
}
|
|
250
|
-
tmp.
|
|
250
|
+
tmp.s3o_1 = ensureNotNull(tmp$ret$1).r3o_1;
|
|
251
251
|
var tmp_0 = this;
|
|
252
252
|
var tmp_1 = 0;
|
|
253
|
-
var tmp_2 = this.
|
|
253
|
+
var tmp_2 = this.s3o_1 + 1 | 0;
|
|
254
254
|
// Inline function 'kotlin.arrayOfNulls' call
|
|
255
255
|
var tmp_3 = Array(tmp_2);
|
|
256
256
|
while (tmp_1 < tmp_2) {
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
while (inductionVariable_0 < last) {
|
|
267
267
|
var element = tmp0_0[inductionVariable_0];
|
|
268
268
|
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
269
|
-
if (element.
|
|
269
|
+
if (element.r3o_1 === tmp_4) {
|
|
270
270
|
if (found) {
|
|
271
271
|
tmp$ret$6 = null;
|
|
272
272
|
break $l$block_2;
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
tmp_3[tmp_4] = tmp$ret$6;
|
|
285
285
|
tmp_1 = tmp_1 + 1 | 0;
|
|
286
286
|
}
|
|
287
|
-
tmp_0.
|
|
287
|
+
tmp_0.t3o_1 = tmp_3;
|
|
288
288
|
}
|
|
289
289
|
var Companion_instance_0;
|
|
290
290
|
function Companion_getInstance_0() {
|
|
@@ -310,8 +310,8 @@
|
|
|
310
310
|
}
|
|
311
311
|
function FrameType(name, ordinal, controlFrame, opcode) {
|
|
312
312
|
Enum.call(this, name, ordinal);
|
|
313
|
-
this.
|
|
314
|
-
this.
|
|
313
|
+
this.q3o_1 = controlFrame;
|
|
314
|
+
this.r3o_1 = opcode;
|
|
315
315
|
}
|
|
316
316
|
function FrameType_TEXT_getInstance() {
|
|
317
317
|
FrameType_initEntries();
|
|
@@ -348,12 +348,12 @@
|
|
|
348
348
|
var tmp$ret$0;
|
|
349
349
|
$l$block: {
|
|
350
350
|
// Inline function 'io.ktor.utils.io.core.toByteArray' call
|
|
351
|
-
var charset = Charsets_getInstance().
|
|
352
|
-
if (charset.equals(Charsets_getInstance().
|
|
351
|
+
var charset = Charsets_getInstance().r30_1;
|
|
352
|
+
if (charset.equals(Charsets_getInstance().r30_1)) {
|
|
353
353
|
tmp$ret$0 = encodeToByteArray(text);
|
|
354
354
|
break $l$block;
|
|
355
355
|
}
|
|
356
|
-
tmp$ret$0 = encodeToByteArray_0(charset.
|
|
356
|
+
tmp$ret$0 = encodeToByteArray_0(charset.v30(), text, 0, text.length);
|
|
357
357
|
}
|
|
358
358
|
Text_init_$Init$(true, tmp$ret$0, $this);
|
|
359
359
|
return $this;
|
|
@@ -368,9 +368,9 @@
|
|
|
368
368
|
// Inline function 'kotlin.contracts.contract' call
|
|
369
369
|
var builder = new BytePacketBuilder();
|
|
370
370
|
try {
|
|
371
|
-
writeShort(builder, reason.
|
|
372
|
-
writeText(builder, reason.
|
|
373
|
-
tmp$ret$2 = builder.
|
|
371
|
+
writeShort(builder, reason.l3o_1);
|
|
372
|
+
writeText(builder, reason.m3o_1);
|
|
373
|
+
tmp$ret$2 = builder.p2t();
|
|
374
374
|
break $l$block;
|
|
375
375
|
} catch ($p) {
|
|
376
376
|
if ($p instanceof Error) {
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
return $this;
|
|
394
394
|
}
|
|
395
395
|
function Close_init_$Init$_1($this) {
|
|
396
|
-
Close.call($this, Companion_getInstance_1().
|
|
396
|
+
Close.call($this, Companion_getInstance_1().u3o_1);
|
|
397
397
|
return $this;
|
|
398
398
|
}
|
|
399
399
|
function Close_init_$Create$_0() {
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
}
|
|
417
417
|
function Companion_1() {
|
|
418
418
|
Companion_instance_1 = this;
|
|
419
|
-
this.
|
|
419
|
+
this.u3o_1 = new Int8Array(0);
|
|
420
420
|
}
|
|
421
421
|
var Companion_instance_1;
|
|
422
422
|
function Companion_getInstance_1() {
|
|
@@ -430,16 +430,16 @@
|
|
|
430
430
|
rsv1 = rsv1 === VOID ? false : rsv1;
|
|
431
431
|
rsv2 = rsv2 === VOID ? false : rsv2;
|
|
432
432
|
rsv3 = rsv3 === VOID ? false : rsv3;
|
|
433
|
-
this.
|
|
434
|
-
this.
|
|
435
|
-
this.
|
|
436
|
-
this.
|
|
437
|
-
this.
|
|
438
|
-
this.
|
|
439
|
-
this.
|
|
433
|
+
this.v3o_1 = fin;
|
|
434
|
+
this.w3o_1 = frameType;
|
|
435
|
+
this.x3o_1 = data;
|
|
436
|
+
this.y3o_1 = disposableHandle;
|
|
437
|
+
this.z3o_1 = rsv1;
|
|
438
|
+
this.a3p_1 = rsv2;
|
|
439
|
+
this.b3p_1 = rsv3;
|
|
440
440
|
}
|
|
441
441
|
protoOf(Frame).toString = function () {
|
|
442
|
-
return 'Frame ' + this.
|
|
442
|
+
return 'Frame ' + this.w3o_1.toString() + ' (fin=' + this.v3o_1 + ', buffer len = ' + this.x3o_1.length + ')';
|
|
443
443
|
};
|
|
444
444
|
//region block: init
|
|
445
445
|
NonDisposableHandle_instance = new NonDisposableHandle();
|
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
function SecureRandom() {
|
|
57
57
|
}
|
|
58
|
-
protoOf(SecureRandom).
|
|
58
|
+
protoOf(SecureRandom).n4t = function (bytes) {
|
|
59
59
|
$l$block: {
|
|
60
60
|
// Inline function 'org.kotlincrypto.internal.ifNotNullOrEmpty' call
|
|
61
61
|
// Inline function 'kotlin.contracts.contract' call
|