@tsed/mongoose 7.67.4 → 7.67.6
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/jest.config.js +4 -4
- package/package.json +13 -13
package/jest.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/mongoose",
|
|
3
|
-
"version": "7.67.
|
|
3
|
+
"version": "7.67.6",
|
|
4
4
|
"description": "Mongoose package for Ts.ED framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tsed",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "yarn barrels && yarn build:ts",
|
|
24
24
|
"barrels": "yarn barrelsby --delete -d ./src -e \"\\.spec\\.ts\" -e \"__mock__\" -e \".benchmark.ts\"",
|
|
25
|
-
"test": "
|
|
25
|
+
"test": "jest && jest-coverage-thresholds-bumper",
|
|
26
26
|
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
@@ -30,25 +30,25 @@
|
|
|
30
30
|
"tslib": "2.6.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@tsed/ajv": "7.67.
|
|
34
|
-
"@tsed/core": "7.67.
|
|
35
|
-
"@tsed/di": "7.67.
|
|
36
|
-
"@tsed/json-mapper": "7.67.
|
|
33
|
+
"@tsed/ajv": "7.67.6",
|
|
34
|
+
"@tsed/core": "7.67.6",
|
|
35
|
+
"@tsed/di": "7.67.6",
|
|
36
|
+
"@tsed/json-mapper": "7.67.6",
|
|
37
37
|
"@tsed/logger": ">=6.7.5",
|
|
38
|
-
"@tsed/schema": "7.67.
|
|
39
|
-
"@tsed/typescript": "7.67.
|
|
38
|
+
"@tsed/schema": "7.67.6",
|
|
39
|
+
"@tsed/typescript": "7.67.6",
|
|
40
40
|
"barrelsby": "^2.8.1",
|
|
41
41
|
"eslint": "^8.57.0",
|
|
42
42
|
"jest": "^29.7.0",
|
|
43
43
|
"mongoose": "6.12.7"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@tsed/ajv": "7.67.
|
|
47
|
-
"@tsed/core": "7.67.
|
|
48
|
-
"@tsed/di": "7.67.
|
|
49
|
-
"@tsed/json-mapper": "7.67.
|
|
46
|
+
"@tsed/ajv": "7.67.6",
|
|
47
|
+
"@tsed/core": "7.67.6",
|
|
48
|
+
"@tsed/di": "7.67.6",
|
|
49
|
+
"@tsed/json-mapper": "7.67.6",
|
|
50
50
|
"@tsed/logger": ">=6.7.5",
|
|
51
|
-
"@tsed/schema": "7.67.
|
|
51
|
+
"@tsed/schema": "7.67.6",
|
|
52
52
|
"mongoose": ">=6.0.0"
|
|
53
53
|
},
|
|
54
54
|
"repository": "https://github.com/tsedio/tsed",
|