dozy 1.0.48 → 1.0.49

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
@@ -305,7 +305,7 @@ export declare function toRgbString(input: string | Color | any): string | undef
305
305
  * @returns HSL/HSLA string or undefined.
306
306
  */
307
307
  export declare function toHslString(input: string | Color | any): string | undefined;
308
- export declare const DOZY = "1.0.48";
308
+ export declare const DOZY = "1.0.49";
309
309
  export * from "browser-image-compression";
310
310
  export * from "axios";
311
311
  export * from "zod";