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
@@ -24,7 +24,7 @@
24
24
  var VOID = kotlin_kotlin.$_$.b;
25
25
  var Application_getInstance = kotlin_io_ktor_ktor_http.$_$.b;
26
26
  var serialization = kotlin_io_ktor_ktor_serialization_kotlinx.$_$.a;
27
- var Unit_instance = kotlin_kotlin.$_$.k5;
27
+ var Unit_instance = kotlin_kotlin.$_$.l5;
28
28
  var Json = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.d;
29
29
  //endregion
30
30
  //region block: pre-declaration
@@ -36,18 +36,18 @@
36
36
  var DefaultJson;
37
37
  function json(_this__u8e3s4, json, contentType) {
38
38
  json = json === VOID ? get_DefaultJson() : json;
39
- contentType = contentType === VOID ? Application_getInstance().v3g_1 : contentType;
39
+ contentType = contentType === VOID ? Application_getInstance().x3h_1 : contentType;
40
40
  _init_properties_JsonSupport_kt__yf438r();
41
41
  serialization(_this__u8e3s4, contentType, json);
42
42
  }
43
43
  function DefaultJson$lambda($this$Json) {
44
44
  _init_properties_JsonSupport_kt__yf438r();
45
- $this$Json.k5c_1 = true;
46
- $this$Json.n5c_1 = true;
47
- $this$Json.y5c_1 = true;
48
- $this$Json.z5c_1 = true;
49
- $this$Json.o5c_1 = false;
50
- $this$Json.a5d_1 = false;
45
+ $this$Json.m5d_1 = true;
46
+ $this$Json.p5d_1 = true;
47
+ $this$Json.a5e_1 = true;
48
+ $this$Json.b5e_1 = true;
49
+ $this$Json.q5d_1 = false;
50
+ $this$Json.c5e_1 = false;
51
51
  return Unit_instance;
52
52
  }
53
53
  var properties_initialized_JsonSupport_kt_9cgd93;