@mikro-orm/core
Advanced tools
Comparing version 6.3.14-dev.49 to 6.3.14-dev.50
{ | ||
"name": "@mikro-orm/core", | ||
"version": "6.3.14-dev.49", | ||
"version": "6.3.14-dev.50", | ||
"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.49", | ||
"mikro-orm": "6.3.14-dev.50", | ||
"reflect-metadata": "0.2.2" | ||
} | ||
} |
@@ -21,2 +21,5 @@ "use strict"; | ||
let contextCreated = false; | ||
if (!wrapped) { | ||
return entity; | ||
} | ||
if (!wrapped.__serializationContext.root) { | ||
@@ -23,0 +26,0 @@ const root = new SerializationContext_1.SerializationContext(wrapped.__config, wrapped.__serializationContext.populate, wrapped.__serializationContext.fields, wrapped.__serializationContext.exclude); |
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
1078308
23982
+ Addedmikro-orm@6.3.14-dev.50(transitive)
- Removedmikro-orm@6.3.14-dev.49(transitive)
Updatedmikro-orm@6.3.14-dev.50