@nestjs/schedule
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "@nestjs/schedule", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)", | ||
@@ -25,33 +25,33 @@ "author": "Kamil Mysliwiec", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.0", | ||
"@commitlint/config-angular": "17.0.0", | ||
"@nestjs/common": "8.4.4", | ||
"@nestjs/core": "8.4.4", | ||
"@nestjs/platform-express": "8.4.5", | ||
"@nestjs/testing": "8.4.5", | ||
"@commitlint/cli": "17.0.3", | ||
"@commitlint/config-angular": "17.0.3", | ||
"@nestjs/common": "9.0.1", | ||
"@nestjs/core": "9.0.1", | ||
"@nestjs/platform-express": "9.0.1", | ||
"@nestjs/testing": "9.0.1", | ||
"@types/cron": "2.0.0", | ||
"@types/jest": "27.5.1", | ||
"@types/jest": "28.1.4", | ||
"@types/node": "17.0.35", | ||
"@types/sinon": "10.0.11", | ||
"@types/sinon": "10.0.12", | ||
"@types/uuid": "8.3.4", | ||
"@typescript-eslint/eslint-plugin": "5.25.0", | ||
"@typescript-eslint/parser": "5.25.0", | ||
"eslint": "8.15.0", | ||
"@typescript-eslint/eslint-plugin": "5.30.5", | ||
"@typescript-eslint/parser": "5.30.5", | ||
"eslint": "8.19.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"husky": "8.0.1", | ||
"jest": "28.1.0", | ||
"lint-staged": "12.4.1", | ||
"prettier": "2.6.2", | ||
"jest": "28.1.2", | ||
"lint-staged": "13.0.3", | ||
"prettier": "2.7.1", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "15.0.0", | ||
"release-it": "15.1.1", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.5.5", | ||
"sinon": "14.0.0", | ||
"ts-jest": "28.0.2", | ||
"typescript": "4.6.4" | ||
"ts-jest": "28.0.5", | ||
"typescript": "4.7.4" | ||
}, | ||
"peerDependencies": { | ||
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0", | ||
"@nestjs/core": "^7.0.0 || ^8.0.0", | ||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0", | ||
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0", | ||
"reflect-metadata": "^0.1.12" | ||
@@ -58,0 +58,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
46302