dozy 1.0.34 → 1.0.36

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
@@ -282,7 +282,7 @@ export declare function toRgbString(input: string | any): string | undefined;
282
282
  * @returns HSL/HSLA string or undefined.
283
283
  */
284
284
  export declare function toHslString(input: string | any): string | undefined;
285
- export declare const DOZY = "1.0.34";
285
+ export declare const DOZY = "1.0.36";
286
286
  export * from "axios";
287
287
  export * from "zod";
288
288