@geekbears/gb-mongoose-query-parser 1.3.6 → 1.3.7
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geekbears/gb-mongoose-query-parser",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"description": "Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, deep population, string template, type casting and many more...",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@types/chai": "^4.3.11",
|
|
36
36
|
"@types/lodash": "^4.14.202",
|
|
37
37
|
"@types/mocha": "^10.0.6",
|
|
38
|
-
"@types/node": "^20.
|
|
38
|
+
"@types/node": "^20.11.19",
|
|
39
39
|
"@types/qs": "^6.9.11",
|
|
40
40
|
"chai": "^4.4.0",
|
|
41
|
-
"mocha": "^10.
|
|
42
|
-
"prettier": "^3.
|
|
41
|
+
"mocha": "^10.3.0",
|
|
42
|
+
"prettier": "^3.2.5",
|
|
43
43
|
"rimraf": "^5.0.5",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"tslint": "^6.1.3",
|