mongosh 2.5.10 → 2.6.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.
- package/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
|
|
|
33
33
|
--eval [arg] Evaluate javascript
|
|
34
34
|
--json[=canonical|relaxed] Print result of --eval as Extended JSON, including errors
|
|
35
35
|
--retryWrites[=true|false] Automatically retry write operations upon transient network errors (Default: true)
|
|
36
|
+
--deep-inspect[=true|false] Force full depth inspection of server results (default: true if in interactive mode)
|
|
36
37
|
|
|
37
38
|
Authentication Options:
|
|
38
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mongosh",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.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.
|
|
42
|
+
"@mongosh/cli-repl": "2.6.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "c27f1265fc3a6c58217a01dc63db8b22ae3cd01e"
|
|
45
45
|
}
|