game_client_logic_deb 1.8.304 → 1.8.310
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 +56 -56
- package/Kosi-Kodein-kodein-di.js +511 -511
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1376 -1376
- package/Logic_Debertz-core.js +1449 -1449
- package/Logic_Debertz-engine.js +13801 -13806
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +4 -3
- package/Logic_Debertz-game_client.js +3132 -3140
- 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 +1419 -1573
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +316 -316
- package/kotlinx-serialization-kotlinx-serialization-core.js +1801 -1801
- package/kotlinx-serialization-kotlinx-serialization-json.js +1328 -1328
- package/ktor-ktor-client-content-negotiation.js +133 -133
- package/ktor-ktor-client-core.js +1536 -1536
- package/ktor-ktor-client-logging.js +287 -287
- package/ktor-ktor-events.js +6 -6
- package/ktor-ktor-http.js +599 -599
- package/ktor-ktor-io.js +1255 -1255
- package/ktor-ktor-serialization-kotlinx-json.js +7 -7
- package/ktor-ktor-serialization-kotlinx.js +138 -138
- package/ktor-ktor-serialization.js +64 -64
- package/ktor-ktor-utils.js +498 -498
- package/ktor-ktor-websockets.js +41 -41
- package/package.json +1 -1
- package/raspberry-cardgame-lib-core.js +190 -187
- package/raspberry-cardgame-lib-core.js.map +1 -1
- package/raspberry-cardgame-lib-random.js +880 -948
- package/raspberry-cardgame-lib-random.js.map +1 -1
- package/secure-random-secure-random.js +5 -5
- package/uuid.js +11 -11
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
var equals = kotlin_kotlin.$_$.mb;
|
|
38
38
|
var FunctionAdapter = kotlin_kotlin.$_$.ab;
|
|
39
39
|
var isInterface = kotlin_kotlin.$_$.ic;
|
|
40
|
-
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
40
|
+
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.q;
|
|
41
41
|
var hashCode = kotlin_kotlin.$_$.tb;
|
|
42
42
|
var CoroutineImpl = kotlin_kotlin.$_$.wa;
|
|
43
43
|
var THROW_CCE = kotlin_kotlin.$_$.tg;
|
|
44
44
|
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ha;
|
|
45
45
|
var initMetadataForLambda = kotlin_kotlin.$_$.yb;
|
|
46
46
|
var initMetadataForCoroutine = kotlin_kotlin.$_$.wb;
|
|
47
|
-
var asFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.
|
|
47
|
+
var asFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
|
|
48
48
|
var firstOrNull = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.c;
|
|
49
49
|
var NullBody_instance = kotlin_io_ktor_ktor_http.$_$.a;
|
|
50
50
|
//endregion
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
configuration = tmp;
|
|
62
62
|
var tmp_0;
|
|
63
63
|
if ($super === VOID) {
|
|
64
|
-
this.
|
|
64
|
+
this.q2p(contentType, converter, configuration);
|
|
65
65
|
tmp_0 = Unit_instance;
|
|
66
66
|
} else {
|
|
67
|
-
tmp_0 = $super.
|
|
67
|
+
tmp_0 = $super.q2p.call(this, contentType, converter, configuration);
|
|
68
68
|
}
|
|
69
69
|
return tmp_0;
|
|
70
70
|
}
|
|
71
71
|
initMetadataForInterface(Configuration, 'Configuration');
|
|
72
72
|
function serialize(contentType, charset, typeInfo, value, $completion) {
|
|
73
|
-
return this.
|
|
73
|
+
return this.t2p(contentType, charset, typeInfo, value, $completion);
|
|
74
74
|
}
|
|
75
75
|
function serializeNullable(contentType, charset, typeInfo, value, $completion) {
|
|
76
|
-
return this.
|
|
76
|
+
return this.s2p(contentType, charset, typeInfo, ensureNotNull(value), $completion);
|
|
77
77
|
}
|
|
78
78
|
initMetadataForInterface(ContentConverter, 'ContentConverter', VOID, VOID, VOID, [4, 3]);
|
|
79
79
|
initMetadataForClass(sam$kotlinx_coroutines_flow_FlowCollector$0, 'sam$kotlinx_coroutines_flow_FlowCollector$0', VOID, VOID, [FlowCollector, FunctionAdapter], [1]);
|
|
@@ -107,30 +107,30 @@
|
|
|
107
107
|
return tmp.n9();
|
|
108
108
|
}
|
|
109
109
|
function suitableCharset(_this__u8e3s4, defaultCharset) {
|
|
110
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
110
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().y20_1 : defaultCharset;
|
|
111
111
|
var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
|
|
112
112
|
return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
|
|
113
113
|
}
|
|
114
114
|
function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
|
|
115
|
-
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().
|
|
116
|
-
var tmp0_iterator = parseAndSortHeader(_this__u8e3s4.
|
|
115
|
+
defaultCharset = defaultCharset === VOID ? Charsets_getInstance().y20_1 : defaultCharset;
|
|
116
|
+
var tmp0_iterator = parseAndSortHeader(_this__u8e3s4.r27(HttpHeaders_getInstance().u2e_1)).j();
|
|
117
117
|
while (tmp0_iterator.k()) {
|
|
118
118
|
var charset = tmp0_iterator.l().qe();
|
|
119
119
|
if (charset === '*')
|
|
120
120
|
return defaultCharset;
|
|
121
|
-
else if (Companion_instance.
|
|
122
|
-
return Companion_instance.
|
|
121
|
+
else if (Companion_instance.a24(charset))
|
|
122
|
+
return Companion_instance.z23(charset);
|
|
123
123
|
}
|
|
124
124
|
return null;
|
|
125
125
|
}
|
|
126
126
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
127
|
-
this.
|
|
127
|
+
this.h2q_1 = function_0;
|
|
128
128
|
}
|
|
129
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
130
|
-
return this.
|
|
129
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).q17 = function (value, $completion) {
|
|
130
|
+
return this.h2q_1(value, $completion);
|
|
131
131
|
};
|
|
132
132
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).p3 = function () {
|
|
133
|
-
return this.
|
|
133
|
+
return this.h2q_1;
|
|
134
134
|
};
|
|
135
135
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
136
136
|
var tmp;
|
|
@@ -151,20 +151,20 @@
|
|
|
151
151
|
return hashCode(this.p3());
|
|
152
152
|
};
|
|
153
153
|
function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
|
|
154
|
-
this.
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
154
|
+
this.q2q_1 = $$this$unsafeFlow;
|
|
155
|
+
this.r2q_1 = $charset;
|
|
156
|
+
this.s2q_1 = $typeInfo;
|
|
157
|
+
this.t2q_1 = $body;
|
|
158
158
|
CoroutineImpl.call(this, resultContinuation);
|
|
159
159
|
}
|
|
160
|
-
protoOf(deserialize$o$collect$slambda).
|
|
161
|
-
var tmp = this.
|
|
160
|
+
protoOf(deserialize$o$collect$slambda).z2q = function (value, $completion) {
|
|
161
|
+
var tmp = this.a2r(value, $completion);
|
|
162
162
|
tmp.h9_1 = Unit_instance;
|
|
163
163
|
tmp.i9_1 = null;
|
|
164
164
|
return tmp.n9();
|
|
165
165
|
};
|
|
166
166
|
protoOf(deserialize$o$collect$slambda).x9 = function (p1, $completion) {
|
|
167
|
-
return this.
|
|
167
|
+
return this.z2q((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
168
168
|
};
|
|
169
169
|
protoOf(deserialize$o$collect$slambda).n9 = function () {
|
|
170
170
|
var suspendResult = this.h9_1;
|
|
@@ -175,22 +175,22 @@
|
|
|
175
175
|
case 0:
|
|
176
176
|
this.g9_1 = 3;
|
|
177
177
|
var tmp_0 = this;
|
|
178
|
-
tmp_0.
|
|
178
|
+
tmp_0.v2q_1 = this.q2q_1;
|
|
179
179
|
var tmp_1 = this;
|
|
180
|
-
tmp_1.
|
|
180
|
+
tmp_1.w2q_1 = this.u2q_1;
|
|
181
181
|
var tmp_2 = this;
|
|
182
|
-
tmp_2.
|
|
182
|
+
tmp_2.x2q_1 = this.w2q_1;
|
|
183
183
|
this.f9_1 = 1;
|
|
184
|
-
suspendResult = this.
|
|
184
|
+
suspendResult = this.x2q_1.u2p(this.r2q_1, this.s2q_1, this.t2q_1, this);
|
|
185
185
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
186
186
|
return suspendResult;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
continue $sm;
|
|
190
190
|
case 1:
|
|
191
|
-
this.
|
|
191
|
+
this.y2q_1 = suspendResult;
|
|
192
192
|
this.f9_1 = 2;
|
|
193
|
-
suspendResult = this.
|
|
193
|
+
suspendResult = this.v2q_1.q17(this.y2q_1, this);
|
|
194
194
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
195
195
|
return suspendResult;
|
|
196
196
|
}
|
|
@@ -212,23 +212,23 @@
|
|
|
212
212
|
}
|
|
213
213
|
while (true);
|
|
214
214
|
};
|
|
215
|
-
protoOf(deserialize$o$collect$slambda).
|
|
216
|
-
var i = new deserialize$o$collect$slambda(this.
|
|
217
|
-
i.
|
|
215
|
+
protoOf(deserialize$o$collect$slambda).a2r = function (value, completion) {
|
|
216
|
+
var i = new deserialize$o$collect$slambda(this.q2q_1, this.r2q_1, this.s2q_1, this.t2q_1, completion);
|
|
217
|
+
i.u2q_1 = value;
|
|
218
218
|
return i;
|
|
219
219
|
};
|
|
220
220
|
function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
|
|
221
221
|
var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
|
|
222
222
|
var l = function (value, $completion) {
|
|
223
|
-
return i.
|
|
223
|
+
return i.z2q(value, $completion);
|
|
224
224
|
};
|
|
225
225
|
l.$arity = 1;
|
|
226
226
|
return l;
|
|
227
227
|
}
|
|
228
228
|
function $collectCOROUTINE$1(_this__u8e3s4, collector, resultContinuation) {
|
|
229
229
|
CoroutineImpl.call(this, resultContinuation);
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
230
|
+
this.j2r_1 = _this__u8e3s4;
|
|
231
|
+
this.k2r_1 = collector;
|
|
232
232
|
}
|
|
233
233
|
protoOf($collectCOROUTINE$1).n9 = function () {
|
|
234
234
|
var suspendResult = this.h9_1;
|
|
@@ -239,10 +239,10 @@
|
|
|
239
239
|
case 0:
|
|
240
240
|
this.g9_1 = 2;
|
|
241
241
|
var tmp_0 = this;
|
|
242
|
-
tmp_0.
|
|
242
|
+
tmp_0.l2r_1 = this.k2r_1;
|
|
243
243
|
this.f9_1 = 1;
|
|
244
|
-
var tmp_1 = deserialize$o$collect$slambda_0(this.
|
|
245
|
-
suspendResult = this.
|
|
244
|
+
var tmp_1 = deserialize$o$collect$slambda_0(this.l2r_1, this.j2r_1.n2r_1, this.j2r_1.o2r_1, this.j2r_1.p2r_1, null);
|
|
245
|
+
suspendResult = this.j2r_1.m2r_1.z16(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
246
246
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
247
247
|
return suspendResult;
|
|
248
248
|
}
|
|
@@ -265,32 +265,32 @@
|
|
|
265
265
|
while (true);
|
|
266
266
|
};
|
|
267
267
|
function _no_name_provided__qut3iv($this, $charset, $typeInfo, $body) {
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
270
|
-
this.
|
|
271
|
-
this.
|
|
268
|
+
this.m2r_1 = $this;
|
|
269
|
+
this.n2r_1 = $charset;
|
|
270
|
+
this.o2r_1 = $typeInfo;
|
|
271
|
+
this.p2r_1 = $body;
|
|
272
272
|
}
|
|
273
|
-
protoOf(_no_name_provided__qut3iv).
|
|
273
|
+
protoOf(_no_name_provided__qut3iv).r17 = function (collector, $completion) {
|
|
274
274
|
var tmp = new $collectCOROUTINE$1(this, collector, $completion);
|
|
275
275
|
tmp.h9_1 = Unit_instance;
|
|
276
276
|
tmp.i9_1 = null;
|
|
277
277
|
return tmp.n9();
|
|
278
278
|
};
|
|
279
|
-
protoOf(_no_name_provided__qut3iv).
|
|
280
|
-
return this.
|
|
279
|
+
protoOf(_no_name_provided__qut3iv).z16 = function (collector, $completion) {
|
|
280
|
+
return this.r17(collector, $completion);
|
|
281
281
|
};
|
|
282
282
|
function deserialize$slambda($body, resultContinuation) {
|
|
283
|
-
this.
|
|
283
|
+
this.y2r_1 = $body;
|
|
284
284
|
CoroutineImpl.call(this, resultContinuation);
|
|
285
285
|
}
|
|
286
|
-
protoOf(deserialize$slambda).
|
|
287
|
-
var tmp = this.
|
|
286
|
+
protoOf(deserialize$slambda).a2s = function (it, $completion) {
|
|
287
|
+
var tmp = this.a2r(it, $completion);
|
|
288
288
|
tmp.h9_1 = Unit_instance;
|
|
289
289
|
tmp.i9_1 = null;
|
|
290
290
|
return tmp.n9();
|
|
291
291
|
};
|
|
292
292
|
protoOf(deserialize$slambda).x9 = function (p1, $completion) {
|
|
293
|
-
return this.
|
|
293
|
+
return this.a2s((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
294
294
|
};
|
|
295
295
|
protoOf(deserialize$slambda).n9 = function () {
|
|
296
296
|
var suspendResult = this.h9_1;
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
var tmp = this.f9_1;
|
|
300
300
|
if (tmp === 0) {
|
|
301
301
|
this.g9_1 = 1;
|
|
302
|
-
return !(this.
|
|
302
|
+
return !(this.z2r_1 == null) || this.y2r_1.o1q();
|
|
303
303
|
} else if (tmp === 1) {
|
|
304
304
|
throw this.i9_1;
|
|
305
305
|
}
|
|
@@ -309,25 +309,25 @@
|
|
|
309
309
|
}
|
|
310
310
|
while (true);
|
|
311
311
|
};
|
|
312
|
-
protoOf(deserialize$slambda).
|
|
313
|
-
var i = new deserialize$slambda(this.
|
|
314
|
-
i.
|
|
312
|
+
protoOf(deserialize$slambda).a2r = function (it, completion) {
|
|
313
|
+
var i = new deserialize$slambda(this.y2r_1, completion);
|
|
314
|
+
i.z2r_1 = it;
|
|
315
315
|
return i;
|
|
316
316
|
};
|
|
317
317
|
function deserialize$slambda_0($body, resultContinuation) {
|
|
318
318
|
var i = new deserialize$slambda($body, resultContinuation);
|
|
319
319
|
var l = function (it, $completion) {
|
|
320
|
-
return i.
|
|
320
|
+
return i.a2s(it, $completion);
|
|
321
321
|
};
|
|
322
322
|
l.$arity = 1;
|
|
323
323
|
return l;
|
|
324
324
|
}
|
|
325
325
|
function $deserializeCOROUTINE$0(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
|
|
326
326
|
CoroutineImpl.call(this, resultContinuation);
|
|
327
|
-
this.
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
330
|
-
this.
|
|
327
|
+
this.d2q_1 = _this__u8e3s4;
|
|
328
|
+
this.e2q_1 = body;
|
|
329
|
+
this.f2q_1 = typeInfo;
|
|
330
|
+
this.g2q_1 = charset;
|
|
331
331
|
}
|
|
332
332
|
protoOf($deserializeCOROUTINE$0).n9 = function () {
|
|
333
333
|
var suspendResult = this.h9_1;
|
|
@@ -338,9 +338,9 @@
|
|
|
338
338
|
case 0:
|
|
339
339
|
this.g9_1 = 2;
|
|
340
340
|
this.f9_1 = 1;
|
|
341
|
-
var this_0 = asFlow(this.
|
|
342
|
-
var tmp_0 = new _no_name_provided__qut3iv(this_0, this.
|
|
343
|
-
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.
|
|
341
|
+
var this_0 = asFlow(this.d2q_1);
|
|
342
|
+
var tmp_0 = new _no_name_provided__qut3iv(this_0, this.g2q_1, this.f2q_1, this.e2q_1);
|
|
343
|
+
suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.e2q_1, null), this);
|
|
344
344
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
345
345
|
return suspendResult;
|
|
346
346
|
}
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
if (!(result == null)) {
|
|
353
353
|
tmp_1 = result;
|
|
354
354
|
} else {
|
|
355
|
-
if (!this.
|
|
356
|
-
tmp_1 = this.
|
|
355
|
+
if (!this.e2q_1.o1q()) {
|
|
356
|
+
tmp_1 = this.e2q_1;
|
|
357
357
|
} else {
|
|
358
|
-
var tmp0_safe_receiver = this.
|
|
358
|
+
var tmp0_safe_receiver = this.f2q_1.r2c_1;
|
|
359
359
|
if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.cb()) === true) {
|
|
360
360
|
tmp_1 = NullBody_instance;
|
|
361
361
|
} else {
|
|
362
|
-
throw new ContentConvertException('No suitable converter found for ' + this.
|
|
362
|
+
throw new ContentConvertException('No suitable converter found for ' + this.f2q_1.toString());
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
}
|