Comparing version 6.11.0-dev.20241204.sha.260e052e to 6.11.0-dev.20241205.sha.55585731
@@ -459,3 +459,3 @@ "use strict"; | ||
constructor({ connection }) { | ||
super({ objectMode: false }); | ||
super({ writableObjectMode: false, readableObjectMode: true }); | ||
this.bufferPool = new utils_1.BufferPool(); | ||
@@ -462,0 +462,0 @@ this.connection = connection; |
{ | ||
"name": "mongodb", | ||
"version": "6.11.0-dev.20241204.sha.260e052e", | ||
"version": "6.11.0-dev.20241205.sha.55585731", | ||
"description": "The official MongoDB driver for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -772,3 +772,3 @@ import { type Readable, Transform, type TransformCallback } from 'stream'; | ||
constructor({ connection }: { connection: Connection }) { | ||
super({ objectMode: false }); | ||
super({ writableObjectMode: false, readableObjectMode: true }); | ||
this.bufferPool = new BufferPool(); | ||
@@ -775,0 +775,0 @@ this.connection = connection; |
Sorry, the diff of this file is not supported yet
3735647