@nestjs/axios
Advanced tools
Comparing version 0.0.8 to 0.1.0
{ | ||
"name": "@nestjs/axios", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@axios)", | ||
@@ -24,28 +24,28 @@ "author": "Kamil Mysliwiec", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.0", | ||
"@commitlint/config-angular": "17.0.0", | ||
"@nestjs/common": "8.4.5", | ||
"@nestjs/core": "8.4.5", | ||
"@nestjs/platform-express": "8.4.5", | ||
"@nestjs/testing": "8.4.5", | ||
"@types/jest": "27.5.1", | ||
"@types/node": "16.11.36", | ||
"@typescript-eslint/eslint-plugin": "5.25.0", | ||
"@typescript-eslint/parser": "5.25.0", | ||
"eslint": "8.15.0", | ||
"@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/jest": "28.1.4", | ||
"@types/node": "16.11.43", | ||
"@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", | ||
"ts-jest": "28.0.2", | ||
"typescript": "4.6.4" | ||
"ts-jest": "28.0.5", | ||
"typescript": "4.7.4" | ||
}, | ||
"peerDependencies": { | ||
"@nestjs/common": "^7.0.0 || ^8.0.0", | ||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0", | ||
"reflect-metadata": "^0.1.12", | ||
@@ -52,0 +52,0 @@ "rxjs": "^6.0.0 || ^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
19691