raspberry_games_server_game_logic 1.8.396 → 1.8.398

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 (44) hide show
  1. package/Kosi-Kaverit-kaverit.js +23 -23
  2. package/Kosi-Kodein-kodein-di.js +161 -161
  3. package/Kotlin-DateTime-library-kotlinx-datetime.js +171 -171
  4. package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
  5. package/Logic_Debertz-ai_module.js +1944 -0
  6. package/Logic_Debertz-ai_module.js.map +1 -0
  7. package/Logic_Debertz-core.js +385 -385
  8. package/Logic_Debertz-engine.js +13846 -13246
  9. package/Logic_Debertz-engine.js.map +1 -1
  10. package/Logic_Debertz-game_server.d.ts +5 -3
  11. package/Logic_Debertz-game_server.js +1451 -1451
  12. package/Logic_Debertz-game_server.js.map +1 -1
  13. package/error-library-error.js +5 -5
  14. package/kotlin-kotlin-stdlib.js +2071 -2010
  15. package/kotlin-kotlin-stdlib.js.map +1 -1
  16. package/kotlinx-atomicfu.js +9 -9
  17. package/kotlinx-coroutines-core.js +703 -703
  18. package/kotlinx-coroutines-core.js.map +1 -1
  19. package/kotlinx-io-kotlinx-io-core.js +41 -41
  20. package/kotlinx-serialization-kotlinx-serialization-core.js +196 -196
  21. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  22. package/kotlinx-serialization-kotlinx-serialization-json.js +253 -253
  23. package/ktor-ktor-client-content-negotiation.js +89 -89
  24. package/ktor-ktor-client-core.js +1054 -1029
  25. package/ktor-ktor-client-core.js.map +1 -1
  26. package/ktor-ktor-client-logging.js +293 -288
  27. package/ktor-ktor-client-logging.js.map +1 -1
  28. package/ktor-ktor-events.js +5 -5
  29. package/ktor-ktor-http.js +164 -160
  30. package/ktor-ktor-http.js.map +1 -1
  31. package/ktor-ktor-io.js +372 -372
  32. package/ktor-ktor-serialization-kotlinx.js +127 -127
  33. package/ktor-ktor-serialization.js +68 -68
  34. package/ktor-ktor-utils.js +278 -278
  35. package/ktor-ktor-websockets.js +15 -15
  36. package/package.json +1 -1
  37. package/random-library-crypto-rand.js +13 -13
  38. package/random-library-secure-random.js +5 -5
  39. package/raspberry-cardgame-lib-core.js +97 -97
  40. package/raspberry-cardgame-lib-core.js.map +1 -1
  41. package/raspberry-cardgame-lib-logger.js +12 -12
  42. package/raspberry-cardgame-lib-random.js +237 -237
  43. package/uuid.js +15 -15
  44. package/uuid.js.map +1 -1
@@ -12,16 +12,16 @@
12
12
  }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.id;
16
- var defineProp = kotlin_kotlin.$_$.ac;
17
- var initMetadataForClass = kotlin_kotlin.$_$.ic;
18
- var initMetadataForObject = kotlin_kotlin.$_$.nc;
15
+ var protoOf = kotlin_kotlin.$_$.kd;
16
+ var defineProp = kotlin_kotlin.$_$.cc;
17
+ var initMetadataForClass = kotlin_kotlin.$_$.kc;
18
+ var initMetadataForObject = kotlin_kotlin.$_$.pc;
19
19
  var VOID = kotlin_kotlin.$_$.b;
20
- var toString = kotlin_kotlin.$_$.oi;
21
- var equalsLong = kotlin_kotlin.$_$.cb;
22
- var get_ONE = kotlin_kotlin.$_$.sa;
23
- var add = kotlin_kotlin.$_$.ta;
24
- var subtract = kotlin_kotlin.$_$.mb;
20
+ var toString = kotlin_kotlin.$_$.ri;
21
+ var equalsLong = kotlin_kotlin.$_$.eb;
22
+ var get_ONE = kotlin_kotlin.$_$.ua;
23
+ var add = kotlin_kotlin.$_$.va;
24
+ var subtract = kotlin_kotlin.$_$.ob;
25
25
  //endregion
26
26
  //region block: pre-declaration
27
27
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');