nodester 0.4.5 → 0.4.6

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.
@@ -403,7 +403,7 @@ function _traverseIncludedOrders(resultQuery, rootModel) {
403
403
 
404
404
  const { association } = include;
405
405
  const {
406
- // associatedModel,
406
+ associatedModel,
407
407
  associationType
408
408
  } = getModelAssociationProps(rootModel.associations[association]);
409
409
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodester",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "A versatile REST framework for Node.js",
5
5
  "directories": {
6
6
  "docs": "docs",