aloux-iam 0.0.125 → 0.0.126

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.
@@ -328,7 +328,7 @@ self.me = async (req, res) => {
328
328
  path: "_functions",
329
329
  populate: [{ path: "_permissions" }, { path: "_menus" }],
330
330
  },
331
- { path: "_business", match: { status: "Activo" } },
331
+ { path: "_business" },
332
332
  ])
333
333
  .select("-pwd -tokens")
334
334
  .lean();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aloux-iam",
3
- "version": "0.0.125",
3
+ "version": "0.0.126",
4
4
  "description": "Aloux IAM for APIs ",
5
5
  "main": "index.js",
6
6
  "scripts": {