mosquito-transport 1.5.2 → 1.5.3

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.
@@ -164,7 +164,7 @@ const extractDocField = async (d, commands, projectName, dbName, dbUrl) => {
164
164
 
165
165
  if (extraction) {
166
166
  const extractedResult = await Promise.all(
167
- foreignDoc.map(t => async () => {
167
+ foreignDoc.map(async t => {
168
168
  const { collection, direction, sort, limit, find, findOne } = t;
169
169
  const exFind = assignExtractionFind(d, find || findOne);
170
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mosquito-transport",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "MosquitoTransport is a powerful tool that helps persist and synchronize data between your MongoDB database and frontend applications",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",