client_plugin_logic_deb 1.8.478 → 1.8.479
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 +10 -1
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.js +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +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.d6t(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
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
454
454
|
//endregion
|
|
455
455
|
function GameEngineConfig() {
|
|
456
|
-
this.version = '1.8.
|
|
456
|
+
this.version = '1.8.479';
|
|
457
457
|
}
|
|
458
458
|
protoOf(GameEngineConfig).k47 = function () {
|
|
459
459
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -43073,7 +43073,16 @@
|
|
|
43073
43073
|
return '' + it.value;
|
|
43074
43074
|
}
|
|
43075
43075
|
function PointsMode$Companion$_anonymous__4im38p() {
|
|
43076
|
-
|
|
43076
|
+
var tmp = values_18();
|
|
43077
|
+
// Inline function 'kotlin.arrayOf' call
|
|
43078
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
43079
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
43080
|
+
var tmp_0 = ['TEST', null, null, null, 'SMALL', null, 'MEDIUM', null, 'BIG', null];
|
|
43081
|
+
// Inline function 'kotlin.arrayOf' call
|
|
43082
|
+
// Inline function 'kotlin.js.unsafeCast' call
|
|
43083
|
+
// Inline function 'kotlin.js.asDynamic' call
|
|
43084
|
+
var tmp$ret$5 = [null, null, null, null, null, null, null, null, null, null];
|
|
43085
|
+
return createAnnotatedEnumSerializer('games.jass.logic.data.models.table.config.PointsMode', tmp, tmp_0, tmp$ret$5, null);
|
|
43077
43086
|
}
|
|
43078
43087
|
var PointsMode_POINTS_10_instance;
|
|
43079
43088
|
var PointsMode_POINTS_151_instance;
|