@xuda.io/account_module 1.2.1985 → 1.2.1986

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.
Files changed (2) hide show
  1. package/index.mjs +5 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3260,6 +3260,11 @@ export const get_account_profiles = async function (req) {
3260
3260
  $regex: `(?i)${search}`,
3261
3261
  },
3262
3262
  },
3263
+ {
3264
+ _id: {
3265
+ $regex: `(?i)${search}`,
3266
+ },
3267
+ },
3263
3268
  ];
3264
3269
  }
3265
3270
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.1985",
3
+ "version": "1.2.1986",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {