@aeriajs/server 0.0.230 → 0.0.232
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/dist/init.d.ts +2 -0
- package/package.json +9 -9
package/dist/init.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare const getToken: (request: GenericRequest, context: RouteContext)
|
|
|
28
28
|
readonly properties: {
|
|
29
29
|
readonly name: {
|
|
30
30
|
readonly type: "string";
|
|
31
|
+
readonly minLength: 1;
|
|
31
32
|
};
|
|
32
33
|
readonly given_name: {
|
|
33
34
|
readonly getter: (doc: object) => string | undefined;
|
|
@@ -49,6 +50,7 @@ export declare const getToken: (request: GenericRequest, context: RouteContext)
|
|
|
49
50
|
readonly email: {
|
|
50
51
|
readonly type: "string";
|
|
51
52
|
readonly inputType: "email";
|
|
53
|
+
readonly minLength: 3;
|
|
52
54
|
};
|
|
53
55
|
readonly password: {
|
|
54
56
|
readonly type: "string";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.232",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"mongodb": "^6.5.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@aeriajs/core": "^0.0.
|
|
37
|
-
"@aeriajs/builtins": "^0.0.
|
|
38
|
-
"@aeriajs/common": "^0.0.
|
|
39
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
40
|
-
"@aeriajs/http": "^0.0.
|
|
41
|
-
"@aeriajs/node-http": "^0.0.
|
|
42
|
-
"@aeriajs/server": "^0.0.
|
|
43
|
-
"@aeriajs/types": "^0.0.
|
|
36
|
+
"@aeriajs/core": "^0.0.230",
|
|
37
|
+
"@aeriajs/builtins": "^0.0.230",
|
|
38
|
+
"@aeriajs/common": "^0.0.131",
|
|
39
|
+
"@aeriajs/entrypoint": "^0.0.134",
|
|
40
|
+
"@aeriajs/http": "^0.0.158",
|
|
41
|
+
"@aeriajs/node-http": "^0.0.158",
|
|
42
|
+
"@aeriajs/server": "^0.0.232",
|
|
43
|
+
"@aeriajs/types": "^0.0.113",
|
|
44
44
|
"mongodb": "^6.5.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|