@automapper/nestjs
Advanced tools
Comparing version 4.2.2 to 5.0.0
{ | ||
"name": "@automapper/nestjs", | ||
"version": "4.2.2", | ||
"version": "5.0.0", | ||
"peerDependencies": { | ||
"@nestjs/common": "^7.0.0", | ||
"@nestjs/core": "^7.0.0", | ||
"@automapper/types": "4.2.2", | ||
"@automapper/core": "4.2.2" | ||
"@automapper/types": "5.0.0", | ||
"@automapper/core": "5.0.0" | ||
}, | ||
@@ -37,2 +37,2 @@ "sideEffects": false, | ||
"dependencies": {} | ||
} | ||
} |
@@ -37,3 +37,4 @@ "use strict"; | ||
MixinMapInterceptor = tslib_1.__decorate([ | ||
tslib_1.__param(0, common_1.Optional()), tslib_1.__param(0, di_1.InjectMapper(mapperName)), | ||
tslib_1.__param(0, common_1.Optional()), | ||
tslib_1.__param(0, di_1.InjectMapper(mapperName)), | ||
tslib_1.__metadata("design:paramtypes", [Object]) | ||
@@ -40,0 +41,0 @@ ], MixinMapInterceptor); |
@@ -33,3 +33,4 @@ "use strict"; | ||
MixinMapPipe = tslib_1.__decorate([ | ||
tslib_1.__param(0, common_1.Optional()), tslib_1.__param(0, di_1.InjectMapper(mapperName)), | ||
tslib_1.__param(0, common_1.Optional()), | ||
tslib_1.__param(0, di_1.InjectMapper(mapperName)), | ||
tslib_1.__metadata("design:paramtypes", [Object]) | ||
@@ -36,0 +37,0 @@ ], MixinMapPipe); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24972
345