Skip to content

Commit

Permalink
v13.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Feb 26, 2024
1 parent b92c5dc commit d37b18e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/index.mjs

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,10 +1,10 @@
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.initialize("44iWQrD3YuDxqj6aw5HqsKyuaas28ZKu");
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");

/*Gleap.setUrlHandler((url, newTab) => {
alert("URL: " + url + " newTab: " + newTab);
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "gleap",
"version": "13.2.7",
"version": "13.2.8",
"main": "build/cjs/index.js",
"module": "build/esm/index.mjs",
"exports": {
"import": "./build/esm/index.mjs",
"require": "./build/cjs/index.js"
"require": "./build/cjs/index.js",
"types": "./index.d.ts"
},
"types": "index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions published/13.2.8/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 d37b18e

Please sign in to comment.