client_plugin_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/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
function addFormatStructureForTime(structure) {
|
|
381
381
|
this.w60(structure);
|
|
382
382
|
}
|
|
383
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
383
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
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
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
432
432
|
//endregion
|
|
433
433
|
function GameEngineConfig() {
|
|
434
|
-
this.version = '1.8.
|
|
434
|
+
this.version = '1.8.450';
|
|
435
435
|
}
|
|
436
436
|
protoOf(GameEngineConfig).h3z = function () {
|
|
437
437
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -66522,8 +66522,17 @@
|
|
|
66522
66522
|
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
66523
66523
|
var this_2 = serializer(this_1, createKType(getKClass(EngineSettingsDto), arrayOf([]), false));
|
|
66524
66524
|
var tmp$ret$1 = isInterface(this_2, KSerializer) ? this_2 : THROW_CCE();
|
|
66525
|
-
var settingsDto = this_0.gp(tmp$ret$1, json)
|
|
66526
|
-
|
|
66525
|
+
var settingsDto = this_0.gp(tmp$ret$1, json);
|
|
66526
|
+
var tmp0 = this.fa9_1;
|
|
66527
|
+
// Inline function 'kotlinx.serialization.json.Json.encodeToString' call
|
|
66528
|
+
var value = settingsDto.j87_1;
|
|
66529
|
+
// Inline function 'kotlinx.serialization.serializer' call
|
|
66530
|
+
var this_3 = tmp0.es();
|
|
66531
|
+
// Inline function 'kotlinx.serialization.internal.cast' call
|
|
66532
|
+
var this_4 = serializer(this_3, createKType(getKClass(LeaguesConfigDto), arrayOf([]), false));
|
|
66533
|
+
var tmp$ret$4 = isInterface(this_4, KSerializer) ? this_4 : THROW_CCE();
|
|
66534
|
+
var tmp$ret$5 = tmp0.fp(tmp$ret$4, value);
|
|
66535
|
+
return mapFromDto_50(settingsDto.m87(VOID, tmp$ret$5), defaultConfig);
|
|
66527
66536
|
};
|
|
66528
66537
|
protoOf(RatingHelperImpl).encodeGameSettings = function (engineSettings) {
|
|
66529
66538
|
var tmp0 = this.fa9_1;
|