@betorigami/games 1.3.3 → 1.4.0

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.
package/dist/index.d.ts CHANGED
@@ -3515,7 +3515,8 @@ declare enum KenoRiskLevel {
3515
3515
  declare const VALID_KENO_EDGES: readonly [
3516
3516
  1,
3517
3517
  2,
3518
- 3
3518
+ 3,
3519
+ 4
3519
3520
  ];
3520
3521
  export type KenoEdge = (typeof VALID_KENO_EDGES)[number];
3521
3522
  declare enum OrigamiActionType {