aloux-iam 0.0.114 → 0.0.116

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.
@@ -320,7 +320,7 @@ self.me = async (req, res) => {
320
320
  path: "_functions",
321
321
  populate: [{ path: "_permissions" }, { path: "_menus" }],
322
322
  },
323
- { path: "_business" },
323
+ { path: "_business", match: { status: "Activo" } },
324
324
  ])
325
325
  .select("-pwd -tokens")
326
326
  .lean();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aloux-iam",
3
- "version": "0.0.114",
3
+ "version": "0.0.116",
4
4
  "description": "Aloux IAM for APIs ",
5
5
  "main": "index.js",
6
6
  "scripts": {