@tsed/cli-plugin-mongoose
Advanced tools
Comparing version 4.6.5 to 4.6.6
@@ -6,10 +6,11 @@ // For a detailed explanation regarding each configuration property, visit: | ||
...require("@tsed/jest-config"), | ||
roots: ["<rootDir>/src", "<rootDir>/test"], | ||
coverageThreshold: { | ||
global: { | ||
statements: 0, | ||
branches: 0, | ||
functions: 0, | ||
lines: 0 | ||
statements: 63.9, | ||
branches: 22.72, | ||
functions: 33.33, | ||
lines: 63.9 | ||
} | ||
} | ||
}; |
{ | ||
"name": "@tsed/cli-plugin-mongoose", | ||
"version": "4.6.5", | ||
"version": "4.6.6", | ||
"description": "Ts.ED CLI plugin. Add Mongoose support", | ||
@@ -28,7 +28,7 @@ "source": "./src/index.ts", | ||
"devDependencies": { | ||
"@tsed/cli": "4.6.5", | ||
"@tsed/cli-core": "4.6.5", | ||
"@tsed/eslint": "4.6.5", | ||
"@tsed/jest-config": "4.6.5", | ||
"@tsed/typescript": "4.6.5", | ||
"@tsed/cli": "4.6.6", | ||
"@tsed/cli-core": "4.6.6", | ||
"@tsed/eslint": "4.6.6", | ||
"@tsed/jest-config": "4.6.6", | ||
"@tsed/typescript": "4.6.6", | ||
"cross-env": "7.0.3", | ||
@@ -35,0 +35,0 @@ "eslint": "8.22.0", |
393044
661