mongosh 2.3.8 → 2.4.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -78,7 +78,7 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
78
78
  --oidcRedirectUri[=url] Local auth code flow redirect URL [http://localhost:27097/redirect]
79
79
  --oidcTrustedEndpoint Treat the cluster/database mongosh as a trusted endpoint
80
80
  --oidcIdTokenAsAccessToken Use ID tokens in place of access tokens for auth
81
- --oidcDumpTokens[=mode] Debug OIDC by printing tokens to mongosh's output [full|include-secrets]
81
+ --oidcDumpTokens[=mode] Debug OIDC by printing tokens to mongosh's output [redacted|include-secrets]
82
82
  --oidcNoNonce Don't send a nonce argument in the OIDC auth request
83
83
 
84
84
  DB Address Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongosh",
3
- "version": "2.3.8",
3
+ "version": "2.4.0",
4
4
  "description": "MongoDB Shell CLI REPL",
5
5
  "keywords": [
6
6
  "mongosh",
@@ -39,7 +39,7 @@
39
39
  "variants": []
40
40
  },
41
41
  "dependencies": {
42
- "@mongosh/cli-repl": "2.3.8"
42
+ "@mongosh/cli-repl": "2.4.0"
43
43
  },
44
- "gitHead": "0f0681f5ed67530071c9b3811cf5e18a222b9ae4"
44
+ "gitHead": "468893e60021bc9fa68288ef0db7646f8e87fe70"
45
45
  }