@intuitionrobotics/bug-report 1.0.0 → 2.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/bug-report",
3
- "version": "1.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Bug Report",
5
5
  "keywords": [
6
6
  "IR",
@@ -32,12 +32,12 @@
32
32
  "jszip": "^3.3.0",
33
33
  "moment": "^2.29.4",
34
34
  "react": "^18.0.0",
35
- "@intuitionrobotics/ts-common": "1.0.0",
36
- "@intuitionrobotics/firebase": "1.0.0",
37
- "@intuitionrobotics/testelot": "1.0.0",
38
- "@intuitionrobotics/thunderstorm": "1.0.0",
39
- "@intuitionrobotics/user-account": "1.0.0",
40
- "@intuitionrobotics/jira": "1.0.0"
35
+ "@intuitionrobotics/ts-common": "2.0.1",
36
+ "@intuitionrobotics/firebase": "2.0.1",
37
+ "@intuitionrobotics/testelot": "2.0.1",
38
+ "@intuitionrobotics/thunderstorm": "2.0.1",
39
+ "@intuitionrobotics/user-account": "2.0.1",
40
+ "@intuitionrobotics/jira": "2.0.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/express": "^4.16.1",
@@ -95,6 +95,6 @@
95
95
  "sideEffects": false,
96
96
  "scripts": {
97
97
  "build": "tsc -b src/main/tsconfig.json",
98
- "lint": "eslint src/main"
98
+ "lint": "eslint src/main --cache --cache-location ../node_modules/.cache/eslint/bug-report"
99
99
  }
100
100
  }
@@ -1,4 +0,0 @@
1
- import { RouteResolver } from "@intuitionrobotics/thunderstorm/backend";
2
- declare const _default: RouteResolver;
3
- export default _default;
4
- //# sourceMappingURL=_bug-report.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_bug-report.d.ts","sourceRoot":"","sources":["../../../src/main/app-backend/api/_bug-report.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAC,MAAM,yCAAyC,CAAC;;AAEtE,wBAAkD"}
@@ -1,3 +0,0 @@
1
- import { RouteResolver } from "@intuitionrobotics/thunderstorm/backend";
2
- export default new RouteResolver(import.meta.url);
3
- //# sourceMappingURL=_bug-report.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_bug-report.js","sourceRoot":"","sources":["../../../src/main/app-backend/api/_bug-report.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAC,MAAM,yCAAyC,CAAC;AAEtE,eAAe,IAAI,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC"}