@betorigami/games 0.5.1 → 0.5.2

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.
@@ -1,4 +1,4 @@
1
- import { DiceDirection } from 'shufflecom-calculations';
1
+ import { DiceDirection } from '@betorigami/calculations';
2
2
  import { default as OrigamiElement } from '../../../shared/origami-element';
3
3
  import { DiceHistory } from '../DiceGame';
4
4
  export declare class DiceContent extends OrigamiElement {
@@ -1,4 +1,4 @@
1
- import { DiceDirection } from 'shufflecom-calculations';
1
+ import { DiceDirection } from '@betorigami/calculations';
2
2
  import { default as OrigamiElement } from '../../../shared/origami-element';
3
3
  export declare class DiceContentBottom extends OrigamiElement {
4
4
  static styles: import('lit').CSSResult[];
@@ -1,5 +1,5 @@
1
1
  import { default as OrigamiElement } from '../../../shared/origami-element';
2
- import { KenoRiskLevel } from 'shufflecom-calculations';
2
+ import { KenoRiskLevel } from '@betorigami/calculations';
3
3
  export declare class KenoContent extends OrigamiElement {
4
4
  static styles: import('lit').CSSResult[];
5
5
  selectedTiles: number[];
@@ -1,4 +1,4 @@
1
- import { KenoRiskLevel } from 'shufflecom-calculations';
1
+ import { KenoRiskLevel } from '@betorigami/calculations';
2
2
  import { default as OrigamiElement } from '../../../shared/origami-element';
3
3
  export declare class KenoContentBottom extends OrigamiElement {
4
4
  static styles: import('lit').CSSResult[];
@@ -1,5 +1,5 @@
1
1
  import { default as OrigamiElement } from '../../../shared/origami-element';
2
- import { KenoRiskLevel } from 'shufflecom-calculations';
2
+ import { KenoRiskLevel } from '@betorigami/calculations';
3
3
  export declare class KenoManual extends OrigamiElement {
4
4
  inputsDisabled: boolean;
5
5
  risk: KenoRiskLevel;
@@ -1,4 +1,4 @@
1
- import { KenoRiskLevel } from 'shufflecom-calculations';
1
+ import { KenoRiskLevel } from '@betorigami/calculations';
2
2
  import { Currency } from '../../shared/constants';
3
3
  import { OrigamiActionType } from '../../shared/origami-action.type';
4
4
  export declare const MAX_SELECTABLE_TILES = 10;
@@ -3,7 +3,7 @@ import { DiceData } from '../../dice/dice.api';
3
3
  import { KenoData } from '../../keno/keno.api';
4
4
  import { LimboData } from '../../limbo/limbo.api';
5
5
  import { MinesData } from '../../mines/mines.api';
6
- export type GameType = "mines" | "dice" | "keno" | "limbo";
6
+ export type GameType = 'mines' | 'dice' | 'keno' | 'limbo';
7
7
  export interface GameAction {
8
8
  id: string;
9
9
  data: {