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.
@@ -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, Waiter, SelectInstance], [0, 2]);
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "Logic_Debertz-game_client.js",
3
3
  "types": "Logic_Debertz-game_client.d.ts",
4
- "version": "1.8.245",
4
+ "version": "1.8.246",
5
5
  "name": "game_client_logic_deb",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",
@@ -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.$_$.a;
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;