Skip to content

Commit

Permalink
v13.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Apr 10, 2024
1 parent 214440d commit 570813b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 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.

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.5.15",
"version": "13.5.16",
"main": "build/cjs/index.js",
"module": "build/esm/index.mjs",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions published/13.5.16/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.

4 changes: 1 addition & 3 deletions src/GleapAdminManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ export default class GleapAdminManager {
}
}
}
} catch (exp) {
console.log(exp);
}
} catch (exp) {}
});

this.sendMessage({
Expand Down

0 comments on commit 570813b

Please sign in to comment.