c2-mongoose 2.1.173 → 2.1.174

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.
@@ -263,7 +263,7 @@ var SearchFlow = /** @class */ (function () {
263
263
  },
264
264
  ], {
265
265
  collation: {
266
- locale: "pt_BR",
266
+ locale: "pt",
267
267
  numericOrdering: true
268
268
  }
269
269
  }).session(options === null || options === void 0 ? void 0 : options.session)];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-mongoose",
3
- "version": "2.1.173",
3
+ "version": "2.1.174",
4
4
  "description": "Lib to make any search in database mongoose and use as basic crud",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -240,7 +240,7 @@ abstract class SearchFlow {
240
240
  },
241
241
  ], {
242
242
  collation: {
243
- locale: "pt_BR",
243
+ locale: "pt",
244
244
  numericOrdering: true
245
245
  }
246
246
  }).session(options?.session as ClientSession)