@mongoosejs/studio
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -39,3 +39,3 @@ 'use strict'; | ||
return { doc, schemaPaths }; | ||
return { doc: doc.toJSON({ virtuals: false, getters: false, transform: false }), schemaPaths }; | ||
}; |
@@ -68,3 +68,7 @@ 'use strict'; | ||
return { docs, schemaPaths, numDocs: numDocuments }; | ||
return { | ||
docs: docs.map(doc => doc.toJSON({ virtuals: false, getters: false, transform: false })), | ||
schemaPaths, | ||
numDocs: numDocuments | ||
}; | ||
}; |
{ | ||
"name": "@mongoosejs/studio", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "archetype": "0.13.0", |
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
173860
1556