@aeriajs/builtins 0.0.275 → 0.0.277
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.
|
@@ -112,12 +112,6 @@ const activate = async (payload, context) => {
|
|
|
112
112
|
},
|
|
113
113
|
});
|
|
114
114
|
}
|
|
115
|
-
// if( context.request.method === 'GET' ) {
|
|
116
|
-
// return context.response.writeHead(302, {
|
|
117
|
-
// location: '/user/activation',
|
|
118
|
-
// }).end()
|
|
119
|
-
// }
|
|
120
|
-
//
|
|
121
115
|
return types_1.Result.result({
|
|
122
116
|
userId: user._id,
|
|
123
117
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/builtins",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.277",
|
|
4
4
|
"description": "## Installation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"mongodb": "^6.17.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@aeriajs/common": "^0.0.
|
|
48
|
-
"@aeriajs/core": "^0.0.
|
|
49
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
50
|
-
"@aeriajs/types": "^0.0.
|
|
51
|
-
"@aeriajs/validation": "^0.0.
|
|
47
|
+
"@aeriajs/common": "^0.0.157",
|
|
48
|
+
"@aeriajs/core": "^0.0.277",
|
|
49
|
+
"@aeriajs/entrypoint": "^0.0.163",
|
|
50
|
+
"@aeriajs/types": "^0.0.135",
|
|
51
|
+
"@aeriajs/validation": "^0.0.178"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"test": "echo skipping",
|