@konoui/mjimage 0.0.40 → 0.0.41

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.cts CHANGED
@@ -762,8 +762,8 @@ export declare class Efficiency {
762
762
  shanten: number;
763
763
  candidates: Tile[];
764
764
  };
765
- static partialCandidateTiles(input: string, options: {
766
- fourSetsOnePair: boolean;
765
+ static partialCandidateTiles(input: string, options?: {
766
+ fourSetsOnePair?: boolean;
767
767
  }): {
768
768
  shanten: number;
769
769
  candidates: Tile[];
package/dist/index.d.ts CHANGED
@@ -762,8 +762,8 @@ export declare class Efficiency {
762
762
  shanten: number;
763
763
  candidates: Tile[];
764
764
  };
765
- static partialCandidateTiles(input: string, options: {
766
- fourSetsOnePair: boolean;
765
+ static partialCandidateTiles(input: string, options?: {
766
+ fourSetsOnePair?: boolean;
767
767
  }): {
768
768
  shanten: number;
769
769
  candidates: Tile[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konoui/mjimage",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "description": "Generates Mahjong tiles in SVG format.",
5
5
  "author": "konoui",
6
6
  "license": "MIT",