mongodb 7.0.0-dev.20260121.sha.4e9467e8 → 7.0.0-dev.20260123.sha.7a8276e5

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 +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongodb",
3
- "version": "7.0.0-dev.20260121.sha.4e9467e8",
3
+ "version": "7.0.0-dev.20260123.sha.7a8276e5",
4
4
  "description": "The official MongoDB driver for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -147,9 +147,6 @@
147
147
  "check:aws": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_aws.test.ts test/integration/auth/mongodb_aws.prose.test.ts",
148
148
  "check:oidc-auth": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/auth.spec.test.ts",
149
149
  "check:oidc-test": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc.prose.test.ts",
150
- "check:oidc-azure": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc_azure.prose.05.test.ts",
151
- "check:oidc-gcp": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc_gcp.prose.06.test.ts",
152
- "check:oidc-k8s": "nyc mocha --config test/mocha_mongodb.js test/integration/auth/mongodb_oidc_k8s.prose.07.test.ts",
153
150
  "check:kerberos": "nyc mocha --config test/manual/mocharc.js test/manual/kerberos.test.ts",
154
151
  "check:tls": "nyc mocha --config test/manual/mocharc.js test/manual/tls_support.test.ts",
155
152
  "check:ldap": "nyc mocha --config test/manual/mocharc.js test/manual/ldap.test.ts",