@intuitionrobotics/bug-report 0.42.74 → 0.42.76
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.
- package/app-backend/core/module-pack.d.ts +1 -1
- package/app-backend/core/module-pack.js +2 -2
- package/app-backend/core/module-pack.js.map +1 -1
- package/app-backend/modules/AdminBRModule.d.ts +1 -0
- package/app-backend/modules/AdminBRModule.js +1 -1
- package/app-backend/modules/AdminBRModule.js.map +1 -1
- package/app-backend/modules/BugReportModule.d.ts +1 -0
- package/app-backend/modules/BugReportModule.js +1 -1
- package/app-backend/modules/BugReportModule.js.map +1 -1
- package/app-backend/modules/JiraBugReportIntegrator.d.ts +1 -0
- package/app-backend/modules/JiraBugReportIntegrator.js +1 -1
- package/app-backend/modules/JiraBugReportIntegrator.js.map +1 -1
- package/app-backend/modules/SlackBugReportIntegrator.d.ts +1 -0
- package/app-backend/modules/SlackBugReportIntegrator.js +3 -3
- package/app-backend/modules/SlackBugReportIntegrator.js.map +1 -1
- package/app-frontend/modules/AdminBRModule.js +1 -1
- package/app-frontend/modules/AdminBRModule.js.map +1 -1
- package/app-frontend/modules/BugReportModule.js +1 -1
- package/app-frontend/modules/BugReportModule.js.map +1 -1
- package/package.json +2 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Backend_ModulePack_BugReport: (import("../modules/BugReportModule").BugReportModule_Class | import("../modules/AdminBRModule").AdminBRModule_Class | import("@intuitionrobotics/jira").JiraModule_Class | import("../modules/JiraBugReportIntegrator").JiraBugReportIntegrator_Class | import("@intuitionrobotics/
|
|
1
|
+
export declare const Backend_ModulePack_BugReport: (import("../modules/BugReportModule").BugReportModule_Class | import("../modules/AdminBRModule").AdminBRModule_Class | import("@intuitionrobotics/jira").JiraModule_Class | import("../modules/JiraBugReportIntegrator").JiraBugReportIntegrator_Class | import("@intuitionrobotics/thunderstorm/app-backend/modules/SlackModule").SlackModule_Class | import("../modules/SlackBugReportIntegrator").SlackBugReportIntegrator_Class)[];
|
|
@@ -24,13 +24,13 @@ const AdminBRModule_1 = require("../modules/AdminBRModule");
|
|
|
24
24
|
const JiraBugReportIntegrator_1 = require("../modules/JiraBugReportIntegrator");
|
|
25
25
|
const jira_1 = require("@intuitionrobotics/jira");
|
|
26
26
|
const SlackBugReportIntegrator_1 = require("../modules/SlackBugReportIntegrator");
|
|
27
|
-
const
|
|
27
|
+
const SlackModule_1 = require("@intuitionrobotics/thunderstorm/app-backend/modules/SlackModule");
|
|
28
28
|
exports.Backend_ModulePack_BugReport = [
|
|
29
29
|
BugReportModule_1.BugReportModule,
|
|
30
30
|
AdminBRModule_1.AdminBRModule,
|
|
31
31
|
JiraBugReportIntegrator_1.JiraBugReportIntegrator,
|
|
32
32
|
jira_1.JiraModule,
|
|
33
33
|
SlackBugReportIntegrator_1.SlackBugReportIntegrator,
|
|
34
|
-
|
|
34
|
+
SlackModule_1.SlackModule
|
|
35
35
|
];
|
|
36
36
|
//# sourceMappingURL=module-pack.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-pack.js","sourceRoot":"","sources":["../../../src/main/app-backend/core/module-pack.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,gEAA2D;AAC3D,4DAAuD;AACvD,gFAA2E;AAC3E,kDAAmD;AACnD,kFAA6E;AAC7E,
|
|
1
|
+
{"version":3,"file":"module-pack.js","sourceRoot":"","sources":["../../../src/main/app-backend/core/module-pack.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,gEAA2D;AAC3D,4DAAuD;AACvD,gFAA2E;AAC3E,kDAAmD;AACnD,kFAA6E;AAC7E,iGAA4F;AAG/E,QAAA,4BAA4B,GAAG;IAC3C,iCAAe;IACf,6BAAa;IACb,iDAAuB;IACvB,iBAAU;IACV,mDAAwB;IACxB,yBAAW;CACX,CAAC"}
|
|
@@ -32,7 +32,7 @@ const ts_common_1 = require("@intuitionrobotics/ts-common");
|
|
|
32
32
|
const backend_1 = require("@intuitionrobotics/firebase/backend");
|
|
33
33
|
class AdminBRModule_Class extends ts_common_1.Module {
|
|
34
34
|
constructor() {
|
|
35
|
-
super(
|
|
35
|
+
super("AdminBRModule");
|
|
36
36
|
this.getFilesFirebase = () => __awaiter(this, void 0, void 0, function* () { return this.bugReport.getAll(); });
|
|
37
37
|
this.downloadFiles = (path) => __awaiter(this, void 0, void 0, function* () {
|
|
38
38
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdminBRModule.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/AdminBRModule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAAoD;AAMpD,iEAI6C;AAO7C,MAAa,mBACZ,SAAQ,kBAAc;
|
|
1
|
+
{"version":3,"file":"AdminBRModule.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/AdminBRModule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAAoD;AAMpD,iEAI6C;AAO7C,MAAa,mBACZ,SAAQ,kBAAc;IAEtB;QACC,KAAK,CAAC,eAAe,CAAC,CAAC;QAaxB,qBAAgB,GAAG,GAAS,EAAE,gDAAC,OAAA,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE,CAAA,GAAA,CAAC;QAEvD,kBAAa,GAAG,CAAO,IAAW,EAAE,EAAE;;YACrC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,iBAAiB,OAAC,IAAI,CAAC,MAAM,0CAAE,MAAM,CAAC,CAAC;YACzE,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;YAC7C,OAAO,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;QACvC,CAAC,CAAA,CAAA;IAlBD,CAAC;IAKS,IAAI;QACb,MAAM,SAAS,GAAG,wBAAc,CAAC,kBAAkB,EAAE,CAAC;QACtD,MAAM,SAAS,GAAG,SAAS,CAAC,YAAY,EAAE,CAAC;QAC3C,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,aAAa,CAAe,YAAY,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;QAC9E,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;IACvC,CAAC;CASD;AAxBD,kDAwBC;AAEY,QAAA,aAAa,GAAG,IAAI,mBAAmB,EAAE,CAAC"}
|
|
@@ -10,6 +10,7 @@ declare type Config = {
|
|
|
10
10
|
};
|
|
11
11
|
declare type TicketCreatorApi = (bugReport: Request_BugReport, logs: ReportLogFile[], email?: string) => Promise<TicketDetails | undefined>;
|
|
12
12
|
export declare class BugReportModule_Class extends Module<Config> {
|
|
13
|
+
constructor();
|
|
13
14
|
private bugReport;
|
|
14
15
|
private storage;
|
|
15
16
|
private ticketCreatorApis;
|
|
@@ -33,7 +33,7 @@ const backend_1 = require("@intuitionrobotics/firebase/backend");
|
|
|
33
33
|
const JSZip = require("jszip");
|
|
34
34
|
class BugReportModule_Class extends ts_common_1.Module {
|
|
35
35
|
constructor() {
|
|
36
|
-
super(
|
|
36
|
+
super("BugReportModule");
|
|
37
37
|
this.ticketCreatorApis = [];
|
|
38
38
|
this.saveLog = (report, id) => __awaiter(this, void 0, void 0, function* () {
|
|
39
39
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BugReportModule.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/BugReportModule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAOsC;AAEtC,iEAI6C;AAS7C,+BAA+B;AAY/B,MAAa,qBACZ,SAAQ,kBAAc;
|
|
1
|
+
{"version":3,"file":"BugReportModule.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/BugReportModule.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,7 @@ declare type Config = {
|
|
|
8
8
|
label: LabelType;
|
|
9
9
|
};
|
|
10
10
|
export declare class JiraBugReportIntegrator_Class extends Module<Config> {
|
|
11
|
+
constructor();
|
|
11
12
|
setIssueTitleProcessor(parser: (name: string) => string): void;
|
|
12
13
|
private parser;
|
|
13
14
|
openTicket: (bugReport: Request_BugReport, logs: ReportLogFile[], reporter?: string | undefined) => Promise<TicketDetails | undefined>;
|
|
@@ -33,7 +33,7 @@ const jira_1 = require("@intuitionrobotics/jira");
|
|
|
33
33
|
const __1 = require("../..");
|
|
34
34
|
class JiraBugReportIntegrator_Class extends ts_common_1.Module {
|
|
35
35
|
constructor() {
|
|
36
|
-
super(
|
|
36
|
+
super("JiraBugReportIntegrator");
|
|
37
37
|
this.parser = (name) => `Bug: ${name}`;
|
|
38
38
|
this.openTicket = (bugReport, logs, reporter) => __awaiter(this, void 0, void 0, function* () {
|
|
39
39
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JiraBugReportIntegrator.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/JiraBugReportIntegrator.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAGsC;AACtC,kDAMiC;AACjC,6BAIe;AASf,MAAa,6BACZ,SAAQ,kBAAc;
|
|
1
|
+
{"version":3,"file":"JiraBugReportIntegrator.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/JiraBugReportIntegrator.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAGsC;AACtC,kDAMiC;AACjC,6BAIe;AASf,MAAa,6BACZ,SAAQ,kBAAc;IAEtB;QACC,KAAK,CAAC,yBAAyB,CAAC,CAAC;QAO1B,WAAM,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,QAAQ,IAAI,EAAE,CAAC;QAElD,eAAU,GAAG,CAAO,SAA4B,EAAE,IAAqB,EAAE,QAAiB,EAAsC,EAAE;;YACjI,IAAI,SAAS,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,QAAQ,CAAC,iBAAa,CAAC;gBACtE,OAAO;YAER,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW;gBAC3B,MAAM,IAAI,0CAA8B,CAAC,mDAAmD,CAAC,CAAC;YAE/F,MAAM,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,KAAsB,EAAE,GAAkB,EAAE,CAAS,EAAE,EAAE;gBACzF,KAAK,CAAC,IAAI,CAAC,EAAC,IAAI,EAAE,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,wBAAwB,GAAG,CAAC,GAAG,GAAG,EAAC,CAAC,CAAC;gBACvE,OAAO,KAAK,CAAC;YACd,CAAC,EAAE,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC;YAE5B,IAAI,QAAQ;gBACX,WAAW,CAAC,IAAI,CAAC,iBAAiB,GAAG,QAAQ,CAAC,CAAC;YAEhD,MAAM,KAAK,GAAG,MAAM,iBAAU,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,WAAW,QAC3F,IAAI,CAAC,MAAM,CAAC,KAAK,0CAAE,KAAK,CAAC,CAAC;YACtE,OAAO,EAAC,QAAQ,EAAE,iBAAa,EAAE,OAAO,EAAE,KAAK,CAAC,GAAG,EAAC,CAAC;QACtD,CAAC,CAAA,CAAC;IA1BF,CAAC;IAED,sBAAsB,CAAC,MAAgC;QACtD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACtB,CAAC;CAuBD;AAhCD,sEAgCC;AAEY,QAAA,uBAAuB,GAAG,IAAI,6BAA6B,EAAE,CAAC"}
|
|
@@ -5,6 +5,7 @@ declare type Config = {
|
|
|
5
5
|
channel: string;
|
|
6
6
|
};
|
|
7
7
|
export declare class SlackBugReportIntegrator_Class extends Module<Config> {
|
|
8
|
+
constructor();
|
|
8
9
|
openTicket: (bugReport: Request_BugReport, logs: ReportLogFile[], reporter?: string | undefined) => Promise<TicketDetails | undefined>;
|
|
9
10
|
}
|
|
10
11
|
export declare const SlackBugReportIntegrator: SlackBugReportIntegrator_Class;
|
|
@@ -30,10 +30,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
30
30
|
exports.SlackBugReportIntegrator = exports.SlackBugReportIntegrator_Class = void 0;
|
|
31
31
|
const ts_common_1 = require("@intuitionrobotics/ts-common");
|
|
32
32
|
const __1 = require("../..");
|
|
33
|
-
const
|
|
33
|
+
const SlackModule_1 = require("@intuitionrobotics/thunderstorm//app-backend/modules/SlackModule");
|
|
34
34
|
class SlackBugReportIntegrator_Class extends ts_common_1.Module {
|
|
35
35
|
constructor() {
|
|
36
|
-
super(
|
|
36
|
+
super("SlackBugReportIntegrator");
|
|
37
37
|
this.openTicket = (bugReport, logs, reporter) => __awaiter(this, void 0, void 0, function* () {
|
|
38
38
|
if (bugReport.platforms && !bugReport.platforms.includes(__1.Platform_Slack))
|
|
39
39
|
return;
|
|
@@ -48,7 +48,7 @@ class SlackBugReportIntegrator_Class extends ts_common_1.Module {
|
|
|
48
48
|
text: description,
|
|
49
49
|
channel: this.config.channel
|
|
50
50
|
};
|
|
51
|
-
yield
|
|
51
|
+
yield SlackModule_1.SlackModule.postMessage(slackMessage);
|
|
52
52
|
return { platform: __1.Platform_Slack, issueId: ts_common_1.generateHex(32) };
|
|
53
53
|
});
|
|
54
54
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlackBugReportIntegrator.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/SlackBugReportIntegrator.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAIsC;AACtC,6BAIe;AAEf,
|
|
1
|
+
{"version":3,"file":"SlackBugReportIntegrator.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/SlackBugReportIntegrator.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAIsC;AACtC,6BAIe;AAEf,kGAA6F;AAM7F,MAAa,8BACZ,SAAQ,kBAAc;IAEtB;QACC,KAAK,CAAC,0BAA0B,CAAC,CAAC;QAGnC,eAAU,GAAG,CAAO,SAA4B,EAAE,IAAqB,EAAE,QAAiB,EAAsC,EAAE;YACjI,IAAG,SAAS,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,QAAQ,CAAC,kBAAc,CAAC;gBACtE,OAAO;YAER,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO;gBACvB,MAAM,IAAI,0CAA8B,CAAC,oDAAoD,CAAC,CAAC;YAEhG,IAAI,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC,KAAa,EAAE,GAAkB,EAAE,CAAS,EAAE,EAAE;gBAC9E,OAAO,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,wBAAwB,CAAC,IAAI,CAAC;YACjE,CAAC,EAAE,SAAS,CAAC,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC,WAAW,CAAC,CAAC;YAErD,IAAI,QAAQ;gBACX,WAAW,IAAI,iBAAiB,GAAG,QAAQ,CAAC;YAE7C,MAAM,YAAY,GAAG;gBACpB,IAAI,EAAE,WAAW;gBACjB,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,OAAO;aAC5B,CAAC;YACF,MAAM,yBAAW,CAAC,WAAW,CAAC,YAAY,CAAC,CAAA;YAC3C,OAAO,EAAC,QAAQ,EAAE,kBAAc,EAAE,OAAO,EAAE,uBAAW,CAAC,EAAE,CAAC,EAAC,CAAC;QAC7D,CAAC,CAAA,CAAC;IAtBF,CAAC;CAuBD;AA5BD,wEA4BC;AAEY,QAAA,wBAAwB,GAAG,IAAI,8BAA8B,EAAE,CAAC"}
|
|
@@ -35,7 +35,7 @@ exports.RequestKey_GetLog = "GetLog";
|
|
|
35
35
|
exports.RequestKey_PostPath = "PostPath";
|
|
36
36
|
class AdminBRModule_Class extends ts_common_1.Module {
|
|
37
37
|
constructor() {
|
|
38
|
-
super();
|
|
38
|
+
super("AdminBRModule");
|
|
39
39
|
this.logs = [];
|
|
40
40
|
this.retrieveLogs = () => {
|
|
41
41
|
this.logInfo("getting logs from firestore...");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdminBRModule.js","sourceRoot":"","sources":["../../../src/main/app-frontend/modules/AdminBRModule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAAoD;AACpD,uEAAuE;AACvE,kEAA2D;AAS9C,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,mBAAmB,GAAG,UAAU,CAAC;AAE9C,MAAa,mBACZ,SAAQ,kBAAM;IAEd;QACC,KAAK,
|
|
1
|
+
{"version":3,"file":"AdminBRModule.js","sourceRoot":"","sources":["../../../src/main/app-frontend/modules/AdminBRModule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,4DAAoD;AACpD,uEAAuE;AACvE,kEAA2D;AAS9C,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,mBAAmB,GAAG,UAAU,CAAC;AAE9C,MAAa,mBACZ,SAAQ,kBAAM;IAEd;QACC,KAAK,CAAC,eAAe,CAAC,CAAC;QAGhB,SAAI,GAAmB,EAAE,CAAC;QAE3B,iBAAY,GAAG,GAAG,EAAE;YAC1B,IAAI,CAAC,OAAO,CAAC,gCAAgC,CAAC,CAAC;YAC/C,wBAAa;iBACX,aAAa,CAAY,yBAAU,CAAC,GAAG,EAAE,yBAAiB,CAAC;iBAC3D,cAAc,CAAC,0BAA0B,CAAC;iBAC1C,UAAU,CAAC,wCAAwC,CAAC;iBACpD,OAAO,CAAC,CAAM,QAAQ,EAAC,EAAE;gBACzB,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAA;YACrB,CAAC,CAAA,CAAC,CAAC;YAEJ,IAAI,CAAC,OAAO,CAAC,+DAA+D,CAAC,CAAC;QAC/E,CAAC,CAAC;QAEK,iBAAY,GAAG,CAAC,IAAY,EAAE,EAAE;YACtC,IAAI,CAAC,OAAO,CAAC,sCAAsC,CAAC,CAAC;YACrD,MAAM,UAAU,GAAU,EAAC,IAAI,EAAE,IAAI,EAAC,CAAC;YACvC,wBAAa;iBACX,aAAa,CAAc,yBAAU,CAAC,IAAI,EAAE,2BAAmB,CAAC;iBAChE,WAAW,CAAC,UAAU,CAAC;iBACvB,cAAc,CAAC,+BAA+B,CAAC;iBAC/C,UAAU,CAAC,wCAAwC,CAAC;iBACpD,OAAO,EAAE,CAAC;QACb,CAAC,CAAC;QAEK,sBAAiB,GAAG,CAAC,OAAwB,EAAE,EAAE;YACvD,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAA;QAC1D,CAAC,CAAA;QAEM,YAAO,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,IAAI,CAAA;IAhChC,CAAC;CAiCD;AAtCD,kDAsCC;AAEY,QAAA,aAAa,GAAG,IAAI,mBAAmB,EAAE,CAAC"}
|
|
@@ -27,7 +27,7 @@ const Dialog_JiraOpened_1 = require("../ui/Dialog_JiraOpened");
|
|
|
27
27
|
exports.RequestKey_BugReportApi = "BugReport";
|
|
28
28
|
class BugReportModule_Class extends ts_common_1.Module {
|
|
29
29
|
constructor() {
|
|
30
|
-
super();
|
|
30
|
+
super("BugReportModule");
|
|
31
31
|
this.reports = [];
|
|
32
32
|
this.sendBugReport = (subject, description, platforms) => {
|
|
33
33
|
const body = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BugReportModule.js","sourceRoot":"","sources":["../../../src/main/app-frontend/modules/BugReportModule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,4DAOsC;AACtC,uEAAuE;AACvE,kEAA2D;AAC3D,0CAI0B;AAC1B,+DAA0D;AAE7C,QAAA,uBAAuB,GAAG,WAAW,CAAC;AAEnD,MAAa,qBACZ,SAAQ,kBAAM;IAId;QACC,KAAK,
|
|
1
|
+
{"version":3,"file":"BugReportModule.js","sourceRoot":"","sources":["../../../src/main/app-frontend/modules/BugReportModule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,4DAOsC;AACtC,uEAAuE;AACvE,kEAA2D;AAC3D,0CAI0B;AAC1B,+DAA0D;AAE7C,QAAA,uBAAuB,GAAG,WAAW,CAAC;AAEnD,MAAa,qBACZ,SAAQ,kBAAM;IAId;QACC,KAAK,CAAC,iBAAiB,CAAC,CAAC;QAHT,YAAO,GAA0B,EAAE,CAAC;QAarD,kBAAa,GAAG,CAAC,OAAe,EAAE,WAAmB,EAAE,SAAoB,EAAE,EAAE;YAC9E,MAAM,IAAI,GAAsB;gBAC/B,OAAO;gBACP,WAAW;gBACX,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAC,GAAG,EAAE,MAAM,CAAC,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,EAAC,CAAC,CAAC;gBAC/E,SAAS;aACT,CAAC;YAEF,wBAAa;iBACX,aAAa,CAAe,yBAAU,CAAC,IAAI,EAAE,+BAAuB,CAAC;iBACrE,WAAW,CAAC,IAAI,CAAC;iBACjB,cAAc,CAAC,wBAAwB,CAAC;iBACxC,UAAU,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAAC;iBAC9D,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;gBACrB,MAAM,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,QAAQ,KAAK,mBAAa,CAAC,CAAC;gBAC9E,IAAG,UAAU;oBACZ,qCAAiB,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAA;YAC5C,CAAC,CAAC,CAAC;QACL,CAAC,CAAC;QA3BD,0BAAc,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,+BAAmB,CAAC,SAAS,CAAC,CAAC,CAAC;QACjE,0BAAc,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,+BAAmB,CAAC,MAAM,CAAC;aAC1D,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC,2BAAe,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,2BAAe,CAAC,OAAO,CAAC,oBAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACjG,CAAC;IAES,IAAI;QACb,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC,oBAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;CAqBD;AAnCD,sDAmCC;AAEY,QAAA,eAAe,GAAG,IAAI,qBAAqB,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intuitionrobotics/bug-report",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.76",
|
|
4
4
|
"description": "Bug Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"IR",
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@intuitionrobotics/ts-common": "~0.42.0",
|
|
31
31
|
"@intuitionrobotics/firebase": "~0.42.0",
|
|
32
|
-
"@intuitionrobotics/storm": "~0.42.0",
|
|
33
32
|
"@intuitionrobotics/testelot": "~0.42.0",
|
|
34
33
|
"@intuitionrobotics/thunderstorm": "~0.42.0",
|
|
35
34
|
"@intuitionrobotics/user-account": "~0.42.0",
|
|
@@ -37,14 +36,13 @@
|
|
|
37
36
|
"express": "^4.16.4",
|
|
38
37
|
"jszip": "^3.3.0",
|
|
39
38
|
"moment": "^2.29.4",
|
|
40
|
-
"
|
|
39
|
+
"react": "^16.0.0"
|
|
41
40
|
},
|
|
42
41
|
"devDependencies": {
|
|
43
42
|
"@types/express": "^4.16.1",
|
|
44
43
|
"@types/react": "^16.8.7",
|
|
45
44
|
"@types/node": "^16.0.0",
|
|
46
45
|
"module-alias": "^2.2.0",
|
|
47
|
-
"react": "^16.0.0",
|
|
48
46
|
"ts-node": "^8.6.2",
|
|
49
47
|
"tslint": "^5.16.0",
|
|
50
48
|
"typescript": "~4.1.0"
|