raspberry_games_server_game_logic 1.8.481 → 1.8.483

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.
@@ -380,7 +380,7 @@
380
380
  function addFormatStructureForTime(structure) {
381
381
  this.z6b(structure);
382
382
  }
383
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
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) {
@@ -427,7 +427,7 @@
427
427
  initMetadataForClass(BrowserCompressionService, 'BrowserCompressionService', BrowserCompressionService, VOID, [CompressionService], [2]);
428
428
  //endregion
429
429
  function GameEngineConfig() {
430
- this.version = '1.8.481';
430
+ this.version = '1.8.483';
431
431
  }
432
432
  protoOf(GameEngineConfig).x42 = function () {
433
433
  return this.version;
@@ -283,7 +283,7 @@
283
283
  initMetadataForClass(Emitter, 'Emitter');
284
284
  initMetadataForCoroutine($collectCOROUTINE$_1, CoroutineImpl);
285
285
  initMetadataForClass(AbstractSharedFlow, 'AbstractSharedFlow', VOID, SynchronizedObject);
286
- initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, FlowCollector, Flow], [1]);
286
+ initMetadataForClass(SharedFlowImpl, 'SharedFlowImpl', VOID, AbstractSharedFlow, [AbstractSharedFlow, Flow, FlowCollector], [1]);
287
287
  initMetadataForClass(AbstractSharedFlowSlot, 'AbstractSharedFlowSlot');
288
288
  initMetadataForClass(SharedFlowSlot, 'SharedFlowSlot', SharedFlowSlot, AbstractSharedFlowSlot);
289
289
  initMetadataForInterface(StateFlow, 'StateFlow', VOID, VOID, [Flow], [1]);
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.481",
4
+ "version": "1.8.483",
5
5
  "name": "raspberry_games_server_game_logic",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "3.2.0",