@nestjs/schematics
Advanced tools
Comparing version 6.9.3 to 6.9.4
@@ -15,3 +15,3 @@ { | ||
"start:prod": "node dist/main", | ||
"lint": "eslint '{src,apps,libs,test}/**/*.ts' --fix", | ||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", | ||
"test": "jest", | ||
@@ -36,3 +36,3 @@ "test:watch": "jest --watch", | ||
"@types/express": "^4.17.2", | ||
"@types/jest": "25.1.1", | ||
"@types/jest": "25.1.2", | ||
"@types/node": "^13.1.6", | ||
@@ -48,3 +48,3 @@ "@types/supertest": "^2.0.8", | ||
"supertest": "^4.0.2", | ||
"ts-jest": "25.1.0", | ||
"ts-jest": "25.2.0", | ||
"ts-loader": "^6.2.1", | ||
@@ -51,0 +51,0 @@ "ts-node": "^8.6.0", |
{ | ||
"name": "@nestjs/schematics", | ||
"version": "6.9.3", | ||
"version": "6.9.4", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)", | ||
@@ -51,6 +51,6 @@ "main": "dist/index.js", | ||
"@types/fs-extra": "8.0.1", | ||
"@types/jest": "25.1.1", | ||
"@types/jest": "25.1.2", | ||
"@types/node": "12.12.21", | ||
"@typescript-eslint/eslint-plugin": "2.18.0", | ||
"@typescript-eslint/parser": "2.18.0", | ||
"@typescript-eslint/eslint-plugin": "2.19.2", | ||
"@typescript-eslint/parser": "2.19.2", | ||
"cpx": "1.5.0", | ||
@@ -62,7 +62,7 @@ "eslint": "6.8.0", | ||
"gulp-clean": "0.4.0", | ||
"husky": "4.2.1", | ||
"husky": "4.2.3", | ||
"jest": "25.1.0", | ||
"nyc": "15.0.0", | ||
"release-it": "^12.4.3", | ||
"ts-jest": "25.1.0", | ||
"ts-jest": "25.2.0", | ||
"ts-node": "8.6.2", | ||
@@ -69,0 +69,0 @@ "typescript": "3.7.5" |
@@ -5,3 +5,3 @@ <p align="center"> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <a href="https://angular.io" target="blank">Angular</a>.</p> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p> | ||
<p align="center"> | ||
@@ -8,0 +8,0 @@ <a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/schematics.svg" alt="NPM Version" /></a> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152261