@automapper/classes
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@automapper/classes", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"peerDependencies": { | ||
"reflect-metadata": "~0.1.13", | ||
"@automapper/core": "1.0.1", | ||
"@automapper/types": "1.0.1" | ||
"@automapper/core": "1.0.2", | ||
"@automapper/types": "1.0.2" | ||
}, | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
@@ -10,5 +10,5 @@ "use strict"; | ||
function isPrimitiveConstructor(value) { | ||
return value === String || value === Number || value === Boolean; | ||
return (value === String || value === Number || value === Boolean || value === Array); | ||
} | ||
exports.isPrimitiveConstructor = isPrimitiveConstructor; | ||
//# sourceMappingURL=is-primitive-constructor.util.js.map |
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
41948