@golevelup/nestjs-common
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.4.2](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-common@1.4.1...@golevelup/nestjs-common@1.4.2) (2020-05-13) | ||
**Note:** Version bump only for package @golevelup/nestjs-common | ||
## [1.4.1](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-common@1.4.0...@golevelup/nestjs-common@1.4.1) (2020-04-04) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@golevelup/nestjs-common", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Common module and utility building blocks for badass NestJS applications", | ||
@@ -55,3 +55,3 @@ "author": "Jesse Carter <jesse.r.carter@gmail.com>", | ||
}, | ||
"gitHead": "4adc481154427ff6396d845b6afb1accd2bb03d4" | ||
"gitHead": "7c05dd13a5c2bf0ab2613290424803280500c1a1" | ||
} |
@@ -21,1 +21,9 @@ # @golevelup/nestjs-common | ||
The mixin pattern is particularly useful with NestJS components like `Interceptors` as a mechanism to provide both configuration while still allowing the component to participate with Nest's `Dependency Injection`. | ||
## Contribute | ||
Contributions welcome! Read the [contribution guidelines](../../CONTRIBUTING.md) first. | ||
## License | ||
[MIT License](../../LICENSE) |
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
13270
29