skyflow-js 1.37.0 → 1.37.1

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.
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "skyflow-js",
3
3
  "preferGlobal": true,
4
4
  "analyze": false,
5
- "version": "1.37.0",
5
+ "version": "1.37.1",
6
6
  "author": "Skyflow",
7
7
  "description": "Skyflow JavaScript SDK",
8
8
  "homepage": "https://github.com/skyflowapi/skyflow-js",
@@ -39,6 +39,7 @@ interface BrowserInfo {
39
39
  browserVersion: string;
40
40
  }
41
41
  export declare function getSdkVersionName(metaDataVersion: string, sdkData: SdkInfo): string;
42
+ export declare function getSDKNameAndVersion(metaData?: string): SdkInfo;
42
43
  export declare function getOSDetails(userAgentString: string): OSInfo;
43
44
  export declare function getBrowserInfo(userAgentString: string): BrowserInfo;
44
45
  export declare function getDeviceType(userAgent: string): string | undefined;