Comparing version 3.1.6 to 3.1.7
@@ -387,3 +387,5 @@ 'use strict'; | ||
options.safe = _safeOptions; | ||
return txcollection.insert(document, options, callback); | ||
// always include oid | ||
document._id = oid; | ||
return txcollection.save(document, options, callback); | ||
}); | ||
@@ -390,0 +392,0 @@ }); |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"engines": { | ||
@@ -11,0 +11,0 @@ "node": ">=0.4.12" |
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
82427
2673