@nestjs/microservices
Advanced tools
Comparing version 3.1.0 to 4.0.0
@@ -5,2 +5,2 @@ export declare const PATTERN_METADATA = "pattern"; | ||
export declare const PATTERN_HANDLER_METADATA = "__isPattern"; | ||
export declare const NO_PATTERN_MESSAGE = "There is no equivalent message pattern."; | ||
export declare const NO_PATTERN_MESSAGE: string; |
@@ -7,2 +7,2 @@ "use strict"; | ||
exports.PATTERN_HANDLER_METADATA = '__isPattern'; | ||
exports.NO_PATTERN_MESSAGE = 'There is no equivalent message pattern.'; | ||
exports.NO_PATTERN_MESSAGE = `There's no equivalent message pattern.`; |
{ | ||
"name": "@nestjs/microservices", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@microservices)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
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
58935