@aeriajs/server 0.0.219 → 0.0.221
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/constants.d.ts +1 -0
- package/dist/constants.js +1 -0
- package/dist/constants.mjs +1 -0
- package/dist/init.d.ts +5 -0
- package/package.json +9 -9
package/dist/constants.d.ts
CHANGED
package/dist/constants.js
CHANGED
package/dist/constants.mjs
CHANGED
package/dist/init.d.ts
CHANGED
|
@@ -96,6 +96,11 @@ export declare const getToken: (request: GenericRequest, context: RouteContext)
|
|
|
96
96
|
readonly fetchItem: true;
|
|
97
97
|
};
|
|
98
98
|
};
|
|
99
|
+
readonly copyRedefinePasswordLink: {
|
|
100
|
+
readonly label: "copy_redefine_password_link";
|
|
101
|
+
readonly icon: "link";
|
|
102
|
+
readonly translate: true;
|
|
103
|
+
};
|
|
99
104
|
readonly copyActivationLink: {
|
|
100
105
|
readonly label: "copy_activation_link";
|
|
101
106
|
readonly icon: "link";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.221",
|
|
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.219",
|
|
37
|
+
"@aeriajs/builtins": "^0.0.219",
|
|
38
|
+
"@aeriajs/common": "^0.0.127",
|
|
39
|
+
"@aeriajs/entrypoint": "^0.0.130",
|
|
40
|
+
"@aeriajs/http": "^0.0.153",
|
|
41
|
+
"@aeriajs/node-http": "^0.0.153",
|
|
42
|
+
"@aeriajs/server": "^0.0.221",
|
|
43
|
+
"@aeriajs/types": "^0.0.109",
|
|
44
44
|
"mongodb": "^6.5.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|