dozy 1.0.30 → 1.0.31
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 +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -207,7 +207,7 @@ export declare function getColorMap(dark?: boolean): string[];
|
|
|
207
207
|
export declare function Gens(literature: string, ...args: any[]): string;
|
|
208
208
|
export declare let _res: (x: string) => string;
|
|
209
209
|
export declare function __GensDirectives(): Items<(...args: string[]) => string>;
|
|
210
|
-
export declare const DOZY = "1.0.
|
|
210
|
+
export declare const DOZY = "1.0.31";
|
|
211
211
|
export * from "axios";
|
|
212
212
|
export * from "zod";
|
|
213
213
|
|