game_client_logic_deb 1.4.26 → 1.4.27

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.
@@ -517,7 +517,7 @@ export namespace com.debertz.logic.redux.actions.client.to {
517
517
  abstract class ToClientAction implements com.logic.domain.engine.definitions.Action {
518
518
  protected constructor();
519
519
  abstract get sendToPlayerId(): string;
520
- abstract get roomId(): Nullable<string>;
520
+ abstract get roomId(): string;
521
521
  get actionTag(): string;
522
522
  readonly __doNotUseOrImplementIt: com.logic.domain.engine.definitions.Action["__doNotUseOrImplementIt"];
523
523
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "Logic_Debertz-game_client.js",
3
3
  "types": "Logic_Debertz-game_client.d.ts",
4
- "version": "1.4.26",
4
+ "version": "1.4.27",
5
5
  "name": "game_client_logic_deb"
6
6
  }