Skip to content

Commit

Permalink
v8.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Oct 5, 2022
1 parent 8aaba2d commit 9338d2c
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 demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gleap.preFillForm({
Gleap.setFrameUrl("http://0.0.0.0:3001");
Gleap.setApiUrl("http://0.0.0.0:9000");
// Gleap.setLanguage("en");
Gleap.initialize("DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc");
Gleap.initialize("KProDXhMS0V3UUku2iNnrZ4XsBnAYzxt");
//Gleap.setEnvironment("dev");

/*Gleap.identify("user_1933333283", {
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export namespace Gleap {
userHash?: string
): void;
function open(): void;
function openNews(): void;
function close(): void;
function hide(): void;
function setEnvironment(environment: "dev" | "staging" | "prod"): void;
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.0.19",
"version": "8.0.20",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

0 comments on commit 9338d2c

Please sign in to comment.