@aeriajs/core 0.0.298 → 0.0.300
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.
|
@@ -380,14 +380,10 @@ export const buildLookupPipeline = (refMap, options = {}) => {
|
|
|
380
380
|
if (memoize) {
|
|
381
381
|
lookupMemo[memoize] = finalPipeline;
|
|
382
382
|
}
|
|
383
|
-
console.log(inspect(finalPipeline, {
|
|
384
|
-
depth: null,
|
|
385
|
-
}));
|
|
386
383
|
return finalPipeline;
|
|
387
384
|
}
|
|
388
385
|
return pipeline;
|
|
389
386
|
};
|
|
390
|
-
import { inspect } from 'util';
|
|
391
387
|
export const getLookupPipeline = async (description, options) => {
|
|
392
388
|
const refMap = await getReferences(description.properties);
|
|
393
389
|
return buildLookupPipeline(refMap, options);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.300",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"aeriaMain": "tests/fixtures/aeriaMain.js",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"mongodb-memory-server": "^11.0.1"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@aeriajs/builtins": "^0.0.
|
|
44
|
-
"@aeriajs/common": "^0.0.
|
|
45
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
46
|
-
"@aeriajs/http": "^0.0.
|
|
47
|
-
"@aeriajs/security": "^0.0.
|
|
48
|
-
"@aeriajs/types": "^0.0.
|
|
49
|
-
"@aeriajs/validation": "^0.0.
|
|
43
|
+
"@aeriajs/builtins": "^0.0.300",
|
|
44
|
+
"@aeriajs/common": "^0.0.171",
|
|
45
|
+
"@aeriajs/entrypoint": "^0.0.179",
|
|
46
|
+
"@aeriajs/http": "^0.0.211",
|
|
47
|
+
"@aeriajs/security": "^0.0.300",
|
|
48
|
+
"@aeriajs/types": "^0.0.143",
|
|
49
|
+
"@aeriajs/validation": "^0.0.196"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"mongodb": "^7.1.0",
|