game_client_logic_deb 1.8.504 → 1.8.505
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-game_client.js +2 -2
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +7 -7
- 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.b6b(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
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
|
|
416
416
|
//endregion
|
|
417
417
|
function GameEngineConfig() {
|
|
418
|
-
this.version = '1.8.
|
|
418
|
+
this.version = '1.8.505';
|
|
419
419
|
}
|
|
420
420
|
protoOf(GameEngineConfig).q42 = function () {
|
|
421
421
|
return this.version;
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
initMetadataForInterface(ControlsContract, 'ControlsContract');
|
|
614
614
|
initMetadataForInterface(TradeSceneContract, 'TradeSceneContract');
|
|
615
615
|
initMetadataForInterface(EarnPointsSceneContract, 'EarnPointsSceneContract');
|
|
616
|
-
initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [
|
|
616
|
+
initMetadataForInterface(TableScene, 'TableScene', VOID, VOID, [ControlsContract, ExpectantContract, SceneActionsContract]);
|
|
617
617
|
initMetadataForInterface(TradeScene, 'TradeScene', VOID, VOID, [SceneActionsContract, ExpectantContract, TradeSceneContract]);
|
|
618
618
|
initMetadataForInterface(EarnPointsScene, 'EarnPointsScene', VOID, VOID, [SceneActionsContract, ExpectantContract, EarnPointsSceneContract]);
|
|
619
619
|
initMetadataForClass(EarnPointsSceneImpl, 'EarnPointsSceneImpl', VOID, VOID, [EarnPointsSceneContract, ExpectantContract, SceneActionsContract, PlayersSceneContract, EarnPointsScene, GameEngineSceneContract]);
|
|
@@ -14512,7 +14512,7 @@
|
|
|
14512
14512
|
next(action);
|
|
14513
14513
|
var tmp1_safe_receiver = get_clientPayloadOrNull_0(store.state);
|
|
14514
14514
|
var after = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.vb2_1;
|
|
14515
|
-
if (before
|
|
14515
|
+
if (equals(before, after))
|
|
14516
14516
|
return Unit_instance;
|
|
14517
14517
|
var state = store.state;
|
|
14518
14518
|
if (get_isFinishing(state) || get_isFinished(state))
|