mongodb 6.13.0-dev.20250212.sha.5f4500b8 → 6.13.0-dev.20250214.sha.d18108c5

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.
Files changed (1) hide show
  1. package/package.json +21 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb",
3
- "version": "6.13.0-dev.20250212.sha.5f4500b8",
3
+ "version": "6.13.0-dev.20250214.sha.d18108c5",
4
4
  "description": "The official MongoDB driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -94,6 +94,7 @@
94
94
  "express": "^4.21.2",
95
95
  "gcp-metadata": "^5.3.0",
96
96
  "js-yaml": "^4.1.0",
97
+ "kerberos": "^2.2.1",
97
98
  "mocha": "^10.8.2",
98
99
  "mocha-sinon": "^2.1.2",
99
100
  "mongodb-client-encryption": "^6.1.1",
@@ -131,32 +132,32 @@
131
132
  "check:bench": "npm --prefix test/benchmarks/driver_bench start",
132
133
  "check:coverage": "nyc npm run test:all",
133
134
  "check:integration-coverage": "nyc npm run check:test",
134
- "check:lambda": "mocha --config test/mocha_lambda.json test/integration/node-specific/examples/handler.test.js",
135
- "check:lambda:aws": "mocha --config test/mocha_lambda.json test/integration/node-specific/examples/aws_handler.test.js",
135
+ "check:lambda": "mocha --config test/mocha_lambda.js test/integration/node-specific/examples/handler.test.js",
136
+ "check:lambda:aws": "mocha --config test/mocha_lambda.js test/integration/node-specific/examples/aws_handler.test.js",
136
137
  "check:lint": "npm run build:dts && npm run check:dts && npm run check:eslint && npm run check:tsd",
137
138
  "check:eslint": "npm run build:dts && ESLINT_USE_FLAT_CONFIG=false eslint -v && ESLINT_USE_FLAT_CONFIG=false eslint --max-warnings=0 --ext '.js,.ts' src test",
138
139
  "check:tsd": "tsd --version && tsd",
139
140
  "check:dependencies": "mocha test/action/dependency.test.ts",
140
141
  "check:dts": "node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
141
- "check:search-indexes": "nyc mocha --config test/mocha_mongodb.json test/manual/search-index-management.prose.test.ts",
142
- "check:test": "mocha --config test/mocha_mongodb.json test/integration",
142
+ "check:search-indexes": "nyc mocha --config test/mocha_mongodb.js test/manual/search-index-management.prose.test.ts",
143
+ "check:test": "mocha --config test/mocha_mongodb.js test/integration",
143
144
  "check:unit": "mocha test/unit",
144
145
  "check:ts": "node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit",
145
- "check:atlas": "mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.ts",
146
- "check:resource-management": "mocha --config test/manual/mocharc.json test/manual/resource_management.test.ts",
147
- "check:drivers-atlas-testing": "mocha --config test/mocha_mongodb.json test/atlas/drivers_atlas_testing.test.ts",
148
- "check:adl": "mocha --config test/mocha_mongodb.json test/manual/atlas-data-lake-testing",
149
- "check:aws": "nyc mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_aws.test.ts",
150
- "check:oidc-auth": "mocha --config test/mocha_mongodb.json test/integration/auth/auth.spec.test.ts",
151
- "check:oidc-test": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc.prose.test.ts",
152
- "check:oidc-azure": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_azure.prose.05.test.ts",
153
- "check:oidc-gcp": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_gcp.prose.06.test.ts",
154
- "check:oidc-k8s": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_oidc_k8s.prose.07.test.ts",
155
- "check:kerberos": "nyc mocha --config test/manual/mocharc.json test/manual/kerberos.test.ts",
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.ts",
158
- "check:socks5": "mocha --config test/manual/mocharc.json test/manual/socks5.test.ts",
159
- "check:csfle": "mocha --config test/mocha_mongodb.json test/integration/client-side-encryption",
146
+ "check:atlas": "mocha --config test/manual/mocharc.js test/manual/atlas_connectivity.test.ts",
147
+ "check:resource-management": "mocha --config test/manual/mocharc.js test/manual/resource_management.test.ts",
148
+ "check:drivers-atlas-testing": "mocha --config test/mocha_mongodb.js test/atlas/drivers_atlas_testing.test.ts",
149
+ "check:adl": "mocha --config test/mocha_mongodb.js test/manual/atlas-data-lake-testing",
150
+ "check:aws": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_aws.test.ts",
151
+ "check:oidc-auth": "mocha --config test/mocha_mongodb.js test/integration/auth/auth.spec.test.ts",
152
+ "check:oidc-test": "mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc.prose.test.ts",
153
+ "check:oidc-azure": "mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc_azure.prose.05.test.ts",
154
+ "check:oidc-gcp": "mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc_gcp.prose.06.test.ts",
155
+ "check:oidc-k8s": "mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc_k8s.prose.07.test.ts",
156
+ "check:kerberos": "nyc mocha --config test/manual/mocharc.js test/manual/kerberos.test.ts",
157
+ "check:tls": "mocha --config test/manual/mocharc.js test/manual/tls_support.test.ts",
158
+ "check:ldap": "nyc mocha --config test/manual/mocharc.js test/manual/ldap.test.ts",
159
+ "check:socks5": "mocha --config test/manual/mocharc.js test/manual/socks5.test.ts",
160
+ "check:csfle": "mocha --config test/mocha_mongodb.js test/integration/client-side-encryption",
160
161
  "check:snappy": "mocha test/unit/assorted/snappy.test.js",
161
162
  "check:x509": "mocha test/manual/x509_auth.test.ts",
162
163
  "fix:eslint": "npm run check:eslint -- --fix",