@usermaven/sdk-js 1.5.4 → 1.5.5-rc.97

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.
@@ -0,0 +1,2 @@
1
+ export declare function isAMDEnvironment(): boolean;
2
+ export declare function getAMDDefine(): any;
@@ -7,3 +7,4 @@ export declare function parseQueryString(queryString: string): Record<string, st
7
7
  export declare function isString(value: any): boolean;
8
8
  export declare function isObject(value: any): boolean;
9
9
  export declare function parseLogLevel(value: string | null): LogLevel;
10
+ export declare const getUmExclusionState: () => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usermaven/sdk-js",
3
- "version": "1.5.4",
3
+ "version": "1.5.5-rc.97",
4
4
  "description": "Usermaven JavaScript SDK",
5
5
  "main": "dist/lib.js",
6
6
  "module": "dist/usermaven.es.js",