game_client_logic_deb 1.8.449 → 1.8.450
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/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +11 -2
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +1 -1
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.f5j(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
384
384
|
initMetadataForClass(Builder_0, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder]);
|
|
385
385
|
initMetadataForClass(LocalDateTimeFormat, 'LocalDateTimeFormat', VOID, AbstractDateTimeFormat);
|
|
386
386
|
function set_fractionOfSecond(value) {
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
392
392
|
//endregion
|
|
393
393
|
function GameEngineConfig() {
|
|
394
|
-
this.version = '1.8.
|
|
394
|
+
this.version = '1.8.450';
|
|
395
395
|
}
|
|
396
396
|
protoOf(GameEngineConfig).x3u = function () {
|
|
397
397
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -59491,8 +59491,17 @@
|
|
|
59491
59491
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
59492
59492
|
var this_2 = serializer(this_1, createKType(getKClass(EngineSettingsDto), arrayOf([]), false));
|
|
59493
59493
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
59494
|
-
var settingsDto = this_0.gp(tmp$ret$1, json)
|
|
59495
|
-
|
|
59494
|
+
var settingsDto = this_0.gp(tmp$ret$1, json);
|
|
59495
|
+
var tmp0 = this.o9k_1;
|
|
59496
|
+
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
59497
|
+
var value = settingsDto.j7l_1;
|
|
59498
|
+
// Inline function 'kotlinx.serialization.serializer' call
|
|
59499
|
+
var this_3 = tmp0.es();
|
|
59500
|
+
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
59501
|
+
var this_4 = serializer(this_3, createKType(getKClass(LeaguesConfigDto), arrayOf([]), false));
|
|
59502
|
+
var tmp$ret$4 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
|
|
59503
|
+
var tmp$ret$5 = tmp0.fp(tmp$ret$4, value);
|
|
59504
|
+
return mapFromDto_45(settingsDto.m7l(VOID, tmp$ret$5), defaultConfig);
|
|
59496
59505
|
};
|
|
59497
59506
|
protoOf(RatingHelperImpl).encodeGameSettings = function (engineSettings) {
|
|
59498
59507
|
var tmp0 = this.o9k_1;
|