@usertour/helpers 0.0.9 → 0.0.11
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/globals.d.cts +1 -1
- package/dist/globals.d.ts +1 -1
- package/dist/index.cjs +2 -913
- package/dist/index.d.cts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +20 -71
- package/package.json +7 -17
- package/dist/chunk-7IK5Q5N2.js +0 -591
- package/dist/chunk-DEG6MTU7.js +0 -318
- package/dist/chunk-HWWIAVVP.js +0 -112
- package/dist/chunk-Y5PCSFVZ.js +0 -183
- package/dist/chunk-Y6FPPOKF.js +0 -28
- package/dist/conditions.cjs +0 -1001
- package/dist/conditions.d.cts +0 -23
- package/dist/conditions.d.ts +0 -23
- package/dist/conditions.js +0 -45
- package/dist/finderx.cjs +0 -346
- package/dist/finderx.d.cts +0 -47
- package/dist/finderx.d.ts +0 -47
- package/dist/finderx.js +0 -15
- package/dist/jwt-license-signer.cjs +0 -147
- package/dist/jwt-license-signer.d.cts +0 -61
- package/dist/jwt-license-signer.d.ts +0 -61
- package/dist/jwt-license-signer.js +0 -7
- package/dist/jwt-license-validator.cjs +0 -217
- package/dist/jwt-license-validator.d.cts +0 -54
- package/dist/jwt-license-validator.d.ts +0 -54
- package/dist/jwt-license-validator.js +0 -7
- package/dist/listener.cjs +0 -68
- package/dist/listener.d.cts +0 -7
- package/dist/listener.d.ts +0 -7
- package/dist/listener.js +0 -16
- package/dist/server.cjs +0 -331
- package/dist/server.d.cts +0 -4
- package/dist/server.d.ts +0 -4
- package/dist/server.js +0 -11
package/dist/globals.d.cts
CHANGED
|
@@ -3,7 +3,7 @@ import { UserTourTypes } from '@usertour/types/';
|
|
|
3
3
|
declare const win: (UserTourTypes.WindowWithUsertour & typeof globalThis) | undefined;
|
|
4
4
|
declare const ArrayProto: any[];
|
|
5
5
|
declare const nativeForEach: (callbackfn: (value: any, index: number, array: any[]) => void, thisArg?: any) => void;
|
|
6
|
-
declare const nativeIndexOf: (searchElement: any, fromIndex?: number) => number;
|
|
6
|
+
declare const nativeIndexOf: (searchElement: any, fromIndex?: number | undefined) => number;
|
|
7
7
|
declare const navigator: Navigator | undefined;
|
|
8
8
|
declare const document: Document | undefined;
|
|
9
9
|
declare const location: Location | undefined;
|
package/dist/globals.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { UserTourTypes } from '@usertour/types/';
|
|
|
3
3
|
declare const win: (UserTourTypes.WindowWithUsertour & typeof globalThis) | undefined;
|
|
4
4
|
declare const ArrayProto: any[];
|
|
5
5
|
declare const nativeForEach: (callbackfn: (value: any, index: number, array: any[]) => void, thisArg?: any) => void;
|
|
6
|
-
declare const nativeIndexOf: (searchElement: any, fromIndex?: number) => number;
|
|
6
|
+
declare const nativeIndexOf: (searchElement: any, fromIndex?: number | undefined) => number;
|
|
7
7
|
declare const navigator: Navigator | undefined;
|
|
8
8
|
declare const document: Document | undefined;
|
|
9
9
|
declare const location: Location | undefined;
|