Skip to content

Commit

Permalink
v6.8.5
Browse files Browse the repository at this point in the history
Updated typeings.
  • Loading branch information
boehlerlukas committed Mar 16, 2022
1 parent afb1e78 commit 29bff6e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export namespace Gleap {
function setCustomData(key: string, value: string): void;
function removeCustomData(key: string): void;
function clearCustomData(): void;
function isOpened(): boolean;
function setApiUrl(apiUrl: string): void;
function setWidgetUrl(widgetUrl: string): void;
function registerCustomAction(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "6.8.4",
"version": "6.8.5",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/6.8.5/appwidget.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions published/6.8.5/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions published/6.8.5/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

0 comments on commit 29bff6e

Please sign in to comment.