@bitdiver/model
Advanced tools
Comparing version 1.2.4 to 1.3.0
@@ -84,2 +84,6 @@ 'use strict'; | ||
// If this is set to true, the step will executed even if the testcase is already failed | ||
// This is important for cleanup steps, for Example. | ||
this.runOnError = opts.runOnError ? opts.runOnError : false; | ||
// Allows to define how many parallel exection are possible on a per step basis. | ||
@@ -86,0 +90,0 @@ // This value is normaly defined in the runner, but when given here it will overwrite |
{ | ||
"name": "@bitdiver/model", | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -37,26 +37,26 @@ "main": "lib/index.js", | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.26.0", | ||
"babel-eslint": "8.2.3", | ||
"babel-jest": "22.4.4", | ||
"babel-core": "6.26.3", | ||
"babel-eslint": "8.2.6", | ||
"babel-jest": "23.4.0", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-plugin-transform-runtime": "6.23.0", | ||
"babel-polyfill": "6.26.0", | ||
"babel-preset-env": "1.6.1", | ||
"babel-preset-env": "1.7.0", | ||
"babel-preset-flow": "6.23.0", | ||
"babel-register": "6.26.0", | ||
"cz-conventional-changelog": "2.1.0", | ||
"eslint": "5.0.0", | ||
"eslint": "5.2.0", | ||
"eslint-config-prettier": "2.9.0", | ||
"eslint-plugin-babel": "5.1.0", | ||
"jest": "22.4.3", | ||
"jest-cli": "22.4.4", | ||
"jest": "23.4.1", | ||
"jest-cli": "23.4.1", | ||
"jest-environment-node-debug": "2.0.0", | ||
"prettier": "1.12.0", | ||
"prettier": "1.13.7", | ||
"regenerator-runtime": "0.12.0", | ||
"semantic-release": "15.1.5" | ||
"semantic-release": "15.8.1" | ||
}, | ||
"dependencies": { | ||
"jsonfile": "4.0.0", | ||
"uuid": "3.3.0" | ||
"uuid": "3.3.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47373
893
+ Addeduuid@3.3.2(transitive)
- Removeduuid@3.3.0(transitive)
Updateduuid@3.3.2