client_plugin_logic_deb 1.8.471 → 1.8.472

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 (49) hide show
  1. package/Kosi-Kaverit-kaverit.js +77 -77
  2. package/Kosi-Kodein-kodein-di.js +595 -595
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +1631 -1631
  4. package/Logic_Debertz-ai_module.js +544 -544
  5. package/Logic_Debertz-ai_module.js.map +1 -1
  6. package/Logic_Debertz-bot_engine.js +618 -614
  7. package/Logic_Debertz-bot_engine.js.map +1 -1
  8. package/Logic_Debertz-client_plugin.d.ts +4 -3
  9. package/Logic_Debertz-client_plugin.js +3271 -3272
  10. package/Logic_Debertz-client_plugin.js.map +1 -1
  11. package/Logic_Debertz-core.js +1901 -1901
  12. package/Logic_Debertz-core.js.map +1 -1
  13. package/Logic_Debertz-engine.js +17728 -17689
  14. package/Logic_Debertz-engine.js.map +1 -1
  15. package/Logic_Debertz-game_client.js +9591 -9591
  16. package/Logic_Debertz-game_client.js.map +1 -1
  17. package/Logic_Debertz-game_server.js +1411 -1411
  18. package/Logic_Debertz-game_server.js.map +1 -1
  19. package/error-library-error.js +5 -5
  20. package/kotlin-kotlin-stdlib.js +1310 -957
  21. package/kotlin-kotlin-stdlib.js.map +1 -1
  22. package/kotlinx-atomicfu.js +22 -22
  23. package/kotlinx-coroutines-core.js +2591 -2591
  24. package/kotlinx-io-kotlinx-io-bytestring.js +47 -47
  25. package/kotlinx-io-kotlinx-io-core.js +582 -582
  26. package/kotlinx-serialization-kotlinx-serialization-core.js +1956 -1956
  27. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  28. package/kotlinx-serialization-kotlinx-serialization-json.js +1444 -1444
  29. package/ktor-ktor-client-content-negotiation.js +158 -158
  30. package/ktor-ktor-client-core.js +1977 -1977
  31. package/ktor-ktor-client-logging.js +652 -652
  32. package/ktor-ktor-events.js +12 -12
  33. package/ktor-ktor-http-cio.js +372 -372
  34. package/ktor-ktor-http.js +742 -742
  35. package/ktor-ktor-io.js +653 -653
  36. package/ktor-ktor-serialization-kotlinx-json.js +8 -8
  37. package/ktor-ktor-serialization-kotlinx.js +153 -153
  38. package/ktor-ktor-serialization.js +72 -72
  39. package/ktor-ktor-utils.js +701 -701
  40. package/ktor-ktor-utils.js.map +1 -1
  41. package/ktor-ktor-websockets.js +52 -52
  42. package/package.json +1 -1
  43. package/random-library-crypto-rand.js +13 -13
  44. package/random-library-secure-random.js +8 -8
  45. package/raspberry-cardgame-lib-core.js +224 -224
  46. package/raspberry-cardgame-lib-logger.js +106 -106
  47. package/raspberry-cardgame-lib-random.js +865 -865
  48. package/raspberry-cardgame-lib-random.js.map +1 -1
  49. package/uuid.js +29 -29
@@ -22,28 +22,28 @@
22
22
  'use strict';
23
23
  //region block: imports
24
24
  var VOID = kotlin_kotlin.$_$.b;
25
- var captureStack = kotlin_kotlin.$_$.vc;
26
- var protoOf = kotlin_kotlin.$_$.ne;
27
- var initMetadataForClass = kotlin_kotlin.$_$.md;
28
- var Exception = kotlin_kotlin.$_$.ti;
25
+ var captureStack = kotlin_kotlin.$_$.wc;
26
+ var protoOf = kotlin_kotlin.$_$.oe;
27
+ var initMetadataForClass = kotlin_kotlin.$_$.nd;
28
+ var Exception = kotlin_kotlin.$_$.ui;
29
29
  var Exception_init_$Init$ = kotlin_kotlin.$_$.j1;
30
- var Unit_instance = kotlin_kotlin.$_$.k5;
30
+ var Unit_instance = kotlin_kotlin.$_$.l5;
31
31
  var Charsets_getInstance = kotlin_io_ktor_ktor_io.$_$.o;
32
- var initMetadataForInterface = kotlin_kotlin.$_$.qd;
32
+ var initMetadataForInterface = kotlin_kotlin.$_$.rd;
33
33
  var HttpHeaders_getInstance = kotlin_io_ktor_ktor_http.$_$.g;
34
34
  var parseAndSortHeader = kotlin_io_ktor_ktor_http.$_$.p1;
35
35
  var forName = kotlin_io_ktor_ktor_io.$_$.u;
36
36
  var isSupported = kotlin_io_ktor_ktor_io.$_$.v;
37
- var equals = kotlin_kotlin.$_$.ed;
38
- var FunctionAdapter = kotlin_kotlin.$_$.rc;
39
- var isInterface = kotlin_kotlin.$_$.be;
37
+ var equals = kotlin_kotlin.$_$.fd;
38
+ var FunctionAdapter = kotlin_kotlin.$_$.sc;
39
+ var isInterface = kotlin_kotlin.$_$.ce;
40
40
  var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.s;
41
- var hashCode = kotlin_kotlin.$_$.ld;
42
- var CoroutineImpl = kotlin_kotlin.$_$.ob;
43
- var THROW_CCE = kotlin_kotlin.$_$.cj;
44
- var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.ya;
45
- var initMetadataForLambda = kotlin_kotlin.$_$.rd;
46
- var initMetadataForCoroutine = kotlin_kotlin.$_$.od;
41
+ var hashCode = kotlin_kotlin.$_$.md;
42
+ var CoroutineImpl = kotlin_kotlin.$_$.pb;
43
+ var THROW_CCE = kotlin_kotlin.$_$.dj;
44
+ var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.za;
45
+ var initMetadataForLambda = kotlin_kotlin.$_$.sd;
46
+ var initMetadataForCoroutine = kotlin_kotlin.$_$.pd;
47
47
  var Flow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.t;
48
48
  var asFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.v;
49
49
  var firstOrNull = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.d;
@@ -62,10 +62,10 @@
62
62
  configuration = tmp;
63
63
  var tmp_0;
64
64
  if ($super === VOID) {
65
- this.m40(contentType, converter, configuration);
65
+ this.o41(contentType, converter, configuration);
66
66
  tmp_0 = Unit_instance;
67
67
  } else {
68
- tmp_0 = $super.m40.call(this, contentType, converter, configuration);
68
+ tmp_0 = $super.o41.call(this, contentType, converter, configuration);
69
69
  }
70
70
  return tmp_0;
71
71
  }
@@ -94,7 +94,7 @@
94
94
  return tmp.q9();
95
95
  }
96
96
  function suitableCharset(_this__u8e3s4, defaultCharset) {
97
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().m36_1 : defaultCharset;
97
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().o37_1 : defaultCharset;
98
98
  var tmp0_elvis_lhs = suitableCharsetOrNull(_this__u8e3s4, defaultCharset);
99
99
  return tmp0_elvis_lhs == null ? defaultCharset : tmp0_elvis_lhs;
100
100
  }
@@ -104,8 +104,8 @@
104
104
  function Configuration() {
105
105
  }
106
106
  function suitableCharsetOrNull(_this__u8e3s4, defaultCharset) {
107
- defaultCharset = defaultCharset === VOID ? Charsets_getInstance().m36_1 : defaultCharset;
108
- var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.j3a(HttpHeaders_getInstance().v3i_1)).t();
107
+ defaultCharset = defaultCharset === VOID ? Charsets_getInstance().o37_1 : defaultCharset;
108
+ var _iterator__ex2g4s = parseAndSortHeader(_this__u8e3s4.l3b(HttpHeaders_getInstance().x3j_1)).t();
109
109
  while (_iterator__ex2g4s.u()) {
110
110
  var charset = _iterator__ex2g4s.v().of();
111
111
  if (charset === '*')
@@ -116,13 +116,13 @@
116
116
  return null;
117
117
  }
118
118
  function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
119
- this.o40_1 = function_0;
119
+ this.q41_1 = function_0;
120
120
  }
121
- protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).t26 = function (value, $completion) {
122
- return this.o40_1(value, $completion);
121
+ protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).v27 = function (value, $completion) {
122
+ return this.q41_1(value, $completion);
123
123
  };
124
124
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).s3 = function () {
125
- return this.o40_1;
125
+ return this.q41_1;
126
126
  };
127
127
  protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
128
128
  var tmp;
@@ -143,20 +143,20 @@
143
143
  return hashCode(this.s3());
144
144
  };
145
145
  function deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
146
- this.x40_1 = $$this$unsafeFlow;
147
- this.y40_1 = $charset;
148
- this.z40_1 = $typeInfo;
149
- this.a41_1 = $body;
146
+ this.z41_1 = $$this$unsafeFlow;
147
+ this.a42_1 = $charset;
148
+ this.b42_1 = $typeInfo;
149
+ this.c42_1 = $body;
150
150
  CoroutineImpl.call(this, resultContinuation);
151
151
  }
152
- protoOf(deserialize$o$collect$slambda).n2l = function (value, $completion) {
153
- var tmp = this.o2l(value, $completion);
152
+ protoOf(deserialize$o$collect$slambda).p2m = function (value, $completion) {
153
+ var tmp = this.q2m(value, $completion);
154
154
  tmp.k9_1 = Unit_instance;
155
155
  tmp.l9_1 = null;
156
156
  return tmp.q9();
157
157
  };
158
158
  protoOf(deserialize$o$collect$slambda).ca = function (p1, $completion) {
159
- return this.n2l((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
159
+ return this.p2m((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
160
160
  };
161
161
  protoOf(deserialize$o$collect$slambda).q9 = function () {
162
162
  var suspendResult = this.k9_1;
@@ -166,11 +166,11 @@
166
166
  switch (tmp) {
167
167
  case 0:
168
168
  this.j9_1 = 3;
169
- var tmp0 = this.x40_1;
170
- var tmp2 = this.b41_1;
171
- this.c41_1 = tmp0;
169
+ var tmp0 = this.z41_1;
170
+ var tmp2 = this.d42_1;
171
+ this.e42_1 = tmp0;
172
172
  this.i9_1 = 1;
173
- suspendResult = tmp2.d41(this.y40_1, this.z40_1, this.a41_1, this);
173
+ suspendResult = tmp2.f42(this.a42_1, this.b42_1, this.c42_1, this);
174
174
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
175
175
  return suspendResult;
176
176
  }
@@ -179,7 +179,7 @@
179
179
  case 1:
180
180
  var ARGUMENT = suspendResult;
181
181
  this.i9_1 = 2;
182
- suspendResult = this.c41_1.t26(ARGUMENT, this);
182
+ suspendResult = this.e42_1.v27(ARGUMENT, this);
183
183
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
184
184
  return suspendResult;
185
185
  }
@@ -201,23 +201,23 @@
201
201
  }
202
202
  while (true);
203
203
  };
204
- protoOf(deserialize$o$collect$slambda).o2l = function (value, completion) {
205
- var i = new deserialize$o$collect$slambda(this.x40_1, this.y40_1, this.z40_1, this.a41_1, completion);
206
- i.b41_1 = value;
204
+ protoOf(deserialize$o$collect$slambda).q2m = function (value, completion) {
205
+ var i = new deserialize$o$collect$slambda(this.z41_1, this.a42_1, this.b42_1, this.c42_1, completion);
206
+ i.d42_1 = value;
207
207
  return i;
208
208
  };
209
209
  function deserialize$o$collect$slambda_0($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation) {
210
210
  var i = new deserialize$o$collect$slambda($$this$unsafeFlow, $charset, $typeInfo, $body, resultContinuation);
211
211
  var l = function (value, $completion) {
212
- return i.n2l(value, $completion);
212
+ return i.p2m(value, $completion);
213
213
  };
214
214
  l.$arity = 1;
215
215
  return l;
216
216
  }
217
217
  function $collectCOROUTINE$(_this__u8e3s4, collector, resultContinuation) {
218
218
  CoroutineImpl.call(this, resultContinuation);
219
- this.m41_1 = _this__u8e3s4;
220
- this.n41_1 = collector;
219
+ this.o42_1 = _this__u8e3s4;
220
+ this.p42_1 = collector;
221
221
  }
222
222
  protoOf($collectCOROUTINE$).q9 = function () {
223
223
  var suspendResult = this.k9_1;
@@ -227,10 +227,10 @@
227
227
  switch (tmp) {
228
228
  case 0:
229
229
  this.j9_1 = 2;
230
- var $this$unsafeFlow = this.n41_1;
230
+ var $this$unsafeFlow = this.p42_1;
231
231
  this.i9_1 = 1;
232
- var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.m41_1.p41_1, this.m41_1.q41_1, this.m41_1.r41_1, null);
233
- suspendResult = this.m41_1.o41_1.q25(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
232
+ var tmp_0 = deserialize$o$collect$slambda_0($this$unsafeFlow, this.o42_1.r42_1, this.o42_1.s42_1, this.o42_1.t42_1, null);
233
+ suspendResult = this.o42_1.q42_1.s26(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_0), this);
234
234
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
235
235
  return suspendResult;
236
236
  }
@@ -253,32 +253,32 @@
253
253
  while (true);
254
254
  };
255
255
  function deserialize$$inlined$map$1($this, $charset, $typeInfo, $body) {
256
- this.o41_1 = $this;
257
- this.p41_1 = $charset;
258
- this.q41_1 = $typeInfo;
259
- this.r41_1 = $body;
256
+ this.q42_1 = $this;
257
+ this.r42_1 = $charset;
258
+ this.s42_1 = $typeInfo;
259
+ this.t42_1 = $body;
260
260
  }
261
- protoOf(deserialize$$inlined$map$1).u26 = function (collector, $completion) {
261
+ protoOf(deserialize$$inlined$map$1).w27 = function (collector, $completion) {
262
262
  var tmp = new $collectCOROUTINE$(this, collector, $completion);
263
263
  tmp.k9_1 = Unit_instance;
264
264
  tmp.l9_1 = null;
265
265
  return tmp.q9();
266
266
  };
267
- protoOf(deserialize$$inlined$map$1).q25 = function (collector, $completion) {
268
- return this.u26(collector, $completion);
267
+ protoOf(deserialize$$inlined$map$1).s26 = function (collector, $completion) {
268
+ return this.w27(collector, $completion);
269
269
  };
270
270
  function deserialize$slambda($body, resultContinuation) {
271
- this.a42_1 = $body;
271
+ this.c43_1 = $body;
272
272
  CoroutineImpl.call(this, resultContinuation);
273
273
  }
274
- protoOf(deserialize$slambda).c42 = function (it, $completion) {
275
- var tmp = this.o2l(it, $completion);
274
+ protoOf(deserialize$slambda).e43 = function (it, $completion) {
275
+ var tmp = this.q2m(it, $completion);
276
276
  tmp.k9_1 = Unit_instance;
277
277
  tmp.l9_1 = null;
278
278
  return tmp.q9();
279
279
  };
280
280
  protoOf(deserialize$slambda).ca = function (p1, $completion) {
281
- return this.c42((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
281
+ return this.e43((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
282
282
  };
283
283
  protoOf(deserialize$slambda).q9 = function () {
284
284
  var suspendResult = this.k9_1;
@@ -287,7 +287,7 @@
287
287
  var tmp = this.i9_1;
288
288
  if (tmp === 0) {
289
289
  this.j9_1 = 1;
290
- return !(this.b42_1 == null) || this.a42_1.r2w();
290
+ return !(this.d43_1 == null) || this.c43_1.t2x();
291
291
  } else if (tmp === 1) {
292
292
  throw this.l9_1;
293
293
  }
@@ -297,25 +297,25 @@
297
297
  }
298
298
  while (true);
299
299
  };
300
- protoOf(deserialize$slambda).o2l = function (it, completion) {
301
- var i = new deserialize$slambda(this.a42_1, completion);
302
- i.b42_1 = it;
300
+ protoOf(deserialize$slambda).q2m = function (it, completion) {
301
+ var i = new deserialize$slambda(this.c43_1, completion);
302
+ i.d43_1 = it;
303
303
  return i;
304
304
  };
305
305
  function deserialize$slambda_0($body, resultContinuation) {
306
306
  var i = new deserialize$slambda($body, resultContinuation);
307
307
  var l = function (it, $completion) {
308
- return i.c42(it, $completion);
308
+ return i.e43(it, $completion);
309
309
  };
310
310
  l.$arity = 1;
311
311
  return l;
312
312
  }
313
313
  function $deserializeCOROUTINE$(_this__u8e3s4, body, typeInfo, charset, resultContinuation) {
314
314
  CoroutineImpl.call(this, resultContinuation);
315
- this.i40_1 = _this__u8e3s4;
316
- this.j40_1 = body;
317
- this.k40_1 = typeInfo;
318
- this.l40_1 = charset;
315
+ this.k41_1 = _this__u8e3s4;
316
+ this.l41_1 = body;
317
+ this.m41_1 = typeInfo;
318
+ this.n41_1 = charset;
319
319
  }
320
320
  protoOf($deserializeCOROUTINE$).q9 = function () {
321
321
  var suspendResult = this.k9_1;
@@ -326,9 +326,9 @@
326
326
  case 0:
327
327
  this.j9_1 = 2;
328
328
  this.i9_1 = 1;
329
- var this_0 = asFlow(this.i40_1);
330
- var tmp_0 = new deserialize$$inlined$map$1(this_0, this.l40_1, this.k40_1, this.j40_1);
331
- suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.j40_1, null), this);
329
+ var this_0 = asFlow(this.k41_1);
330
+ var tmp_0 = new deserialize$$inlined$map$1(this_0, this.n41_1, this.m41_1, this.l41_1);
331
+ suspendResult = firstOrNull(tmp_0, deserialize$slambda_0(this.l41_1, null), this);
332
332
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
333
333
  return suspendResult;
334
334
  }
@@ -340,14 +340,14 @@
340
340
  if (!(result == null)) {
341
341
  tmp_1 = result;
342
342
  } else {
343
- if (!this.j40_1.r2w()) {
344
- tmp_1 = this.j40_1;
343
+ if (!this.l41_1.t2x()) {
344
+ tmp_1 = this.l41_1;
345
345
  } else {
346
- var tmp0_safe_receiver = this.k40_1.v3f_1;
346
+ var tmp0_safe_receiver = this.m41_1.x3g_1;
347
347
  if ((tmp0_safe_receiver == null ? null : tmp0_safe_receiver.l()) === true) {
348
348
  tmp_1 = NullBody_instance;
349
349
  } else {
350
- throw new ContentConvertException('No suitable converter found for ' + this.k40_1.toString());
350
+ throw new ContentConvertException('No suitable converter found for ' + this.m41_1.toString());
351
351
  }
352
352
  }
353
353
  }