Skip to content

Commit

Permalink
v8.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Dec 12, 2022
1 parent f496f41 commit 1c2948e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export namespace Gleap {
function setLiveSite(isLiveSite: boolean): void;
function enableShortcuts(enabled: boolean): void;
function setLanguage(language: string): void;
function preFillForm(data: string): void;
function preFillForm(data: object): void;
function attachNetworkLogs(networkLogs: string): void;
function clearIdentity(): void;
function identify(
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": "8.4.4",
"version": "8.4.5",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/8.4.5/index.js

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 1c2948e

Please sign in to comment.