mongosh 2.3.0 → 2.3.1

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 +0 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -72,12 +72,6 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
72
72
  --keyVaultNamespace [arg] database.collection to store encrypted FLE parameters
73
73
  --kmsURL [arg] Test parameter to override the URL of the KMS endpoint
74
74
 
75
- oidcFlows?: string;
76
- oidcRedirectUri?: string;
77
- oidcTrustedEndpoint?: boolean;
78
- oidcIdTokenAsAccessToken?: boolean;
79
- oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';
80
-
81
75
  OIDC auth options:
82
76
 
83
77
  --oidcFlows[=auth-code,device-auth] Supported OIDC auth flows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongosh",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
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.0"
42
+ "@mongosh/cli-repl": "2.3.1"
43
43
  },
44
- "gitHead": "2013159f06f902b4e9a2060df411c6b5646d49d4"
44
+ "gitHead": "57a904a1acb7821eee4e4cde98ff779b87c612b1"
45
45
  }