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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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.13",
6314
+ sdkVersion: "6.8.14",
6315
6315
  sdkType: "javascript"
6316
6316
  };
6317
6317
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "6.8.13",
3
+ "version": "6.8.14",
4
4
  "main": "build/index.js",
5
5
  "scripts": {
6
6
  "start": "webpack serve",