nestjs-hot-shots
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "nestjs-hot-shots", | ||
"description": "Hot-shots Module for Nest.js Framework", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"scripts": { | ||
"build": "rimraf -rf dist && tsc -p tsconfig.json", | ||
"prepublish:npm": "npm run build", | ||
"publish:npm": "npm publish --access public", | ||
"publish:npm": "release-it", | ||
"prepublish:dev": "npm run build", | ||
@@ -14,3 +14,3 @@ "publish:dev": "npm publish --access public --tag dev", | ||
"lint": "eslint --ignore-path .gitignore {integration,src}/**/*.ts", | ||
"release": "release-it" | ||
"test": "echo test" | ||
}, | ||
@@ -43,12 +43,12 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "15.0.0", | ||
"@commitlint/config-angular": "15.0.0", | ||
"@favware/npm-deprecate": "^1.0.4", | ||
"@nestjs/common": "8.2.3", | ||
"@nestjs/core": "8.2.3", | ||
"@types/node": "16.11.12", | ||
"@typescript-eslint/eslint-plugin": "4.33.0", | ||
"@typescript-eslint/parser": "4.33.0", | ||
"@commitlint/cli": "16.1.0", | ||
"@commitlint/config-angular": "16.0.0", | ||
"@favware/npm-deprecate": "1.0.4", | ||
"@nestjs/common": "8.2.6", | ||
"@nestjs/core": "8.2.6", | ||
"@types/node": "17.0.13", | ||
"@typescript-eslint/eslint-plugin": "5.10.1", | ||
"@typescript-eslint/parser": "5.10.1", | ||
"hot-shots": "9.0.0", | ||
"eslint": "7.32.0", | ||
"eslint": "8.8.0", | ||
"eslint-config-prettier": "8.3.0", | ||
@@ -59,6 +59,6 @@ "eslint-plugin-prettier": "4.0.0", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "^14.11.8", | ||
"release-it": "14.12.4", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.4.0", | ||
"typescript": "4.5.2" | ||
"rxjs": "7.5.2", | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -73,5 +73,5 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">=16.6.0", | ||
"node": ">= 10.13.0", | ||
"npm": ">=7.0.0" | ||
} | ||
} |
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
11446