-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release 6.0.0 [skip-ci]
- Loading branch information
1 parent
c0086c9
commit 5ba6b6b
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"vendor" | ||
], | ||
"types": "bson.d.ts", | ||
"version": "5.4.0", | ||
"version": "6.0.0", | ||
"author": { | ||
"name": "The MongoDB NodeJS Team", | ||
"email": "[email protected]" | ||
|
@@ -103,7 +103,7 @@ | |
"check:tsd": "npm run build:dts && tsd", | ||
"check:web": "WEB=true mocha test/node", | ||
"check:web-no-bigint": "WEB=true NO_BIGINT=true mocha test/node", | ||
"check:bench":"cd test/bench && npx tsc && node ./lib/index.js && mv benchmarks.json ../../.", | ||
"check:bench": "cd test/bench && npx tsc && node ./lib/index.js && mv benchmarks.json ../../.", | ||
"build:ts": "node ./node_modules/typescript/bin/tsc", | ||
"build:dts": "npm run build:ts && api-extractor run --typescript-compiler-folder node_modules/typescript --local && node etc/clean_definition_files.cjs", | ||
"build:bundle": "rollup -c rollup.config.mjs", | ||
|