c2-mongoose 2.1.174 → 2.1.175

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.
@@ -264,7 +264,7 @@ var SearchFlow = /** @class */ (function () {
264
264
  ], {
265
265
  collation: {
266
266
  locale: "pt",
267
- numericOrdering: true
267
+ // numericOrdering: true
268
268
  }
269
269
  }).session(options === null || options === void 0 ? void 0 : options.session)];
270
270
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-mongoose",
3
- "version": "2.1.174",
3
+ "version": "2.1.175",
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",
@@ -241,7 +241,7 @@ abstract class SearchFlow {
241
241
  ], {
242
242
  collation: {
243
243
  locale: "pt",
244
- numericOrdering: true
244
+ // numericOrdering: true
245
245
  }
246
246
  }).session(options?.session as ClientSession)
247
247