mongosh 2.5.10 → 2.7.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 -0
  2. 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.5.10",
3
+ "version": "2.7.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.5.10"
42
+ "@mongosh/cli-repl": "2.7.0"
43
43
  },
44
- "gitHead": "3d71822f423fd44a7307cbf8265e5f9853795828"
44
+ "gitHead": "1ae76759bb28ace817059c00cfefa6055aec35c4"
45
45
  }