raspberry_games_server_game_logic 1.8.324 → 1.8.325

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.
@@ -304,7 +304,7 @@
304
304
  initMetadataForClass(Symbol, 'Symbol');
305
305
  initMetadataForInterface(SelectInstance, 'SelectInstance');
306
306
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
307
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
307
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
308
308
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
309
309
  initMetadataForClass(CancellableContinuationWithOwner, 'CancellableContinuationWithOwner', VOID, VOID, [CancellableContinuation, Waiter]);
310
310
  initMetadataForClass(SemaphoreAndMutexImpl, 'SemaphoreAndMutexImpl', VOID, VOID, VOID, [0]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "Logic_Debertz-game_server.js",
3
3
  "types": "Logic_Debertz-game_server.d.ts",
4
- "version": "1.8.324",
4
+ "version": "1.8.325",
5
5
  "name": "raspberry_games_server_game_logic",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",