@intuitionrobotics/user-account 0.42.63 → 0.42.65

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.
@@ -1,5 +1,4 @@
1
- import { AuditBy } from "@intuitionrobotics/ts-common";
2
- import { DB_Object } from "@intuitionrobotics/firebase";
1
+ import { AuditBy, DB_Object } from "@intuitionrobotics/ts-common";
3
2
  export * from "../../index";
4
3
  export declare type RequestBody_SamlAssertOptions = {
5
4
  request_body: {
@@ -1 +1 @@
1
- {"version":3,"file":"_imports.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/_imports.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAKH,8CAA4B"}
1
+ {"version":3,"file":"_imports.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/_imports.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAIH,8CAA4B"}
@@ -14,7 +14,7 @@ export declare class Component_Login extends React.Component<Props<Request_Login
14
14
  state: {
15
15
  data: Partial<Request_LoginAccount>;
16
16
  };
17
- render(): JSX.Element;
17
+ render(): React.JSX.Element;
18
18
  private onValueChanged;
19
19
  private loginClicked;
20
20
  }
@@ -10,7 +10,7 @@ export declare class Component_Register extends React.Component<Props<Request_Cr
10
10
  state: {
11
11
  data: Partial<Request_CreateAccount>;
12
12
  };
13
- render(): JSX.Element;
13
+ render(): React.JSX.Element;
14
14
  private onValueChanged;
15
15
  private registerClicked;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/user-account",
3
- "version": "0.42.63",
3
+ "version": "0.42.65",
4
4
  "description": "User Account",
5
5
  "keywords": [
6
6
  "IR",
@@ -30,28 +30,22 @@
30
30
  "build": "tsc"
31
31
  },
32
32
  "dependencies": {
33
+ "@intuitionrobotics/db-api-generator": "~0.42.0",
34
+ "@intuitionrobotics/firebase": "~0.42.0",
35
+ "@intuitionrobotics/thunderstorm": "~0.42.0",
33
36
  "@intuitionrobotics/ts-common": "~0.42.0",
34
- "@types/jws": "^3.2.4",
35
- "@types/saml2-js": "^3.0.0",
36
37
  "jws": "^4.0.0",
37
- "moment": "^2.24.0",
38
- "saml2-js": "^3.0.1",
39
- "xmlbuilder": "^15.1.1"
38
+ "moment": "^2.29.4",
39
+ "saml2-js": "^4.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@intuitionrobotics/db-api-generator": "~0.42.0",
43
- "@intuitionrobotics/firebase": "~0.42.0",
44
- "@intuitionrobotics/storm": "~0.42.0",
45
42
  "@intuitionrobotics/testelot": "~0.42.0",
46
- "@intuitionrobotics/thunderstorm": "~0.42.0",
47
43
  "@types/express": "^4.16.1",
48
- "@types/history": "^4.7.2",
49
44
  "@types/node": "^16.0.0",
50
45
  "@types/react": "^16.8.7",
46
+ "@types/jws": "^3.2.4",
47
+ "@types/saml2-js": "^3.0.0",
51
48
  "express": "^4.16.4",
52
- "firebase": "^9.9.1",
53
- "firebase-admin": "^11.0.0",
54
- "firebase-functions": "^3.22.0",
55
49
  "react": "^16.0.0",
56
50
  "ts-node": "^8.6.2",
57
51
  "tslint": "^5.16.0",