Skip to content

Commit 3496a10

Browse files
committed
v14.2.7
1 parent fc20108 commit 3496a10

File tree

8 files changed

+256
-93
lines changed

8 files changed

+256
-93
lines changed

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/esm/index.mjs

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

demo/main.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@ 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("MJwWCcTa1rl6Aor6ENPRN1TADFhQ05a9");
7+
Gleap.initialize("BTmQRJBPvKrOErNQCmyPYPAzSsw3gPmw");
88

99
// const lastMonthDate = new Date();
1010
// lastMonthDate.setMonth(lastMonthDate.getMonth() - 1);
1111

1212
// Gleap.showSurvey("c01abef016b8efb03a9a", "survey_full");
1313

14-
1514
// Gleap.startChecklist("677694a38779ab927064d967");
1615

1716
// Gleap.trackEvent("Add New List");
1817
// Gleap.trackEvent("Step 2 resolved");
1918
// Gleap.trackEvent("Step 3 resolved");
2019

2120
// setTimeout(() => {
22-
// Gleap.trackEvent("Step 4 resolved");
21+
// Gleap.trackEvent("Step 4 resolved");
2322
// }, 4000);
2423
// Gleap.setTicketAttribute("qwerrewq", "Custom value")
2524
// Gleap.attachCustomData({
2625
// test: "dataaa",
2726
// })
28-
// Gleap.startBot("6789110e41e9869af7a2b6b8")
27+
// Gleap.startBot("6789110e41e9869af7a2b6b8")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "14.2.6",
3+
"version": "14.2.7",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.2.7/index.js

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

published/latest/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.

0 commit comments

Comments
 (0)