client_plugin_logic_deb 1.8.431 → 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 (39) 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 +152 -152
  4. package/Logic_Debertz-ai_module.js +235 -235
  5. package/Logic_Debertz-client_plugin.d.ts +1 -0
  6. package/Logic_Debertz-client_plugin.js +1231 -1231
  7. package/Logic_Debertz-core.js +682 -682
  8. package/Logic_Debertz-engine.js +4991 -4973
  9. package/Logic_Debertz-engine.js.map +1 -1
  10. package/Logic_Debertz-game_client.js +3124 -3124
  11. package/Logic_Debertz-game_server.js +328 -328
  12. package/kotlin-kotlin-stdlib.js +550 -544
  13. package/kotlin-kotlin-stdlib.js.map +1 -1
  14. package/kotlinx-atomicfu.js +13 -13
  15. package/kotlinx-coroutines-core.js +2489 -2489
  16. package/kotlinx-coroutines-core.js.map +1 -1
  17. package/kotlinx-io-kotlinx-io-core.js +314 -314
  18. package/kotlinx-serialization-kotlinx-serialization-core.js +1739 -1739
  19. package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
  20. package/kotlinx-serialization-kotlinx-serialization-json.js +1316 -1316
  21. package/ktor-ktor-client-content-negotiation.js +123 -123
  22. package/ktor-ktor-client-core.js +1442 -1442
  23. package/ktor-ktor-client-logging.js +265 -265
  24. package/ktor-ktor-events.js +6 -6
  25. package/ktor-ktor-http.js +590 -590
  26. package/ktor-ktor-io.js +1241 -1241
  27. package/ktor-ktor-serialization-kotlinx-json.js +6 -6
  28. package/ktor-ktor-serialization-kotlinx.js +132 -132
  29. package/ktor-ktor-serialization.js +61 -61
  30. package/ktor-ktor-utils.js +483 -483
  31. package/ktor-ktor-websockets.js +42 -42
  32. package/package.json +1 -1
  33. package/random-library-crypto-rand.js +1 -1
  34. package/random-library-secure-random.js +2 -2
  35. package/raspberry-cardgame-lib-core.js +7 -7
  36. package/raspberry-cardgame-lib-logger.js +90 -90
  37. package/raspberry-cardgame-lib-random.js +794 -794
  38. package/raspberry-cardgame-lib-random.js.map +1 -1
  39. package/uuid.js +12 -12
@@ -2907,6 +2907,7 @@ export declare namespace games.jass.logic.redux.actions.mechanic {
2907
2907
  }
2908
2908
  }
2909
2909
  export declare interface GameHelper {
2910
+ getBotRatingRange(league: Nullable<string>): Array<number>;
2910
2911
  filterLivePlayers(store: com.logic.redux.store.definitions.Store<any/* games.jass.logic.redux.AppState */>, playerIds: Array<string>, includeBots?: boolean): Array<string>;
2911
2912
  filterLiveDuringGamePlayers(store: com.logic.redux.store.definitions.Store<any/* games.jass.logic.redux.AppState */>, playerIds: Array<string>, includeBots?: boolean): Array<string>;
2912
2913
  filterBotPlayers(store: com.logic.redux.store.definitions.Store<any/* games.jass.logic.redux.AppState */>, playerIds: Array<string>): Array<string>;