Skip to content

Commit

Permalink
v13.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jul 13, 2024
1 parent 50fef22 commit 4bd7007
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 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 demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Gleap.on("tool-execution", (tool) => {

Gleap.setTicketAttribute("notes", "This is a test value.");

Gleap.initialize("xAhpa8UoNkm7Z5jaYexM0yKA6XAZs3yx");
Gleap.initialize("itSm7G1k4MMOfIgZuCfOaJGQ08C5U6fK");
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export namespace Gleap {
value?: number | null;
companyId?: string | null;
companyName?: string | null;
sla?: number | null;
plan?: string | null;
customData?: object | null;
createdAt?: Date | null;
Expand All @@ -125,6 +126,7 @@ export namespace Gleap {
value?: number | null;
companyId?: string | null;
companyName?: string | null;
sla?: number | null;
plan?: string | null;
customData?: object | null;
}
Expand Down
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.7.9",
"version": "13.8.0",
"main": "build/cjs/index.js",
"module": "build/esm/index.mjs",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions published/13.8.0/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 4bd7007

Please sign in to comment.