game_client_logic_deb 1.8.245 → 1.8.246
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 +7 -6
- package/Kotlin-DateTime-library-kotlinx-datetime.js.map +1 -1
- package/Logic_Debertz-core.js +948 -893
- package/Logic_Debertz-core.js.map +1 -1
- package/Logic_Debertz-engine.js +14299 -11807
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_client.d.ts +103 -3
- package/Logic_Debertz-game_client.js +2374 -2402
- package/Logic_Debertz-game_client.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +30 -30
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +1 -1
- package/package.json +1 -1
- package/raspberry-cardgame-lib-random.js +1 -1
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
initMetadataForClass(Symbol, 'Symbol');
|
|
308
308
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
309
309
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
310
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
310
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
311
311
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
312
312
|
initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
|
|
313
313
|
initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
|
package/package.json
CHANGED
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
var withContext = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.f;
|
|
129
129
|
var uuid4 = kotlin_com_benasher44_uuid.$_$.a;
|
|
130
130
|
var createFailure = kotlin_kotlin.$_$.ih;
|
|
131
|
-
var System_instance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.
|
|
131
|
+
var System_instance = kotlin_org_jetbrains_kotlinx_kotlinx_datetime.$_$.b;
|
|
132
132
|
var withTimeout = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.g;
|
|
133
133
|
var toDuration_0 = kotlin_kotlin.$_$.zf;
|
|
134
134
|
var Duration__compareTo_impl_pchp0f = kotlin_kotlin.$_$.n2;
|