gleap 6.8.13 → 6.8.14
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/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6311,7 +6311,7 @@ var Gleap_Gleap = /*#__PURE__*/function () {
|
|
|
6311
6311
|
currentUrl: window.location.href,
|
|
6312
6312
|
language: navigator.language || navigator.userLanguage,
|
|
6313
6313
|
mobile: isMobile(),
|
|
6314
|
-
sdkVersion: "6.8.
|
|
6314
|
+
sdkVersion: "6.8.14",
|
|
6315
6315
|
sdkType: "javascript"
|
|
6316
6316
|
};
|
|
6317
6317
|
}
|