@mongosh/arg-parser 3.12.0 → 3.14.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/AUTHORS CHANGED
@@ -13,3 +13,4 @@ Nikola Irinchev <irinchev@me.com>
13
13
  mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com>
14
14
  Ubuntu <ubuntu@ip-10-0-5-160.ec2.internal>
15
15
  Ubuntu <ubuntu@ip-10-0-4-95.ec2.internal>
16
+ Davenson Lombard <dlombard@users.noreply.github.com>
@@ -32,6 +32,7 @@ export interface CliOptions {
32
32
  quiet?: boolean;
33
33
  retryWrites?: boolean;
34
34
  shell?: boolean;
35
+ skipStartupWarnings?: boolean;
35
36
  tls?: boolean;
36
37
  tlsAllowInvalidCertificates?: boolean;
37
38
  tlsAllowInvalidHostnames?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/arg-parser",
3
- "version": "3.12.0",
3
+ "version": "3.14.0",
4
4
  "description": "MongoDB Shell CLI Argument List Parser Package",
5
5
  "main": "./lib/index.js",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "unitTestsOnly": true
36
36
  },
37
37
  "dependencies": {
38
- "@mongosh/errors": "2.4.0",
39
- "@mongosh/i18n": "^2.15.0",
38
+ "@mongosh/errors": "2.4.2",
39
+ "@mongosh/i18n": "^2.15.2",
40
40
  "mongodb-connection-string-url": "^3.0.1"
41
41
  },
42
42
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "mongodb": "^6.16.0",
50
50
  "prettier": "^2.8.8"
51
51
  },
52
- "gitHead": "7f87f03dd2fb8ce7d81f71523ed46c53722b3aeb"
52
+ "gitHead": "511befbaf032b589d7f3e81325e5e389d360cc3f"
53
53
  }