@nestjs/schedule
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -43,3 +43,5 @@ "use strict"; | ||
]; | ||
instanceWrappers.forEach((wrapper) => { | ||
instanceWrappers | ||
.filter((wrapper) => wrapper.isDependencyTreeStatic()) | ||
.forEach((wrapper) => { | ||
const { instance } = wrapper; | ||
@@ -46,0 +48,0 @@ if (!instance || !Object.getPrototypeOf(instance)) { |
{ | ||
"name": "@nestjs/schedule", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)", | ||
@@ -25,29 +25,29 @@ "author": "Kamil Mysliwiec", | ||
"devDependencies": { | ||
"@commitlint/cli": "11.0.0", | ||
"@commitlint/config-angular": "11.0.0", | ||
"@nestjs/common": "7.6.5", | ||
"@nestjs/core": "7.6.5", | ||
"@nestjs/platform-express": "7.6.5", | ||
"@nestjs/testing": "7.6.5", | ||
"@commitlint/cli": "12.0.1", | ||
"@commitlint/config-angular": "12.0.1", | ||
"@nestjs/common": "7.6.13", | ||
"@nestjs/core": "7.6.13", | ||
"@nestjs/platform-express": "7.6.13", | ||
"@nestjs/testing": "7.6.13", | ||
"@types/cron": "1.7.2", | ||
"@types/jest": "26.0.20", | ||
"@types/node": "7.10.8", | ||
"@types/sinon": "9.0.10", | ||
"@types/node": "7.10.14", | ||
"@types/sinon": "9.0.11", | ||
"@types/uuid": "8.3.0", | ||
"@typescript-eslint/eslint-plugin": "4.14.0", | ||
"@typescript-eslint/parser": "4.14.0", | ||
"eslint": "7.18.0", | ||
"eslint-config-prettier": "7.2.0", | ||
"@typescript-eslint/eslint-plugin": "4.17.0", | ||
"@typescript-eslint/parser": "4.17.0", | ||
"eslint": "7.21.0", | ||
"eslint-config-prettier": "8.1.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"husky": "4.3.8", | ||
"husky": "5.1.3", | ||
"jest": "26.6.3", | ||
"lint-staged": "10.5.3", | ||
"lint-staged": "10.5.4", | ||
"prettier": "2.2.1", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "14.2.2", | ||
"release-it": "14.4.1", | ||
"rimraf": "3.0.2", | ||
"rxjs": "6.6.3", | ||
"sinon": "9.2.3", | ||
"ts-jest": "26.4.4", | ||
"typescript": "4.1.3" | ||
"rxjs": "6.6.6", | ||
"sinon": "9.2.4", | ||
"ts-jest": "26.5.3", | ||
"typescript": "4.2.3" | ||
}, | ||
@@ -54,0 +54,0 @@ "peerDependencies": { |
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
40794
735