raspberry_games_server_game_logic 1.8.379 → 1.8.380
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/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +541 -540
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +14 -8
- package/Logic_Debertz-game_server.js +832 -749
- 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 +9 -9
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
initMetadataForClass(Emitter, 'Emitter');
|
|
274
274
|
initMetadataForCoroutine($collectCOROUTINE$_1, CoroutineImpl);
|
|
275
275
|
initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
|
|
276
|
-
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow,
|
|
276
|
+
initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow], [1]);
|
|
277
277
|
initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
|
|
278
278
|
initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
|
|
279
279
|
initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
|
|
@@ -8690,12 +8690,7 @@
|
|
|
8690
8690
|
return defaultAreEquivalent;
|
|
8691
8691
|
}
|
|
8692
8692
|
var defaultAreEquivalent;
|
|
8693
|
-
function distinctUntilChanged(_this__u8e3s4
|
|
8694
|
-
_init_properties_Distinct_kt__4eindw();
|
|
8695
|
-
var tmp = get_defaultKeySelector();
|
|
8696
|
-
return distinctUntilChangedBy(_this__u8e3s4, tmp, typeof areEquivalent === 'function' ? areEquivalent : THROW_CCE());
|
|
8697
|
-
}
|
|
8698
|
-
function distinctUntilChanged_0(_this__u8e3s4) {
|
|
8693
|
+
function distinctUntilChanged(_this__u8e3s4) {
|
|
8699
8694
|
_init_properties_Distinct_kt__4eindw();
|
|
8700
8695
|
var tmp;
|
|
8701
8696
|
if (isInterface(_this__u8e3s4, StateFlow)) {
|
|
@@ -8705,6 +8700,11 @@
|
|
|
8705
8700
|
}
|
|
8706
8701
|
return tmp;
|
|
8707
8702
|
}
|
|
8703
|
+
function distinctUntilChanged_0(_this__u8e3s4, areEquivalent) {
|
|
8704
|
+
_init_properties_Distinct_kt__4eindw();
|
|
8705
|
+
var tmp = get_defaultKeySelector();
|
|
8706
|
+
return distinctUntilChangedBy(_this__u8e3s4, tmp, typeof areEquivalent === 'function' ? areEquivalent : THROW_CCE());
|
|
8707
|
+
}
|
|
8708
8708
|
function distinctUntilChangedBy(_this__u8e3s4, keySelector, areEquivalent) {
|
|
8709
8709
|
_init_properties_Distinct_kt__4eindw();
|
|
8710
8710
|
var tmp;
|
|
@@ -11798,8 +11798,8 @@
|
|
|
11798
11798
|
_.$_$.t = MutableSharedFlow;
|
|
11799
11799
|
_.$_$.u = asFlow;
|
|
11800
11800
|
_.$_$.v = channelFlow;
|
|
11801
|
-
_.$_$.w =
|
|
11802
|
-
_.$_$.x =
|
|
11801
|
+
_.$_$.w = distinctUntilChanged;
|
|
11802
|
+
_.$_$.x = distinctUntilChanged_0;
|
|
11803
11803
|
_.$_$.y = flatMapConcat;
|
|
11804
11804
|
_.$_$.z = flow;
|
|
11805
11805
|
_.$_$.a1 = transformLatest;
|