Skip to content

Commit

Permalink
v13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Nov 29, 2023
1 parent 1378f12 commit bfe57ac
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions demo/main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const Gleap = window.Gleap;

Gleap.setFrameUrl("http://0.0.0.0:3001");
/*Gleap.setFrameUrl("http://0.0.0.0:3001");
Gleap.setApiUrl("http://0.0.0.0:9000");
Gleap.setWSApiUrl("ws://0.0.0.0:8080");
Gleap.setWSApiUrl("ws://0.0.0.0:8080");*/

// Gleap.setLanguage("en");

Gleap.initialize("X5C0grjFCjUMbZKi131MjZLaGRwg2iKH");
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");

/*Gleap.setUrlHandler((url, newTab) => {
alert("URL: " + url + " newTab: " + newTab);
Expand Down
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ export namespace Gleap {
phone?: string;
value?: number;
companyId?: string;
companyName?: string;
plan?: string;
customData?: object;
createdAt?: Date;
},
userHash?: string
): void;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

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": "13.0.3",
"version": "13.0.4",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/13.0.4/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 bfe57ac

Please sign in to comment.