client_plugin_logic_deb 1.8.430 → 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 (40) hide show
  1. package/Kosi-Kaverit-kaverit.js +58 -58
  2. package/Kosi-Kodein-kodein-di.js +523 -523
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +151 -151
  4. package/Logic_Debertz-ai_module.js +235 -235
  5. package/Logic_Debertz-client_plugin.d.ts +5 -0
  6. package/Logic_Debertz-client_plugin.js +3090 -3090
  7. package/Logic_Debertz-core.js +682 -682
  8. package/Logic_Debertz-engine.js +14223 -14151
  9. package/Logic_Debertz-engine.js.map +1 -1
  10. package/Logic_Debertz-game_client.js +8869 -8869
  11. package/Logic_Debertz-game_server.js +1175 -1174
  12. package/Logic_Debertz-game_server.js.map +1 -1
  13. package/kotlin-kotlin-stdlib.js +552 -546
  14. package/kotlin-kotlin-stdlib.js.map +1 -1
  15. package/kotlinx-atomicfu.js +13 -13
  16. package/kotlinx-coroutines-core.js +2488 -2488
  17. package/kotlinx-coroutines-core.js.map +1 -1
  18. package/kotlinx-io-kotlinx-io-core.js +314 -314
  19. package/kotlinx-serialization-kotlinx-serialization-core.js +1739 -1739
  20. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  21. package/kotlinx-serialization-kotlinx-serialization-json.js +1316 -1316
  22. package/ktor-ktor-client-content-negotiation.js +123 -123
  23. package/ktor-ktor-client-core.js +1442 -1442
  24. package/ktor-ktor-client-logging.js +265 -265
  25. package/ktor-ktor-events.js +6 -6
  26. package/ktor-ktor-http.js +590 -590
  27. package/ktor-ktor-io.js +1241 -1241
  28. package/ktor-ktor-serialization-kotlinx-json.js +6 -6
  29. package/ktor-ktor-serialization-kotlinx.js +132 -132
  30. package/ktor-ktor-serialization.js +61 -61
  31. package/ktor-ktor-utils.js +483 -483
  32. package/ktor-ktor-websockets.js +42 -42
  33. package/package.json +1 -1
  34. package/random-library-crypto-rand.js +1 -1
  35. package/random-library-secure-random.js +2 -2
  36. package/raspberry-cardgame-lib-core.js +7 -7
  37. package/raspberry-cardgame-lib-logger.js +90 -90
  38. package/raspberry-cardgame-lib-random.js +794 -794
  39. package/raspberry-cardgame-lib-random.js.map +1 -1
  40. package/uuid.js +12 -12
@@ -33,22 +33,22 @@
33
33
  function HandlerRegistration() {
34
34
  }
35
35
  function Events() {
36
- this.q3g_1 = new CopyOnWriteHashMap();
36
+ this.r3g_1 = new CopyOnWriteHashMap();
37
37
  }
38
- protoOf(Events).r3g = function (definition, value) {
38
+ protoOf(Events).s3g = function (definition, value) {
39
39
  var exception = null;
40
- var tmp0_safe_receiver = this.q3g_1.h3d(definition);
40
+ var tmp0_safe_receiver = this.r3g_1.i3d(definition);
41
41
  if (tmp0_safe_receiver == null)
42
42
  null;
43
43
  else {
44
44
  // Inline function 'io.ktor.util.internal.LockFreeLinkedListHead.forEach' call
45
- var tmp = tmp0_safe_receiver.v1x();
45
+ var tmp = tmp0_safe_receiver.w1x();
46
46
  var cur = tmp instanceof LockFreeLinkedListNode ? tmp : THROW_CCE();
47
47
  while (!equals(cur, tmp0_safe_receiver)) {
48
48
  if (cur instanceof HandlerRegistration) {
49
49
  var registration = cur;
50
50
  try {
51
- var tmp_0 = registration.t3g_1;
51
+ var tmp_0 = registration.u3g_1;
52
52
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
53
53
  } catch ($p) {
54
54
  if ($p instanceof Error) {
@@ -70,7 +70,7 @@
70
70
  }
71
71
  }
72
72
  }
73
- cur = cur.c3e();
73
+ cur = cur.d3e();
74
74
  }
75
75
  }
76
76
  var tmp1_safe_receiver = exception;