raspberry_games_server_game_logic 1.8.319 → 1.8.321
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 +2 -2
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +4 -4
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.js +2 -2
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +4 -4
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
function addFormatStructureForTime(structure) {
|
|
325
325
|
this.c5a(structure);
|
|
326
326
|
}
|
|
327
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
327
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
|
|
328
328
|
function offsetHours$default(padding, $super) {
|
|
329
329
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
330
330
|
var tmp;
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
return tmp;
|
|
378
378
|
}
|
|
379
379
|
initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
|
|
380
|
-
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
377
377
|
//endregion
|
|
378
378
|
function GameEngineConfig() {
|
|
379
|
-
this.version = '1.8.
|
|
379
|
+
this.version = '1.8.321';
|
|
380
380
|
}
|
|
381
381
|
protoOf(GameEngineConfig).s2z = function () {
|
|
382
382
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -14234,8 +14234,8 @@
|
|
|
14234
14234
|
var combinationReasonMappingLegacy;
|
|
14235
14235
|
function mapToCombinationType(_this__u8e3s4) {
|
|
14236
14236
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14237
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
14238
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
14237
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
14238
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
14239
14239
|
}
|
|
14240
14240
|
function mapToDto_7(_this__u8e3s4) {
|
|
14241
14241
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
@@ -14347,8 +14347,8 @@
|
|
|
14347
14347
|
}
|
|
14348
14348
|
function mapToDto_9(_this__u8e3s4) {
|
|
14349
14349
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14350
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
14351
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
14350
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationTypeMappingLegacy());
|
|
14351
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
14352
14352
|
}
|
|
14353
14353
|
function mapToDto_10(_this__u8e3s4) {
|
|
14354
14354
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|