@andrewscwei/mongodb-odm
Advanced tools
Comparing version 0.43.1 to 0.44.0
@@ -70,3 +70,3 @@ /** | ||
export * from './types'; | ||
export { default as mapValuesToObjectID } from './utils/mapValuesToObjectID'; | ||
export { default as mapValuesToObjectIDs } from './utils/mapValuesToObjectIDs'; | ||
export { default as sanitizeDocument } from './utils/sanitizeDocument'; | ||
@@ -73,0 +73,0 @@ export { default as sanitizeQuery } from './utils/sanitizeQuery'; |
@@ -220,4 +220,4 @@ "use strict"; | ||
__export(require("./types")); | ||
var mapValuesToObjectID_1 = require("./utils/mapValuesToObjectID"); | ||
exports.mapValuesToObjectID = mapValuesToObjectID_1.default; | ||
var mapValuesToObjectIDs_1 = require("./utils/mapValuesToObjectIDs"); | ||
exports.mapValuesToObjectIDs = mapValuesToObjectIDs_1.default; | ||
var sanitizeDocument_1 = require("./utils/sanitizeDocument"); | ||
@@ -224,0 +224,0 @@ exports.sanitizeDocument = sanitizeDocument_1.default; |
{ | ||
"name": "@andrewscwei/mongodb-odm", | ||
"version": "0.43.1", | ||
"version": "0.44.0", | ||
"description": "ODM for MongoDB", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
209638
3592