adonis-mqrepository
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -300,2 +300,7 @@ 'use strict' | ||
lookupRecursive(fields = {}){ | ||
this.query.lookupRecursive(fields) | ||
return this | ||
} | ||
async fetchAggregate(){ | ||
@@ -302,0 +307,0 @@ return await this.query.fetchAggregate() |
{ | ||
"name": "adonis-mqrepository", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"private": false, | ||
"main": "./BaseRepository.js" | ||
} |
14094
397