@automapper/pojos
Advanced tools
Comparing version 8.3.7 to 8.4.0
@@ -1,2 +0,2 @@ | ||
import { defaultSerializerOptions } from '@automapper/core'; | ||
import { defaultStrategyInitializerOptions } from '@automapper/core'; | ||
@@ -81,3 +81,3 @@ class PojosMetadataMap { | ||
preMap | ||
} = Object.assign(Object.assign({}, defaultSerializerOptions), options); | ||
} = Object.assign(Object.assign({}, defaultStrategyInitializerOptions), options); | ||
return mapper => ({ | ||
@@ -84,0 +84,0 @@ destinationConstructor, |
{ | ||
"name": "@automapper/pojos", | ||
"version": "8.3.7", | ||
"version": "8.4.0", | ||
"type": "module", | ||
@@ -12,2 +12,5 @@ "sideEffects": false, | ||
}, | ||
"peerDependencies": { | ||
"@automapper/core": "latest" | ||
}, | ||
"repository": { | ||
@@ -35,10 +38,3 @@ "type": "git", | ||
"main": "./index.cjs", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
} | ||
} | ||
"types": "./index.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
9238
1