mongodb 6.13.0-dev.20250208.sha.a79a13d3 → 6.13.0-dev.20250211.sha.7bfce01e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mongodb",
|
|
3
|
-
"version": "6.13.0-dev.
|
|
3
|
+
"version": "6.13.0-dev.20250211.sha.7bfce01e",
|
|
4
4
|
"description": "The official MongoDB driver for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"build:docs": "./etc/docs/build.ts",
|
|
129
129
|
"build:typedoc": "typedoc",
|
|
130
130
|
"build:nightly": "node ./.github/scripts/nightly.mjs",
|
|
131
|
-
"check:bench": "
|
|
131
|
+
"check:bench": "npm --prefix test/benchmarks/driver_bench start",
|
|
132
132
|
"check:coverage": "nyc npm run test:all",
|
|
133
133
|
"check:integration-coverage": "nyc npm run check:test",
|
|
134
134
|
"check:lambda": "mocha --config test/mocha_lambda.json test/integration/node-specific/examples/handler.test.js",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"check:oidc-k8s": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_k8s.prose.07.test.ts",
|
|
155
155
|
"check:kerberos": "nyc mocha --config test/manual/mocharc.json test/manual/kerberos.test.ts",
|
|
156
156
|
"check:tls": "mocha --config test/manual/mocharc.json test/manual/tls_support.test.ts",
|
|
157
|
-
"check:ldap": "nyc mocha --config test/manual/mocharc.json test/manual/ldap.test.
|
|
157
|
+
"check:ldap": "nyc mocha --config test/manual/mocharc.json test/manual/ldap.test.ts",
|
|
158
158
|
"check:socks5": "mocha --config test/manual/mocharc.json test/manual/socks5.test.ts",
|
|
159
159
|
"check:csfle": "mocha --config test/mocha_mongodb.json test/integration/client-side-encryption",
|
|
160
160
|
"check:snappy": "mocha test/unit/assorted/snappy.test.js",
|