Comparing version 6.13.0-dev.20250131.sha.e7898a4d to 6.13.0-dev.20250201.sha.35c703e3
@@ -104,3 +104,3 @@ "use strict"; | ||
saslContinue: 1, | ||
conversationId: 1, | ||
conversationId: saslStartResponse.conversationId, | ||
payload: BSON.serialize(payload, bsonOptions) | ||
@@ -107,0 +107,0 @@ }; |
{ | ||
"name": "mongodb", | ||
"version": "6.13.0-dev.20250131.sha.e7898a4d", | ||
"version": "6.13.0-dev.20250201.sha.35c703e3", | ||
"description": "The official MongoDB driver for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -151,3 +151,3 @@ import type { Binary, BSONSerializeOptions } from '../../bson'; | ||
saslContinue: 1, | ||
conversationId: 1, | ||
conversationId: saslStartResponse.conversationId, | ||
payload: BSON.serialize(payload, bsonOptions) | ||
@@ -154,0 +154,0 @@ }; |
Sorry, the diff of this file is not supported yet
3766753