@casual-simulation/aux-vm 3.1.28 → 3.1.29-alpha.4800904780
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/auth/AuxAuth.d.ts +4 -0
- package/package.json +5 -5
package/auth/AuxAuth.d.ts
CHANGED
|
@@ -52,6 +52,10 @@ export interface LoginUIAddressStatus {
|
|
|
52
52
|
* Whether to show an error message that the phone number is invalid.
|
|
53
53
|
*/
|
|
54
54
|
showInvalidSmsError?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Whether to show an error message that the user was banned.
|
|
57
|
+
*/
|
|
58
|
+
showBannedUserError?: boolean;
|
|
55
59
|
/**
|
|
56
60
|
* The error code that ocurred.
|
|
57
61
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@casual-simulation/aux-vm",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.29-alpha.4800904780",
|
|
4
4
|
"description": "A set of abstractions required to securely run an AUX.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aux"
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"url": "https://github.com/casual-simulation/casualos/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@casual-simulation/aux-common": "^3.1.
|
|
43
|
-
"@casual-simulation/aux-records": "^3.1.
|
|
44
|
-
"@casual-simulation/causal-trees": "^3.1.
|
|
42
|
+
"@casual-simulation/aux-common": "^3.1.29-alpha.4800904780",
|
|
43
|
+
"@casual-simulation/aux-records": "^3.1.29-alpha.4800904780",
|
|
44
|
+
"@casual-simulation/causal-trees": "^3.1.29-alpha.4800904780",
|
|
45
45
|
"@casual-simulation/crypto": "^3.1.23",
|
|
46
46
|
"@casual-simulation/fast-json-stable-stringify": "^3.1.11",
|
|
47
47
|
"@casual-simulation/timesync": "^3.1.28",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"rxjs": "7.5.7",
|
|
54
54
|
"uuid": "^8.3.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "29ead97ae86877189d4f6e3aaa863135e6f8cd82"
|
|
57
57
|
}
|