nestjs-crud-microservice-validation
Advanced tools
Comparing version
@@ -5,2 +5,3 @@ import 'reflect-metadata'; | ||
export * from './decorators/rmq-transport-dto-type.decorator'; | ||
export * from './decorators/validate-if-related-only.decorator'; | ||
export * from './decorators/related-dto.decorator'; | ||
@@ -7,0 +8,0 @@ export { NestJSMicroserviceValidationException } from './validation/validation-errors'; |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./decorators/rmq-transport-dto-type.decorator"), exports); | ||
__exportStar(require("./decorators/validate-if-related-only.decorator"), exports); | ||
__exportStar(require("./decorators/related-dto.decorator"), exports); | ||
@@ -21,0 +22,0 @@ var validation_errors_1 = require("./validation/validation-errors"); |
{ | ||
"name": "nestjs-crud-microservice-validation", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Decorator used to validate @NestJSX/CRUD request params, and data that is sending between micro-services using validation DTO or preset custom DTOs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,3 +8,3 @@ # Summary | ||
<b>Adding default validation to controller<</b> | ||
<b>Adding default validation to controller</b> | ||
@@ -11,0 +11,0 @@ In order to use the library, you need to add the `@MicroserviceValidation(@validationDTO: Class)` class decorator to a controller. |
@@ -7,2 +7,3 @@ import 'reflect-metadata'; | ||
export * from './decorators/rmq-transport-dto-type.decorator'; | ||
export * from './decorators/validate-if-related-only.decorator'; | ||
export * from './decorators/related-dto.decorator'; | ||
@@ -9,0 +10,0 @@ export { NestJSMicroserviceValidationException } from './validation/validation-errors'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
233923
0.11%4343
0.07%