dozy 1.0.29 → 1.0.30
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/WebFunctions.d.ts +1 -0
- package/dist/WebFunctions.d.ts.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/WebFunctions.d.ts
CHANGED
|
@@ -13,4 +13,5 @@ export declare function web$enableHttpsRedirect(): void;
|
|
|
13
13
|
export declare function web$redirectToDomain(newDomain: string): void;
|
|
14
14
|
export declare function $copy(content: string): Promise<boolean | undefined>;
|
|
15
15
|
export declare function $fallbackCopy(content: string): boolean;
|
|
16
|
+
export declare function web$encodeURI(hash?: string): string;
|
|
16
17
|
//# sourceMappingURL=WebFunctions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebFunctions.d.ts","sourceRoot":"","sources":["../src/WebFunctions.ts"],"names":[],"mappings":"AAEA,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,MAAM,QAG1C;AACD,wBAAgB,iBAAiB;;;;;;;;EA+BhC;AAED,wBAAgB,uBAAuB,SA6CtC;AACD,wBAAgB,uBAAuB,SAWtC;AACD,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,QAIrD;AAED,wBAAsB,KAAK,CAAC,OAAO,EAAE,MAAM,gCAa1C;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,WAiB5C"}
|
|
1
|
+
{"version":3,"file":"WebFunctions.d.ts","sourceRoot":"","sources":["../src/WebFunctions.ts"],"names":[],"mappings":"AAEA,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,MAAM,QAG1C;AACD,wBAAgB,iBAAiB;;;;;;;;EA+BhC;AAED,wBAAgB,uBAAuB,SA6CtC;AACD,wBAAgB,uBAAuB,SAWtC;AACD,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,QAIrD;AAED,wBAAsB,KAAK,CAAC,OAAO,EAAE,MAAM,gCAa1C;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,WAiB5C;AAED,wBAAgB,aAAa,CAAC,IAAI,CAAC,EAAE,MAAM,UAM1C"}
|
package/dist/index.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ export declare function web$enableHttpsRedirect(): void;
|
|
|
68
68
|
export declare function web$redirectToDomain(newDomain: string): void;
|
|
69
69
|
export declare function $copy(content: string): Promise<boolean | undefined>;
|
|
70
70
|
export declare function $fallbackCopy(content: string): boolean;
|
|
71
|
+
export declare function web$encodeURI(hash?: string): string;
|
|
71
72
|
export declare const $jsonParse: (text: string, reviver?: (this: any, key: string, value: any) => any) => any;
|
|
72
73
|
export declare const $jsonStringify: {
|
|
73
74
|
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string;
|
|
@@ -206,7 +207,7 @@ export declare function getColorMap(dark?: boolean): string[];
|
|
|
206
207
|
export declare function Gens(literature: string, ...args: any[]): string;
|
|
207
208
|
export declare let _res: (x: string) => string;
|
|
208
209
|
export declare function __GensDirectives(): Items<(...args: string[]) => string>;
|
|
209
|
-
export declare const DOZY = "1.0.
|
|
210
|
+
export declare const DOZY = "1.0.30";
|
|
210
211
|
export * from "axios";
|
|
211
212
|
export * from "zod";
|
|
212
213
|
|