suitest-js-api 3.0.2 → 3.0.3

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.
@@ -3,7 +3,7 @@ const parser = require('yargs-parser');
3
3
  // Specify which options should be treated as boolen.
4
4
  // This will enable setting boolean option value to true if not defined explicitly,
5
5
  // eg: '--disallow-crash-reports' will be parsed as '--disallow-crash-reports=true'
6
- const booleanOpts = ['disallow-crash-reports'];
6
+ const booleanOpts = ['disallow-crash-reports', 'include-changelist'];
7
7
  const inspectOpts = ['inspect', 'inspect-brk'];
8
8
 
9
9
  const parseOptions = argv => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suitest-js-api",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:SuitestAutomation/suitest-js-api.git",
6
6
  "author": "Suitest <hello@suite.st>",