@intuitionrobotics/bug-report 0.47.24 → 0.47.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@ class BugReportModule_Class extends ts_common_1.Module {
32
32
  };
33
33
  });
34
34
  this.saveFile = (bugReport, email) => __awaiter(this, void 0, void 0, function* () {
35
- var _b;
35
+ var _a;
36
36
  const _id = (0, ts_common_1.generateHex)(16);
37
37
  const logs = yield Promise.all(bugReport.reports.map(report => this.saveLog(report, _id)));
38
38
  const instance = {
@@ -42,7 +42,7 @@ class BugReportModule_Class extends ts_common_1.Module {
42
42
  reports: logs,
43
43
  _audit: (0, ts_common_1.auditBy)(email || "bug-report"),
44
44
  };
45
- if ((_b = this.config) === null || _b === void 0 ? void 0 : _b.bucket)
45
+ if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.bucket)
46
46
  instance.bucket = this.config.bucket;
47
47
  const tickets = yield Promise.all(this.ticketCreatorApis.map(api => api(bugReport, logs, email)));
48
48
  instance.tickets = (0, ts_common_1.filterInstances)(tickets);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/bug-report",
3
- "version": "0.47.24",
3
+ "version": "0.47.25",
4
4
  "description": "Bug Report",
5
5
  "keywords": [
6
6
  "IR",