@bitdiver/model
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -28,3 +28,3 @@ 'use strict'; | ||
// default is not to write to console | ||
this.writeConsole = true; | ||
this.writeConsole = false; | ||
} | ||
@@ -31,0 +31,0 @@ |
@@ -80,2 +80,7 @@ 'use strict'; | ||
this.countAll = 0; | ||
// Allows to define how many parallel exection are possible on a per step basis. | ||
// This value is normaly defined in the runner, but when given here it will overwrite | ||
// the runner if this value is less | ||
this.maxParallelSteps = opts.maxParallelSteps; | ||
} | ||
@@ -82,0 +87,0 @@ |
{ | ||
"name": "@bitdiver/model", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"test_only": "jest", | ||
"test": "npm run src_format && npm run src_lint && npm run build && jest -c jest.config.json", | ||
"test": "npm run build && jest -c jest.config.json", | ||
"debug": "npm run build && node --inspect-brk ./node_modules/.bin/jest -i --config=./jest.config.json", | ||
@@ -40,3 +40,3 @@ "prepare": "npm run build" | ||
"babel-eslint": "^8.0.2", | ||
"babel-jest": "^21.2.0", | ||
"babel-jest": "^22.2.2", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
@@ -52,8 +52,8 @@ "babel-plugin-transform-runtime": "^6.23.0", | ||
"eslint-plugin-babel": "^4.0.0", | ||
"jest": "^21.2.1", | ||
"jest-cli": "^21.2.1", | ||
"jest": "^22.3.0", | ||
"jest-cli": "^22.3.0", | ||
"jest-environment-node-debug": "^2.0.0", | ||
"prettier": "^1.8.2", | ||
"regenerator-runtime": "^0.11.0", | ||
"semantic-release": "^12.4.1" | ||
"semantic-release": "^15.0.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
47130
26
887
1
3