@automapper/nestjs
Advanced tools
Comparing version 3.5.2 to 4.0.0
{ | ||
"name": "@automapper/nestjs", | ||
"version": "3.5.2", | ||
"version": "4.0.0", | ||
"peerDependencies": { | ||
"@nestjs/common": "^7.0.0", | ||
"@nestjs/core": "^7.0.0", | ||
"@automapper/types": "3.5.2", | ||
"@automapper/core": "3.5.2" | ||
"@automapper/types": "4.0.0", | ||
"@automapper/core": "4.0.0" | ||
}, | ||
@@ -10,0 +10,0 @@ "sideEffects": false, |
@@ -6,3 +6,4 @@ "use strict"; | ||
const get_mapper_token_1 = require("./get-mapper-token"); | ||
exports.InjectMapper = (name) => common_1.Inject(get_mapper_token_1.getMapperToken(name)); | ||
const InjectMapper = (name) => common_1.Inject(get_mapper_token_1.getMapperToken(name)); | ||
exports.InjectMapper = InjectMapper; | ||
//# sourceMappingURL=inject-mapper.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24956
343