@mikro-orm/core
Advanced tools
Comparing version 6.3.14-dev.41 to 6.3.14-dev.42
@@ -72,2 +72,5 @@ "use strict"; | ||
if (prop.customType?.ensureComparable(meta, prop) && data[prop.name]) { | ||
if ([enums_1.ReferenceKind.ONE_TO_MANY, enums_1.ReferenceKind.MANY_TO_MANY].includes(prop.kind)) { | ||
continue; | ||
} | ||
if ([enums_1.ReferenceKind.MANY_TO_ONE, enums_1.ReferenceKind.ONE_TO_ONE].includes(prop.kind) && Utils_1.Utils.isPlainObject(data[prop.name])) { | ||
@@ -74,0 +77,0 @@ data[prop.name] = Utils_1.Utils.getPrimaryKeyValues(data[prop.name], prop.targetMeta.primaryKeys, true); |
{ | ||
"name": "@mikro-orm/core", | ||
"version": "6.3.14-dev.41", | ||
"version": "6.3.14-dev.42", | ||
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.", | ||
@@ -67,5 +67,5 @@ "main": "index.js", | ||
"globby": "11.1.0", | ||
"mikro-orm": "6.3.14-dev.41", | ||
"mikro-orm": "6.3.14-dev.42", | ||
"reflect-metadata": "0.2.2" | ||
} | ||
} |
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
1077490
23967
+ Addedmikro-orm@6.3.14-dev.42(transitive)
- Removedmikro-orm@6.3.14-dev.41(transitive)
Updatedmikro-orm@6.3.14-dev.42