gleap 14.5.6 → 14.6.0

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/index.d.ts CHANGED
@@ -50,7 +50,9 @@ export namespace Gleap {
50
50
  function setWSApiUrl(wsApiUrl: string): void;
51
51
  function setFrameUrl(frameUrl: string): void;
52
52
  function closeBanner(): void;
53
+ function closeModal(): void;
53
54
  function setBannerUrl(bannerUrl: string): void;
55
+ function setModalUrl(modalUrl: string): void;
54
56
  function setMaxNetworkRequests(maxRequests: number): void;
55
57
  function startNetworkLogger(): void;
56
58
  function setNetworkLogsBlacklist(networkLogBlacklist: string[]): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gleap",
3
- "version": "14.5.6",
3
+ "version": "14.6.0",
4
4
  "main": "build/cjs/index.js",
5
5
  "module": "build/esm/index.mjs",
6
6
  "exports": {