game_client_logic_deb 1.8.431 → 1.8.432
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 +2 -2
- package/Kosi-Kodein-kodein-di.js +16 -16
- package/Kotlin-DateTime-library-kotlinx-datetime.js +152 -152
- package/Logic_Debertz-ai_module.js +193 -193
- package/Logic_Debertz-core.js +500 -500
- package/Logic_Debertz-engine.js +3660 -3642
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +1 -0
- package/Logic_Debertz-game_client.js +454 -454
- package/kotlin-kotlin-stdlib.js +556 -550
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +13 -13
- package/kotlinx-coroutines-core.js +2134 -2134
- package/kotlinx-io-kotlinx-io-core.js +314 -314
- package/kotlinx-serialization-kotlinx-serialization-core.js +1739 -1739
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +1316 -1316
- package/ktor-ktor-client-content-negotiation.js +123 -123
- package/ktor-ktor-client-core.js +1442 -1442
- package/ktor-ktor-client-logging.js +265 -265
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +590 -590
- package/ktor-ktor-io.js +1241 -1241
- package/ktor-ktor-serialization-kotlinx-json.js +6 -6
- package/ktor-ktor-serialization-kotlinx.js +132 -132
- package/ktor-ktor-serialization.js +61 -61
- package/ktor-ktor-utils.js +483 -483
- package/ktor-ktor-websockets.js +42 -42
- package/package.json +1 -1
- package/random-library-crypto-rand.js +1 -1
- package/random-library-secure-random.js +2 -2
- package/raspberry-cardgame-lib-core.js +7 -7
- package/raspberry-cardgame-lib-logger.js +90 -90
- package/raspberry-cardgame-lib-random.js +756 -756
- package/raspberry-cardgame-lib-random.js.map +1 -1
- package/uuid.js +12 -12
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.i3o_1;
|
|
83
83
|
destination.f2(tmp$ret$0, element);
|
|
84
84
|
}
|
|
85
|
-
tmp.
|
|
86
|
-
this.
|
|
85
|
+
tmp.j3o_1 = destination;
|
|
86
|
+
this.k3o_1 = Codes_INTERNAL_ERROR_getInstance();
|
|
87
87
|
}
|
|
88
|
-
protoOf(Companion).
|
|
89
|
-
return this.
|
|
88
|
+
protoOf(Companion).l3o = function (code) {
|
|
89
|
+
return this.j3o_1.c2(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.i3o_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.m3o_1 = code;
|
|
174
|
+
this.n3o_1 = message;
|
|
175
175
|
}
|
|
176
|
-
protoOf(CloseReason).
|
|
177
|
-
return Companion_getInstance().
|
|
176
|
+
protoOf(CloseReason).o3o = function () {
|
|
177
|
+
return Companion_getInstance().l3o(this.m3o_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.o3o();
|
|
181
|
+
return 'CloseReason(reason=' + toString(tmp0_elvis_lhs == null ? this.m3o_1 : tmp0_elvis_lhs) + ', message=' + this.n3o_1 + ')';
|
|
182
182
|
};
|
|
183
183
|
protoOf(CloseReason).hashCode = function () {
|
|
184
|
-
var result = this.
|
|
185
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
184
|
+
var result = this.m3o_1;
|
|
185
|
+
result = imul(result, 31) + getStringHashCode(this.n3o_1) | 0;
|
|
186
186
|
return result;
|
|
187
187
|
};
|
|
188
188
|
protoOf(CloseReason).equals = function (other) {
|
|
@@ -191,15 +191,15 @@
|
|
|
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.l3o_1 === tmp0_other_with_cast.l3o_1))
|
|
195
|
-
return false;
|
|
196
194
|
if (!(this.m3o_1 === tmp0_other_with_cast.m3o_1))
|
|
197
195
|
return false;
|
|
196
|
+
if (!(this.n3o_1 === tmp0_other_with_cast.n3o_1))
|
|
197
|
+
return false;
|
|
198
198
|
return true;
|
|
199
199
|
};
|
|
200
200
|
function NonDisposableHandle() {
|
|
201
201
|
}
|
|
202
|
-
protoOf(NonDisposableHandle).
|
|
202
|
+
protoOf(NonDisposableHandle).a1s = function () {
|
|
203
203
|
};
|
|
204
204
|
protoOf(NonDisposableHandle).toString = function () {
|
|
205
205
|
return 'NonDisposableHandle';
|
|
@@ -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.s3o_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.s3o_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.t3o_1 = ensureNotNull(tmp$ret$1).s3o_1;
|
|
251
251
|
var tmp_0 = this;
|
|
252
252
|
var tmp_1 = 0;
|
|
253
|
-
var tmp_2 = this.
|
|
253
|
+
var tmp_2 = this.t3o_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.s3o_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.u3o_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.r3o_1 = controlFrame;
|
|
314
|
+
this.s3o_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().s30_1;
|
|
352
|
+
if (charset.equals(Charsets_getInstance().s30_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.w30(), text, 0, text.length);
|
|
357
357
|
}
|
|
358
358
|
Text_init_$Init$(true, tmp$ret$0, $this);
|
|
359
359
|
return $this;
|
|
@@ -368,14 +368,14 @@
|
|
|
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.m3o_1);
|
|
372
|
+
writeText(builder, reason.n3o_1);
|
|
373
|
+
tmp$ret$2 = builder.q2t();
|
|
374
374
|
break $l$block;
|
|
375
375
|
} catch ($p) {
|
|
376
376
|
if ($p instanceof Error) {
|
|
377
377
|
var t = $p;
|
|
378
|
-
builder.
|
|
378
|
+
builder.q19();
|
|
379
379
|
throw t;
|
|
380
380
|
} else {
|
|
381
381
|
throw $p;
|
|
@@ -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().v3o_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.v3o_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.w3o_1 = fin;
|
|
434
|
+
this.x3o_1 = frameType;
|
|
435
|
+
this.y3o_1 = data;
|
|
436
|
+
this.z3o_1 = disposableHandle;
|
|
437
|
+
this.a3p_1 = rsv1;
|
|
438
|
+
this.b3p_1 = rsv2;
|
|
439
|
+
this.c3p_1 = rsv3;
|
|
440
440
|
}
|
|
441
441
|
protoOf(Frame).toString = function () {
|
|
442
|
-
return 'Frame ' + this.
|
|
442
|
+
return 'Frame ' + this.x3o_1.toString() + ' (fin=' + this.w3o_1 + ', buffer len = ' + this.y3o_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).o4t = function (bytes) {
|
|
59
59
|
$l$block: {
|
|
60
60
|
// Inline function 'org.kotlincrypto.internal.ifNotNullOrEmpty' call
|
|
61
61
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
break $l$block;
|
|
71
71
|
}
|
|
72
72
|
try {
|
|
73
|
-
Default_getInstance().
|
|
73
|
+
Default_getInstance().rg(bytes);
|
|
74
74
|
} catch ($p) {
|
|
75
75
|
if ($p instanceof RandomnessProcurementException) {
|
|
76
76
|
var e = $p;
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
function CoreConfig() {
|
|
130
130
|
this.version = '0.0.53';
|
|
131
131
|
}
|
|
132
|
-
protoOf(CoreConfig).
|
|
132
|
+
protoOf(CoreConfig).x3u = function () {
|
|
133
133
|
return this.version;
|
|
134
134
|
};
|
|
135
135
|
var CoreConfig_instance;
|
|
@@ -663,11 +663,11 @@
|
|
|
663
663
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
664
664
|
tmp.p5c_1 = lazy(tmp_0, Suit$Companion$_anonymous__cbm2iq);
|
|
665
665
|
}
|
|
666
|
-
protoOf(Companion_1).
|
|
666
|
+
protoOf(Companion_1).b1c = function () {
|
|
667
667
|
return _get_$cachedSerializer__te6jhj(this);
|
|
668
668
|
};
|
|
669
|
-
protoOf(Companion_1).
|
|
670
|
-
return this.
|
|
669
|
+
protoOf(Companion_1).h10 = function (typeParamsSerializers) {
|
|
670
|
+
return this.b1c();
|
|
671
671
|
};
|
|
672
672
|
var Companion_instance_1;
|
|
673
673
|
function Companion_getInstance_1() {
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
var tmp0_$this = this.f5d_1.d5e_1;
|
|
886
886
|
var tmp1_max = cardsCount - 1 | 0;
|
|
887
887
|
this.s8_1 = 1;
|
|
888
|
-
suspendResult = tmp0_$this.
|
|
888
|
+
suspendResult = tmp0_$this.l57(this.i5d_1, this.j5d_1, 0, tmp1_max, cardsCount, this.k5d_1, VOID, this);
|
|
889
889
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
890
890
|
return suspendResult;
|
|
891
891
|
}
|
|
@@ -893,12 +893,12 @@
|
|
|
893
893
|
this.s8_1 = 2;
|
|
894
894
|
continue $sm;
|
|
895
895
|
case 1:
|
|
896
|
-
var unboxed = suspendResult.
|
|
896
|
+
var unboxed = suspendResult.ul_1;
|
|
897
897
|
suspendResult = new Result(unboxed);
|
|
898
898
|
this.s8_1 = 2;
|
|
899
899
|
continue $sm;
|
|
900
900
|
case 2:
|
|
901
|
-
var result = suspendResult.
|
|
901
|
+
var result = suspendResult.ul_1;
|
|
902
902
|
if (_Result___get_isSuccess__impl__sndoy8(result)) {
|
|
903
903
|
var tmp_0 = this;
|
|
904
904
|
throwOnFailure(result);
|