@mongosh/shell-api 1.9.0 → 1.9.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/AUTHORS +1 -0
  2. package/package.json +8 -8
package/AUTHORS CHANGED
@@ -17,3 +17,4 @@ Pol Piñol Castuera <67922619+PolPinol@users.noreply.github.com>
17
17
  Silvia Surroca <silvia.suhu@gmail.com>
18
18
  Bailey Pearson <bailey.pearson@mongodb.com>
19
19
  Himanshu Singh <himanshu.singhs@outlook.in>
20
+ Martin Rodriguez Reboredo <yakoyoku@gmail.com>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/shell-api",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "MongoDB Shell API Classes Package",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -34,15 +34,15 @@
34
34
  "build"
35
35
  ],
36
36
  "dependencies": {
37
- "@mongosh/arg-parser": "1.9.0",
38
- "@mongosh/errors": "1.9.0",
39
- "@mongosh/history": "1.9.0",
40
- "@mongosh/i18n": "1.9.0",
41
- "@mongosh/service-provider-core": "1.9.0",
37
+ "@mongosh/arg-parser": "1.9.1",
38
+ "@mongosh/errors": "1.9.1",
39
+ "@mongosh/history": "1.9.1",
40
+ "@mongosh/i18n": "1.9.1",
41
+ "@mongosh/service-provider-core": "1.9.1",
42
42
  "mongodb-redact": "^0.2.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@mongosh/types": "1.9.0"
45
+ "@mongosh/types": "1.9.1"
46
46
  },
47
- "gitHead": "938c3c1cdd0f8511b40a08c22e440106d4572b2b"
47
+ "gitHead": "c9140a8ad23bd670fb66aff4fc8753306156856b"
48
48
  }