pangea-server 1.0.19 → 1.0.20

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.
@@ -229,6 +229,7 @@ function getIncludeAndWhere(model, includeItems, where, relDepth = new Map(), pa
229
229
  as: relName,
230
230
  required: rel.required,
231
231
  paranoid: rel.paranoid,
232
+ subQuery: false,
232
233
  ...getIncludeAndWhere(relModel, nestedIncludeItems, relWhere, newRelDepth, relKey),
233
234
  });
234
235
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-server",
3
3
  "description": "",
4
- "version": "1.0.19",
4
+ "version": "1.0.20",
5
5
  "files": [
6
6
  "dist"
7
7
  ],