@automapper/classes
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@automapper/classes", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"peerDependencies": { | ||
"reflect-metadata": "~0.1.13", | ||
"@automapper/core": "1.1.0", | ||
"@automapper/types": "1.1.0" | ||
"@automapper/core": "1.1.1", | ||
"@automapper/types": "1.1.1" | ||
}, | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
@@ -117,3 +117,3 @@ "use strict"; | ||
// update the nested constructible | ||
sourceNestedConstructible.concat(sourceProtoNestedConstructible); | ||
sourceNestedConstructible = sourceNestedConstructible.concat(sourceProtoNestedConstructible); | ||
} | ||
@@ -120,0 +120,0 @@ } |
@@ -62,4 +62,4 @@ "use strict"; | ||
// instantiate with value at key | ||
const [instantiateResult] = instantiate(instanceStorage, metadataStorage, metaResult, valueAtKey); | ||
instance[key] = instantiateResult; | ||
const [definedInstantiateResult] = instantiate(instanceStorage, metadataStorage, metaResult, valueAtKey); | ||
instance[key] = definedInstantiateResult; | ||
continue; | ||
@@ -66,0 +66,0 @@ } |
Sorry, the diff of this file is not supported yet
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
42011