@autofleet/sheilta 1.3.10-beta-2976e30e.0 → 1.3.10-beta.0

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.
@@ -131,6 +131,7 @@ const formatPayload = ({ order = [], page = utils_1.PAGE_DEFAULT, perPage = util
131
131
  order: [...order, DEFAULT_ORDER],
132
132
  associationModels,
133
133
  });
134
+ console.log('formattedOrders: ', formattedOrders);
134
135
  const [filteredFormattedOrder, filteredLiteralAttributes] = getAttributeFromOrder(formattedOrders, options);
135
136
  const allAttributes = [...filteredLiteralAttributes, ...(attributes || [])];
136
137
  const formattedAttribute = (attributes === null || attributes === void 0 ? void 0 : attributes.length) ? allAttributes : { include: allAttributes };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/sheilta",
3
- "version": "1.3.10-beta-2976e30e.0",
3
+ "version": "1.3.10-beta.0",
4
4
  "description": "manage cache",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",