pangea-server 1.0.52 → 1.0.53

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.
@@ -244,7 +244,7 @@ function getIncludeAndWhere(model, includeItems, config = {}, where, relDepth =
244
244
  includeOptions.push({
245
245
  model: relModel,
246
246
  as: relName,
247
- attributes: !config.withoutAttributes ? undefined : [],
247
+ // attributes: !config.withoutAttributes ? undefined : [],
248
248
  required: rel.required,
249
249
  paranoid: rel.paranoid,
250
250
  ...getIncludeAndWhere(relModel, nestedIncludeItems, config, relWhere, newRelDepth),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-server",
3
3
  "description": "",
4
- "version": "1.0.52",
4
+ "version": "1.0.53",
5
5
  "files": [
6
6
  "dist"
7
7
  ],