@intuitionrobotics/thunderstorm 1.0.1 → 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/thunderstorm",
3
- "version": "1.0.1",
3
+ "version": "2.0.1",
4
4
  "description": "Thunderstorm",
5
5
  "keywords": [
6
6
  "IR",
@@ -40,8 +40,8 @@
40
40
  "react-dom": "^18.0.0",
41
41
  "react-router-dom": "^5.1.2",
42
42
  "react-select": "^5.0.0",
43
- "@intuitionrobotics/firebase": "1.0.1",
44
- "@intuitionrobotics/ts-common": "1.0.1"
43
+ "@intuitionrobotics/firebase": "2.0.1",
44
+ "@intuitionrobotics/ts-common": "2.0.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@types/react": "^18.0.0"
@@ -58,7 +58,7 @@
58
58
  "@types/react-router-dom": "^5.1.3",
59
59
  "ts-node": "^9.1.1",
60
60
  "typescript": "^5.3.0",
61
- "@intuitionrobotics/testelot": "1.0.1"
61
+ "@intuitionrobotics/testelot": "2.0.1"
62
62
  },
63
63
  "typesVersions": {
64
64
  "*": {
@@ -1,4 +0,0 @@
1
- import { RouteResolver } from "../../../../modules/server/HttpServer.js";
2
- declare const _default: RouteResolver;
3
- export default _default;
4
- //# sourceMappingURL=_assert.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_assert.d.ts","sourceRoot":"","sources":["../../../../../../src/main/app-backend/api/v1/utils/version/_assert.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAC,aAAa,EAAC,MAAM,0CAA0C,CAAC;;AAEvE,wBAAkD"}
@@ -1,23 +0,0 @@
1
- /*
2
- * Thunderstorm is a full web app framework!
3
- *
4
- * Typescript & Express backend infrastructure that natively runs on firebase function
5
- * Typescript & React frontend infrastructure
6
- *
7
- * Copyright (C) 2020 Intuition Robotics
8
- *
9
- * Licensed under the Apache License, Version 2.0 (the "License");
10
- * you may not use this file except in compliance with the License.
11
- * You may obtain a copy of the License at
12
- *
13
- * http://www.apache.org/licenses/LICENSE-2.0
14
- *
15
- * Unless required by applicable law or agreed to in writing, software
16
- * distributed under the License is distributed on an "AS IS" BASIS,
17
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
- * See the License for the specific language governing permissions and
19
- * limitations under the License.
20
- */
21
- import { RouteResolver } from "../../../../modules/server/HttpServer.js";
22
- export default new RouteResolver(import.meta.url);
23
- //# sourceMappingURL=_assert.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_assert.js","sourceRoot":"","sources":["../../../../../../src/main/app-backend/api/v1/utils/version/_assert.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAC,aAAa,EAAC,MAAM,0CAA0C,CAAC;AAEvE,eAAe,IAAI,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC"}