Skip to content

Commit 9da7940

Browse files
committed
v15.0.0
1 parent 9bd8463 commit 9da7940

19 files changed

Lines changed: 261 additions & 84 deletions

build/browser/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/browser/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cjs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/esm/index.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/main.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ Gleap.setFrameUrl("http://0.0.0.0:3001");
44
Gleap.setApiUrl("http://0.0.0.0:9000");
55
Gleap.setWSApiUrl("ws://0.0.0.0:9000");
66

7-
Gleap.initialize("Crvd7gbxQl13gHQOK1kxmokkq1NRWlLc");
8-
9-
Gleap.identify("38473294732892", {
10-
name: "Luca",
11-
email: "luca@gleap.io",
12-
});
7+
Gleap.initialize("GnhEkS8fdwxNVjyn3BnYwKzpCkiHgKWL");

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export namespace Gleap {
4545
function clearCustomData(): void;
4646
function playSound(play: boolean): void;
4747
function destroy(): void;
48-
function showAIBar(): void;
49-
function hideAIBar(): void;
50-
function setAIBarQuickActions(quickActions: string[]): void;
48+
function showAiChatbar(): void;
49+
function hideAiChatbar(): void;
50+
function setAiChatbarQuickActions(quickActions: string[]): void;
5151
function isOpened(): boolean;
5252
function setApiUrl(apiUrl: string): void;
5353
function setWSApiUrl(wsApiUrl: string): void;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "14.8.14",
3+
"version": "15.0.0",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {
@@ -77,4 +77,4 @@
7777
"@rrweb/record": "^2.0.0-alpha.18",
7878
"unique-selector": "^0.5.0"
7979
}
80-
}
80+
}

published/15.0.0/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)