client_plugin_logic_deb 1.8.330 → 1.8.332
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 +5 -2
- package/Logic_Debertz-engine.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- 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, WithDate, WithUtcOffset
|
|
380
|
+
initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithDate, WithUtcOffset]);
|
|
381
381
|
initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
|
|
382
382
|
initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
|
|
383
383
|
initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
|
package/Logic_Debertz-core.js
CHANGED
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
initMetadataForClass(AppEnvironmentValue, 'AppEnvironmentValue', VOID, Enum);
|
|
413
413
|
//endregion
|
|
414
414
|
function GameEngineConfig() {
|
|
415
|
-
this.version = '1.8.
|
|
415
|
+
this.version = '1.8.332';
|
|
416
416
|
}
|
|
417
417
|
protoOf(GameEngineConfig).l33 = function () {
|
|
418
418
|
return this.version;
|
package/Logic_Debertz-engine.js
CHANGED
|
@@ -190,11 +190,11 @@
|
|
|
190
190
|
var $serializer_getInstance = kotlin_io_raspberryapps_game_engine_core.$_$.q5;
|
|
191
191
|
var mapToDto = kotlin_io_raspberryapps_game_engine_core.$_$.i1;
|
|
192
192
|
var mapFromDto = kotlin_io_raspberryapps_game_engine_core.$_$.z;
|
|
193
|
-
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.a4;
|
|
194
193
|
var toDomainEnum = kotlin_io_raspberryapps_game_engine_core.$_$.b4;
|
|
195
194
|
var emptySet = kotlin_kotlin.$_$.q7;
|
|
196
195
|
var enumToStringSafe = kotlin_io_raspberryapps_game_engine_core.$_$.q3;
|
|
197
196
|
var enumToString = kotlin_io_raspberryapps_game_engine_core.$_$.r3;
|
|
197
|
+
var toDomainEnumSafe = kotlin_io_raspberryapps_game_engine_core.$_$.a4;
|
|
198
198
|
var mapOf_0 = kotlin_kotlin.$_$.u8;
|
|
199
199
|
var mapToDto_0 = kotlin_io_raspberryapps_game_engine_core.$_$.g1;
|
|
200
200
|
var mapToDto_1 = kotlin_io_raspberryapps_game_engine_core.$_$.d1;
|
|
@@ -18335,7 +18335,7 @@
|
|
|
18335
18335
|
var combinationReasonMappingLegacy;
|
|
18336
18336
|
function mapToCombinationType(_this__u8e3s4) {
|
|
18337
18337
|
_init_properties_CombinationsDtoMappers_kt__fk981j();
|
|
18338
|
-
var tmp0_elvis_lhs =
|
|
18338
|
+
var tmp0_elvis_lhs = get_combinationTypeMappingLegacy().k2(_this__u8e3s4);
|
|
18339
18339
|
return tmp0_elvis_lhs == null ? toDomainEnum(_this__u8e3s4, get_combinationTypeMapping()) : tmp0_elvis_lhs;
|
|
18340
18340
|
}
|
|
18341
18341
|
function mapToDto_8(_this__u8e3s4) {
|
|
@@ -45328,6 +45328,9 @@
|
|
|
45328
45328
|
destination_0.e(tmp$ret$3);
|
|
45329
45329
|
}
|
|
45330
45330
|
var supportedInRowCombinations = toSet(destination_0);
|
|
45331
|
+
if (supportedInRowCombinations.p()) {
|
|
45332
|
+
return emptyList();
|
|
45333
|
+
}
|
|
45331
45334
|
var cardsInRowCombinations = this.i94_1.k6d(playerCards, supportedInRowCombinations, first_1(supportedInRowCombinations));
|
|
45332
45335
|
// Inline function 'kotlin.collections.map' call
|
|
45333
45336
|
// Inline function 'kotlin.collections.filter' call
|