raspberry_games_server_game_logic 1.8.318 → 1.8.320
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 +8 -8
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.js +1 -1
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
|
@@ -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, WithUtcOffset,
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithTime, WithDate]);
|
|
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.320';
|
|
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();
|
|
@@ -14360,13 +14360,13 @@
|
|
|
14360
14360
|
}
|
|
14361
14361
|
function mapToDto_11(_this__u8e3s4) {
|
|
14362
14362
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14363
|
-
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4,
|
|
14364
|
-
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4,
|
|
14363
|
+
var tmp0_elvis_lhs = enumToStringSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
14364
|
+
return tmp0_elvis_lhs == null ? enumToString(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
14365
14365
|
}
|
|
14366
14366
|
function mapToCombinationReason(_this__u8e3s4) {
|
|
14367
14367
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
14368
|
-
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4,
|
|
14369
|
-
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4,
|
|
14368
|
+
var tmp0_elvis_lhs = toDomainEnumSafe(_this__u8e3s4, get_combinationReasonMappingLegacy());
|
|
14369
|
+
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationReasonMapping()) : tmp0_elvis_lhs;
|
|
14370
14370
|
}
|
|
14371
14371
|
function mapFromDto_8(_this__u8e3s4) {
|
|
14372
14372
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|