mongosh 2.5.0 → 2.5.2

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
@@ -97,7 +97,7 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
97
97
  Start mongosh using 'ships' database on specified connection string:
98
98
  $ mongosh mongodb://192.168.0.5:9999/ships
99
99
 
100
- For more information on usage: https://docs.mongodb.com/mongodb-shell.
100
+ For more information on usage: https://mongodb.com/docs/mongodb-shell.
101
101
  ```
102
102
 
103
103
  <!-- /AUTOMATICALLY_INSERT_CLI_USAGE -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongosh",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
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.0"
42
+ "@mongosh/cli-repl": "2.5.2"
43
43
  },
44
- "gitHead": "eb9376b475937a7e7b16683a1028299aab75ff7e"
44
+ "gitHead": "5068f4cea2aa8056f458246804ddcbefbd5a1aae"
45
45
  }