Skip to content

Commit 1161485

Browse files
committed
bump version
1 parent cbda1b9 commit 1161485

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"email": "dbx-node@mongodb.com"
2626
},
2727
"dependencies": {
28-
"bson": "^5.0.0-alpha.2",
28+
"bson": "^5.0.0-alpha.3",
2929
"mongodb-connection-string-url": "^2.6.0",
3030
"socks": "^2.7.1"
3131
},

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { MongoClient } from './mongo_client';
1717
import { CancellationToken } from './mongo_types';
1818
import { ClientSession } from './sessions';
1919

20-
/** @internal */
20+
/** @public */
2121
export { BSON } from './bson';
2222
export {
2323
Binary,

0 commit comments

Comments
 (0)