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.
Files changed (36) hide show
  1. package/Kosi-Kaverit-kaverit.js +2 -2
  2. package/Kosi-Kodein-kodein-di.js +16 -16
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +152 -152
  4. package/Logic_Debertz-ai_module.js +193 -193
  5. package/Logic_Debertz-core.js +500 -500
  6. package/Logic_Debertz-engine.js +3660 -3642
  7. package/Logic_Debertz-engine.js.map +1 -1
  8. package/Logic_Debertz-game_client.d.ts +1 -0
  9. package/Logic_Debertz-game_client.js +454 -454
  10. package/kotlin-kotlin-stdlib.js +556 -550
  11. package/kotlin-kotlin-stdlib.js.map +1 -1
  12. package/kotlinx-atomicfu.js +13 -13
  13. package/kotlinx-coroutines-core.js +2134 -2134
  14. package/kotlinx-io-kotlinx-io-core.js +314 -314
  15. package/kotlinx-serialization-kotlinx-serialization-core.js +1739 -1739
  16. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  17. package/kotlinx-serialization-kotlinx-serialization-json.js +1316 -1316
  18. package/ktor-ktor-client-content-negotiation.js +123 -123
  19. package/ktor-ktor-client-core.js +1442 -1442
  20. package/ktor-ktor-client-logging.js +265 -265
  21. package/ktor-ktor-events.js +6 -6
  22. package/ktor-ktor-http.js +590 -590
  23. package/ktor-ktor-io.js +1241 -1241
  24. package/ktor-ktor-serialization-kotlinx-json.js +6 -6
  25. package/ktor-ktor-serialization-kotlinx.js +132 -132
  26. package/ktor-ktor-serialization.js +61 -61
  27. package/ktor-ktor-utils.js +483 -483
  28. package/ktor-ktor-websockets.js +42 -42
  29. package/package.json +1 -1
  30. package/random-library-crypto-rand.js +1 -1
  31. package/random-library-secure-random.js +2 -2
  32. package/raspberry-cardgame-lib-core.js +7 -7
  33. package/raspberry-cardgame-lib-logger.js +90 -90
  34. package/raspberry-cardgame-lib-random.js +756 -756
  35. package/raspberry-cardgame-lib-random.js.map +1 -1
  36. package/uuid.js +12 -12
@@ -61,19 +61,19 @@
61
61
  configuration = tmp;
62
62
  var tmp_0;
63
63
  if ($super === VOID) {
64
- this.o4t(contentType, converter, configuration);
64
+ this.p4t(contentType, converter, configuration);
65
65
  tmp_0 = Unit_instance;
66
66
  } else {
67
- tmp_0 = $super.o4t.call(this, contentType, converter, configuration);
67
+ tmp_0 = $super.p4t.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.r4t(contentType, charset, typeInfo, value, $completion);
73
+ return this.s4t(contentType, charset, typeInfo, value, $completion);
74
74
  }
75
75
  function serializeNullable(contentType, charset, typeInfo, value, $completion) {
76
- return this.q4t(contentType, charset, typeInfo, ensureNotNull(value), $completion);
76
+ return this.r4t(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.a9();
108
108
  }
109
109
  function suitableCharset(_this__u8e3s4, defaultCharset) {
110
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().r30_1 : defaultCharset;
110
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().s30_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().r30_1 : defaultCharset;
116
- var tmp0_iterator = parseAndSortHeader(_this__u8e3s4.t1b(HttpHeaders_getInstance().g3e_1)).l();
115
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().s30_1 : defaultCharset;
116
+ var tmp0_iterator = parseAndSortHeader(_this__u8e3s4.u1b(HttpHeaders_getInstance().h3e_1)).l();
117
117
  while (tmp0_iterator.m()) {
118
118
  var charset = tmp0_iterator.n().oe();
119
119
  if (charset === '*')
120
120
  return defaultCharset;
121
- else if (Companion_instance.s33(charset))
122
- return Companion_instance.r33(charset);
121
+ else if (Companion_instance.t33(charset))
122
+ return Companion_instance.s33(charset);
123
123
  }
124
124
  return null;
125
125
  }
126
126
  function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
127
- this.f4u_1 = function_0;
127
+ this.g4u_1 = function_0;
128
128
  }
129
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).z27 = function (value, $completion) {
130
- return this.f4u_1(value, $completion);
129
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).a28 = function (value, $completion) {
130
+ return this.g4u_1(value, $completion);
131
131
  };
132
132
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).b3 = function () {
133
- return this.f4u_1;
133
+ return this.g4u_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.b3());
152
152
  };
153
153
  function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
154
- this.o4u_1 = $$this$unsafeFlow;
155
- this.p4u_1 = $charset;
156
- this.q4u_1 = $typeInfo;
157
- this.r4u_1 = $body;
154
+ this.p4u_1 = $$this$unsafeFlow;
155
+ this.q4u_1 = $charset;
156
+ this.r4u_1 = $typeInfo;
157
+ this.s4u_1 = $body;
158
158
  CoroutineImpl.call(this, resultContinuation);
159
159
  }
160
- protoOf(deserialize$o$collect$slambda).u4u = function (value, $completion) {
161
- var tmp = this.v4u(value, $completion);
160
+ protoOf(deserialize$o$collect$slambda).v4u = function (value, $completion) {
161
+ var tmp = this.w4u(value, $completion);
162
162
  tmp.u8_1 = Unit_instance;
163
163
  tmp.v8_1 = null;
164
164
  return tmp.a9();
165
165
  };
166
166
  protoOf(deserialize$o$collect$slambda).i9 = function (p1, $completion) {
167
- return this.u4u((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
167
+ return this.v4u((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
168
168
  };
169
169
  protoOf(deserialize$o$collect$slambda).a9 = function () {
170
170
  var suspendResult = this.u8_1;
@@ -174,11 +174,11 @@
174
174
  switch (tmp) {
175
175
  case 0:
176
176
  this.t8_1 = 3;
177
- var tmp0 = this.o4u_1;
178
- var tmp2 = this.s4u_1;
179
- this.t4u_1 = tmp0;
177
+ var tmp0 = this.p4u_1;
178
+ var tmp2 = this.t4u_1;
179
+ this.u4u_1 = tmp0;
180
180
  this.s8_1 = 1;
181
- suspendResult = tmp2.s4t(this.p4u_1, this.q4u_1, this.r4u_1, this);
181
+ suspendResult = tmp2.t4t(this.q4u_1, this.r4u_1, this.s4u_1, this);
182
182
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
183
183
  return suspendResult;
184
184
  }
@@ -187,7 +187,7 @@
187
187
  case 1:
188
188
  var ARGUMENT = suspendResult;
189
189
  this.s8_1 = 2;
190
- suspendResult = this.t4u_1.z27(ARGUMENT, this);
190
+ suspendResult = this.u4u_1.a28(ARGUMENT, this);
191
191
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
192
192
  return suspendResult;
193
193
  }
@@ -209,23 +209,23 @@
209
209
  }
210
210
  while (true);
211
211
  };
212
- protoOf(deserialize$o$collect$slambda).v4u = function (value, completion) {
213
- var i = new deserialize$o$collect$slambda(this.o4u_1, this.p4u_1, this.q4u_1, this.r4u_1, completion);
214
- i.s4u_1 = value;
212
+ protoOf(deserialize$o$collect$slambda).w4u = function (value, completion) {
213
+ var i = new deserialize$o$collect$slambda(this.p4u_1, this.q4u_1, this.r4u_1, this.s4u_1, completion);
214
+ i.t4u_1 = value;
215
215
  return i;
216
216
  };
217
217
  function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
218
218
  var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
219
219
  var l = function (value, $completion) {
220
- return i.u4u(value, $completion);
220
+ return i.v4u(value, $completion);
221
221
  };
222
222
  l.$arity = 1;
223
223
  return l;
224
224
  }
225
225
  function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
226
226
  CoroutineImpl.call(this, resultContinuation);
227
- this.e4v_1 = _this__u8e3s4;
228
- this.f4v_1 = collector;
227
+ this.f4v_1 = _this__u8e3s4;
228
+ this.g4v_1 = collector;
229
229
  }
230
230
  protoOf($collectCOROUTINE$).a9 = function () {
231
231
  var suspendResult = this.u8_1;
@@ -235,10 +235,10 @@
235
235
  switch (tmp) {
236
236
  case 0:
237
237
  this.t8_1 = 2;
238
- var $this$unsafeFlow = this.f4v_1;
238
+ var $this$unsafeFlow = this.g4v_1;
239
239
  this.s8_1 = 1;
240
- var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.e4v_1.h4v_1, this.e4v_1.i4v_1, this.e4v_1.j4v_1, null);
241
- suspendResult = this.e4v_1.g4v_1.l27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
240
+ var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.f4v_1.i4v_1, this.f4v_1.j4v_1, this.f4v_1.k4v_1, null);
241
+ suspendResult = this.f4v_1.h4v_1.m27(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
242
242
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
243
243
  return suspendResult;
244
244
  }
@@ -261,32 +261,32 @@
261
261
  while (true);
262
262
  };
263
263
  function deserialize$$inlined$map$1($this, $charset, $typeInfo, $body) {
264
- this.g4v_1 = $this;
265
- this.h4v_1 = $charset;
266
- this.i4v_1 = $typeInfo;
267
- this.j4v_1 = $body;
264
+ this.h4v_1 = $this;
265
+ this.i4v_1 = $charset;
266
+ this.j4v_1 = $typeInfo;
267
+ this.k4v_1 = $body;
268
268
  }
269
- protoOf(deserialize$$inlined$map$1).a28 = function (collector, $completion) {
269
+ protoOf(deserialize$$inlined$map$1).b28 = function (collector, $completion) {
270
270
  var tmp = new $collectCOROUTINE$(this, collector, $completion);
271
271
  tmp.u8_1 = Unit_instance;
272
272
  tmp.v8_1 = null;
273
273
  return tmp.a9();
274
274
  };
275
- protoOf(deserialize$$inlined$map$1).l27 = function (collector, $completion) {
276
- return this.a28(collector, $completion);
275
+ protoOf(deserialize$$inlined$map$1).m27 = function (collector, $completion) {
276
+ return this.b28(collector, $completion);
277
277
  };
278
278
  function deserialize$slambda($body, resultContinuation) {
279
- this.s4v_1 = $body;
279
+ this.t4v_1 = $body;
280
280
  CoroutineImpl.call(this, resultContinuation);
281
281
  }
282
- protoOf(deserialize$slambda).u4v = function (it, $completion) {
283
- var tmp = this.v4u(it, $completion);
282
+ protoOf(deserialize$slambda).v4v = function (it, $completion) {
283
+ var tmp = this.w4u(it, $completion);
284
284
  tmp.u8_1 = Unit_instance;
285
285
  tmp.v8_1 = null;
286
286
  return tmp.a9();
287
287
  };
288
288
  protoOf(deserialize$slambda).i9 = function (p1, $completion) {
289
- return this.u4v((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
289
+ return this.v4v((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
290
290
  };
291
291
  protoOf(deserialize$slambda).a9 = function () {
292
292
  var suspendResult = this.u8_1;
@@ -295,7 +295,7 @@
295
295
  var tmp = this.s8_1;
296
296
  if (tmp === 0) {
297
297
  this.t8_1 = 1;
298
- return !(this.t4v_1 == null) || this.s4v_1.o2q();
298
+ return !(this.u4v_1 == null) || this.t4v_1.p2q();
299
299
  } else if (tmp === 1) {
300
300
  throw this.v8_1;
301
301
  }
@@ -305,25 +305,25 @@
305
305
  }
306
306
  while (true);
307
307
  };
308
- protoOf(deserialize$slambda).v4u = function (it, completion) {
309
- var i = new deserialize$slambda(this.s4v_1, completion);
310
- i.t4v_1 = it;
308
+ protoOf(deserialize$slambda).w4u = function (it, completion) {
309
+ var i = new deserialize$slambda(this.t4v_1, completion);
310
+ i.u4v_1 = it;
311
311
  return i;
312
312
  };
313
313
  function deserialize$slambda_0($body, resultContinuation) {
314
314
  var i = new deserialize$slambda($body, resultContinuation);
315
315
  var l = function (it, $completion) {
316
- return i.u4v(it, $completion);
316
+ return i.v4v(it, $completion);
317
317
  };
318
318
  l.$arity = 1;
319
319
  return l;
320
320
  }
321
321
  function $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
322
322
  CoroutineImpl.call(this, resultContinuation);
323
- this.b4u_1 = _this__u8e3s4;
324
- this.c4u_1 = body;
325
- this.d4u_1 = typeInfo;
326
- this.e4u_1 = charset;
323
+ this.c4u_1 = _this__u8e3s4;
324
+ this.d4u_1 = body;
325
+ this.e4u_1 = typeInfo;
326
+ this.f4u_1 = charset;
327
327
  }
328
328
  protoOf($deserializeCOROUTINE$).a9 = function () {
329
329
  var suspendResult = this.u8_1;
@@ -334,9 +334,9 @@
334
334
  case 0:
335
335
  this.t8_1 = 2;
336
336
  this.s8_1 = 1;
337
- var this_0 = asFlow(this.b4u_1);
338
- var tmp_0 = new deserialize$$inlined$map$1(this_0, this.e4u_1, this.d4u_1, this.c4u_1);
339
- suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.c4u_1, null), this);
337
+ var this_0 = asFlow(this.c4u_1);
338
+ var tmp_0 = new deserialize$$inlined$map$1(this_0, this.f4u_1, this.e4u_1, this.d4u_1);
339
+ suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.d4u_1, null), this);
340
340
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
341
341
  return suspendResult;
342
342
  }
@@ -348,14 +348,14 @@
348
348
  if (!(result == null)) {
349
349
  tmp_1 = result;
350
350
  } else {
351
- if (!this.c4u_1.o2q()) {
352
- tmp_1 = this.c4u_1;
351
+ if (!this.d4u_1.p2q()) {
352
+ tmp_1 = this.d4u_1;
353
353
  } else {
354
- var tmp0_safe_receiver = this.d4u_1.d3c_1;
354
+ var tmp0_safe_receiver = this.e4u_1.e3c_1;
355
355
  if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ta()) === true) {
356
356
  tmp_1 = NullBody_instance;
357
357
  } else {
358
- throw new ContentConvertException('No suitable converter found for ' + this.d4u_1.toString());
358
+ throw new ContentConvertException('No suitable converter found for ' + this.e4u_1.toString());
359
359
  }
360
360
  }
361
361
  }