Comparing version
@@ -93,3 +93,3 @@ "use strict"; | ||
} | ||
/** Returns the number of write errors off the bulk operation */ | ||
/** Returns the number of write errors from the bulk operation */ | ||
getWriteErrorCount() { | ||
@@ -96,0 +96,0 @@ return this.result.writeErrors.length; |
{ | ||
"name": "mongodb", | ||
"version": "6.16.0-dev.20250529.sha.25f5bb97", | ||
"version": "6.16.0-dev.20250531.sha.7ef6edd5", | ||
"description": "The official MongoDB driver for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -260,3 +260,3 @@ import { type BSONSerializeOptions, type Document, EJSON, resolveBSONOptions } from '../bson'; | ||
/** Returns the number of write errors off the bulk operation */ | ||
/** Returns the number of write errors from the bulk operation */ | ||
getWriteErrorCount(): number { | ||
@@ -263,0 +263,0 @@ return this.result.writeErrors.length; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3822897
0