@aeriajs/builtins 0.0.2 → 0.0.4

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.
@@ -67,6 +67,7 @@ const authenticate = async (props, context) => {
67
67
  const token = await (0, api_1.signToken)({
68
68
  _id: null,
69
69
  roles: ['root'],
70
+ userinfo: {},
70
71
  });
71
72
  return (0, common_1.right)({
72
73
  user: {
@@ -315,7 +315,8 @@ export var authenticate = function() {
315
315
  _id: null,
316
316
  roles: [
317
317
  "root"
318
- ]
318
+ ],
319
+ userinfo: {}
319
320
  })
320
321
  ];
321
322
  case 5:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriajs/builtins",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "## Installation",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -40,12 +40,12 @@
40
40
  "mongodb": "^6.1.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "@aeriajs/api": "^0.0.2",
44
- "@aeriajs/access-control": "^0.0.0",
45
- "@aeriajs/entrypoint": "^0.0.0",
46
- "@aeriajs/common": "^0.0.0",
43
+ "@aeriajs/api": "^0.0.4",
44
+ "@aeriajs/access-control": "^0.0.1",
45
+ "@aeriajs/entrypoint": "^0.0.1",
46
+ "@aeriajs/common": "^0.0.1",
47
47
  "@aeriajs/types": "^0.0.0",
48
- "@aeriajs/validation": "^0.0.2"
48
+ "@aeriajs/validation": "^0.0.3"
49
49
  },
50
50
  "scripts": {
51
51
  "test": "echo skipping",