@intuitionrobotics/bug-report 0.41.75 → 0.42.1
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.
|
@@ -29,14 +29,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
30
|
const backend_1 = require("@intuitionrobotics/thunderstorm/backend");
|
|
31
31
|
const _imports_1 = require("./_imports");
|
|
32
|
-
// import {AccountModule} from "@intuitionrobotics/user-account/backend";
|
|
33
32
|
class ServerApi_DownloadLogs extends backend_1.ServerApi_Post {
|
|
34
33
|
constructor() {
|
|
35
34
|
super("download-logs");
|
|
36
35
|
}
|
|
37
36
|
process(request, response, queryParams, body) {
|
|
38
37
|
return __awaiter(this, void 0, void 0, function* () {
|
|
39
|
-
// const email = await AccountModule.validateSession(request);
|
|
40
38
|
return _imports_1.AdminBRModule.downloadFiles(body);
|
|
41
39
|
});
|
|
42
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download.js","sourceRoot":"","sources":["../../../../../src/main/app-backend/api/v1/bug-reports/download.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;AAEH,qEAIiD;AACjD,yCAIoB;AAEpB,
|
|
1
|
+
{"version":3,"file":"download.js","sourceRoot":"","sources":["../../../../../src/main/app-backend/api/v1/bug-reports/download.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;AAEH,qEAIiD;AACjD,yCAIoB;AAEpB,MAAM,sBACL,SAAQ,wBAA2B;IAEnC;QACC,KAAK,CAAC,eAAe,CAAC,CAAC;IACxB,CAAC;IAEe,OAAO,CAAC,OAAuB,EAAE,QAAqB,EAAE,WAAe,EAAE,IAAW;;YACnG,OAAO,wBAAa,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;QAC1C,CAAC;KAAA;CACD;AAED,MAAM,CAAC,OAAO,GAAG,IAAI,sBAAsB,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intuitionrobotics/bug-report",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.1",
|
|
4
4
|
"description": "Bug Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"IR",
|
|
@@ -27,18 +27,17 @@
|
|
|
27
27
|
"build": "tsc"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@intuitionrobotics/ts-common": "~0.
|
|
31
|
-
"@intuitionrobotics/firebase": "~0.
|
|
32
|
-
"@intuitionrobotics/storm": "~0.
|
|
33
|
-
"@intuitionrobotics/testelot": "~0.
|
|
34
|
-
"@intuitionrobotics/thunderstorm": "~0.
|
|
35
|
-
"@intuitionrobotics/user-account": "~0.
|
|
36
|
-
"@intuitionrobotics/jira": "~0.
|
|
30
|
+
"@intuitionrobotics/ts-common": "~0.42.0",
|
|
31
|
+
"@intuitionrobotics/firebase": "~0.42.0",
|
|
32
|
+
"@intuitionrobotics/storm": "~0.42.0",
|
|
33
|
+
"@intuitionrobotics/testelot": "~0.42.0",
|
|
34
|
+
"@intuitionrobotics/thunderstorm": "~0.42.0",
|
|
35
|
+
"@intuitionrobotics/user-account": "~0.42.0",
|
|
36
|
+
"@intuitionrobotics/jira": "~0.42.0",
|
|
37
37
|
"express": "^4.16.4",
|
|
38
38
|
"firebase": "^9.9.1",
|
|
39
39
|
"firebase-admin": "^11.0.0",
|
|
40
40
|
"jszip": "^3.3.0",
|
|
41
|
-
"request": "^2.88.0",
|
|
42
41
|
"moment": "^2.24.0",
|
|
43
42
|
"use-strict": "^1.0.1"
|
|
44
43
|
},
|
|
@@ -48,7 +47,6 @@
|
|
|
48
47
|
"@types/history": "^4.7.2",
|
|
49
48
|
"@types/jszip": "^3.1.7",
|
|
50
49
|
"@types/react": "^16.8.7",
|
|
51
|
-
"@types/request": "^2.48.1",
|
|
52
50
|
"module-alias": "^2.2.0",
|
|
53
51
|
"react": "^16.0.0",
|
|
54
52
|
"ts-node": "^8.6.2",
|