@golevelup/nestjs-discovery
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.2.2](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-discovery@2.2.1...@golevelup/nestjs-discovery@2.2.2) (2020-01-06) | ||
### Bug Fixes | ||
- **discovery:** add lodash as dependency ([b1baad6](https://github.com/golevelup/nestjs/commit/b1baad6)) | ||
## [2.2.1](https://github.com/WonderPanda/nestjs-plus/compare/@golevelup/nestjs-discovery@2.2.0...@golevelup/nestjs-discovery@2.2.1) (2019-12-14) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@golevelup/nestjs-discovery", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A Badass NestJS module for querying your app's controllers, providers and handlers", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"author": "Jesse Carter <jesse.r.carter@gmail.com>", | ||
"homepage": "https://github.com/WonderPanda/nestjs-plus#readme", | ||
"homepage": "https://github.com/golevelup/nestjs/blob/master/packages/discovery/README.md", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/WonderPanda/nestjs-plus.git" | ||
"url": "git+https://github.com/golevelup/nestjs.git" | ||
}, | ||
@@ -36,4 +36,7 @@ "scripts": { | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.15" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/WonderPanda/nestjs-plus/issues" | ||
"url": "https://github.com/golevelup/nestjs/issues" | ||
}, | ||
@@ -54,3 +57,3 @@ "jest": { | ||
}, | ||
"gitHead": "a34a5bf28fa0c651c37fd62a47bab76bcda853d4" | ||
"gitHead": "cbd5392a04fa74297dba0e3d78be2250a91c41a9" | ||
} |
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
33942
1
+ Addedlodash@^4.17.15
+ Addedlodash@4.17.21(transitive)