mongosh 2.3.3 → 2.3.4
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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -79,6 +79,7 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
|
|
|
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
81
|
--oidcDumpTokens[=mode] Debug OIDC by printing tokens to mongosh's output [full|include-secrets]
|
|
82
|
+
--oidcNoNonce Don't send a nonce argument in the OIDC auth request
|
|
82
83
|
|
|
83
84
|
DB Address Examples:
|
|
84
85
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mongosh",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
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.
|
|
42
|
+
"@mongosh/cli-repl": "2.3.4"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "ce418fac5b229e2e4d45c58480d49af445b592ae"
|
|
45
45
|
}
|