@konoui/mjimage 0.0.58 → 0.0.60

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
@@ -134,6 +134,7 @@ export declare class BlockCalculator {
134
134
  private patternAll;
135
135
  private handleBack;
136
136
  private handleZ;
137
+ private addRedPattern;
137
138
  private handleNumType;
138
139
  }
139
140
 
package/dist/index.d.ts CHANGED
@@ -134,6 +134,7 @@ export declare class BlockCalculator {
134
134
  private patternAll;
135
135
  private handleBack;
136
136
  private handleZ;
137
+ private addRedPattern;
137
138
  private handleNumType;
138
139
  }
139
140