@automapper/classes
Advanced tools
Comparing version 8.3.7 to 8.4.0
@@ -1,2 +0,2 @@ | ||
import { isDateConstructor, isPrimitiveConstructor, defaultSerializerOptions } from '@automapper/core'; | ||
import { isDateConstructor, isPrimitiveConstructor, defaultStrategyInitializerOptions } from '@automapper/core'; | ||
import 'reflect-metadata'; | ||
@@ -48,3 +48,3 @@ | ||
preMap | ||
} = Object.assign(Object.assign({}, defaultSerializerOptions), options); | ||
} = Object.assign(Object.assign({}, defaultStrategyInitializerOptions), options); | ||
const metadataTracker = new Set(); | ||
@@ -51,0 +51,0 @@ return mapper => ({ |
{ | ||
"name": "@automapper/classes/mapped-types", | ||
"version": "8.3.7", | ||
"version": "8.4.0", | ||
"type": "module", | ||
@@ -9,2 +9,6 @@ "sideEffects": false, | ||
}, | ||
"peerDependencies": { | ||
"@automapper/core": "latest", | ||
"@automapper/classes": "latest" | ||
}, | ||
"repository": { | ||
@@ -29,10 +33,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" | ||
} |
{ | ||
"name": "@automapper/classes", | ||
"version": "8.3.7", | ||
"version": "8.4.0", | ||
"type": "module", | ||
"peerDependencies": { | ||
"@automapper/core": "latest", | ||
"reflect-metadata": "~0.1.13" | ||
@@ -18,7 +19,2 @@ }, | ||
"require": "./mapped-types/index.cjs" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
} | ||
@@ -25,0 +21,0 @@ }, |
{ | ||
"name": "@automapper/classes/transformer-plugin", | ||
"version": "8.3.7", | ||
"version": "8.4.0", | ||
"type": "module", | ||
@@ -9,2 +9,6 @@ "sideEffects": false, | ||
}, | ||
"peerDependencies": { | ||
"@automapper/core": "latest", | ||
"@automapper/classes": "latest" | ||
}, | ||
"repository": { | ||
@@ -29,10 +33,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
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
68692
2