client_plugin_logic_deb 1.8.387 → 1.8.389

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 (33) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime.js +1389 -1389
  2. package/Logic_Debertz-client_plugin.d.ts +16 -18
  3. package/Logic_Debertz-client_plugin.js +2580 -2580
  4. package/Logic_Debertz-core.js +1243 -1244
  5. package/Logic_Debertz-core.js.map +1 -1
  6. package/Logic_Debertz-engine.js +12362 -12185
  7. package/Logic_Debertz-engine.js.map +1 -1
  8. package/Logic_Debertz-game_client.js +7397 -7392
  9. package/Logic_Debertz-game_client.js.map +1 -1
  10. package/Logic_Debertz-game_server.js +990 -979
  11. package/Logic_Debertz-game_server.js.map +1 -1
  12. package/kotlin-kotlin-stdlib.js +10 -10
  13. package/kotlin-kotlin-stdlib.js.map +1 -1
  14. package/kotlinx-coroutines-core.js +1671 -1627
  15. package/kotlinx-coroutines-core.js.map +1 -1
  16. package/kotlinx-serialization-kotlinx-serialization-json.js +1071 -1071
  17. package/ktor-ktor-client-content-negotiation.js +123 -123
  18. package/ktor-ktor-client-core.js +1434 -1434
  19. package/ktor-ktor-client-logging.js +269 -269
  20. package/ktor-ktor-events.js +6 -6
  21. package/ktor-ktor-http.js +597 -597
  22. package/ktor-ktor-io.js +1216 -1216
  23. package/ktor-ktor-serialization-kotlinx-json.js +7 -7
  24. package/ktor-ktor-serialization-kotlinx.js +129 -129
  25. package/ktor-ktor-serialization.js +64 -64
  26. package/ktor-ktor-utils.js +483 -483
  27. package/ktor-ktor-websockets.js +41 -41
  28. package/package.json +1 -1
  29. package/random-library-secure-random.js +1 -1
  30. package/raspberry-cardgame-lib-core.js +168 -168
  31. package/raspberry-cardgame-lib-logger.js +92 -92
  32. package/raspberry-cardgame-lib-random.js +589 -589
  33. package/uuid.js +11 -11
@@ -33,22 +33,22 @@
33
33
  function HandlerRegistration() {
34
34
  }
35
35
  function Events() {
36
- this.o3f_1 = new CopyOnWriteHashMap();
36
+ this.q3f_1 = new CopyOnWriteHashMap();
37
37
  }
38
- protoOf(Events).p3f = function (definition, value) {
38
+ protoOf(Events).r3f = function (definition, value) {
39
39
  var exception = null;
40
- var tmp0_safe_receiver = this.o3f_1.f3c(definition);
40
+ var tmp0_safe_receiver = this.q3f_1.h3c(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.t1x();
45
+ var tmp = tmp0_safe_receiver.v1x();
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.r3f_1;
51
+ var tmp_0 = registration.t3f_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.a3d();
73
+ cur = cur.c3d();
74
74
  }
75
75
  }
76
76
  var tmp1_safe_receiver = exception;