@nestjs/passport
Advanced tools
Comparing version 8.0.1 to 8.1.0
@@ -13,11 +13,9 @@ ## PR Checklist | ||
<!-- Please check the one that applies to this PR using "x". --> | ||
``` | ||
[ ] Bugfix | ||
[ ] Feature | ||
[ ] Code style update (formatting, local variables) | ||
[ ] Refactoring (no functional changes, no api changes) | ||
[ ] Build related changes | ||
[ ] CI related changes | ||
[ ] Other... Please describe: | ||
``` | ||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Refactoring (no functional changes, no api changes) | ||
- [ ] Build related changes | ||
- [ ] CI related changes | ||
- [ ] Other... Please describe: | ||
@@ -34,6 +32,4 @@ ## What is the current behavior? | ||
## Does this PR introduce a breaking change? | ||
``` | ||
[ ] Yes | ||
[ ] No | ||
``` | ||
- [ ] Yes | ||
- [ ] No | ||
@@ -43,2 +39,2 @@ <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> | ||
## Other information | ||
## Other information |
{ | ||
"name": "@nestjs/passport", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@passport)", | ||
@@ -19,24 +19,24 @@ "author": "Kamil Mysliwiec", | ||
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0", | ||
"passport": "^0.4.0" | ||
"passport": "^0.4.0 || ^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "13.1.0", | ||
"@commitlint/config-angular": "13.1.0", | ||
"@nestjs/common": "8.0.5", | ||
"@types/node": "14.17.7", | ||
"@commitlint/cli": "16.0.2", | ||
"@commitlint/config-angular": "16.0.0", | ||
"@nestjs/common": "8.2.4", | ||
"@types/node": "16.11.19", | ||
"@types/passport": "1.0.7", | ||
"@typescript-eslint/eslint-plugin": "4.29.0", | ||
"@typescript-eslint/parser": "4.29.0", | ||
"eslint": "7.32.0", | ||
"@typescript-eslint/eslint-plugin": "5.9.1", | ||
"@typescript-eslint/parser": "5.9.1", | ||
"eslint": "8.6.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.23.4", | ||
"husky": "7.0.1", | ||
"lint-staged": "11.1.1", | ||
"passport": "0.4.1", | ||
"prettier": "2.3.2", | ||
"release-it": "14.10.1", | ||
"eslint-plugin-import": "2.25.4", | ||
"husky": "7.0.4", | ||
"lint-staged": "12.1.7", | ||
"passport": "0.5.2", | ||
"prettier": "2.5.1", | ||
"release-it": "14.12.1", | ||
"reflect-metadata": "0.1.13", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.3.0", | ||
"typescript": "4.3.5" | ||
"rxjs": "7.5.2", | ||
"typescript": "4.5.4" | ||
}, | ||
@@ -43,0 +43,0 @@ "lint-staged": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
44445
35