raspberry_games_server_game_logic 1.8.421 → 1.8.423
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.
- package/Logic_Debertz-ai_module.js +335 -314
- package/Logic_Debertz-ai_module.js.map +1 -1
- package/Logic_Debertz-core.js +743 -715
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +10952 -10942
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +6 -4
- package/Logic_Debertz-game_server.js +1012 -1019
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/ktor-ktor-client-logging.js +4 -3
- package/ktor-ktor-client-logging.js.map +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-random.js +3 -3
package/package.json
CHANGED
|
@@ -135,11 +135,11 @@
|
|
|
135
135
|
var emptyMap = kotlin_kotlin.$_$.e7;
|
|
136
136
|
var get_lastIndex = kotlin_kotlin.$_$.y7;
|
|
137
137
|
var header = kotlin_io_ktor_ktor_client_core.$_$.o;
|
|
138
|
-
var Companion_instance_0 = kotlin_io_ktor_ktor_client_logging.$_$.
|
|
139
|
-
var get_DEFAULT = kotlin_io_ktor_ktor_client_logging.$_$.
|
|
138
|
+
var Companion_instance_0 = kotlin_io_ktor_ktor_client_logging.$_$.d;
|
|
139
|
+
var get_DEFAULT = kotlin_io_ktor_ktor_client_logging.$_$.f;
|
|
140
140
|
var json = kotlin_io_ktor_ktor_serialization_kotlinx_json.$_$.a;
|
|
141
141
|
var defaultRequest = kotlin_io_ktor_ktor_client_core.$_$.k;
|
|
142
|
-
var Companion_getInstance_1 = kotlin_io_ktor_ktor_client_logging.$_$.
|
|
142
|
+
var Companion_getInstance_1 = kotlin_io_ktor_ktor_client_logging.$_$.e;
|
|
143
143
|
var Plugin_getInstance = kotlin_io_ktor_ktor_client_content_negotiation.$_$.a;
|
|
144
144
|
var LogLevel_ALL_getInstance = kotlin_io_ktor_ktor_client_logging.$_$.a;
|
|
145
145
|
var Json = kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json.$_$.b;
|