gate-executor
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -39,2 +39,3 @@ /* Copyright (c) 2014-2019 Richard Rodger, MIT License */ | ||
self.id = ++instance_counter | ||
self.options = options | ||
@@ -41,0 +42,0 @@ // Work queue. |
{ | ||
"name": "gate-executor", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "A work queue that can be gated, stopping to wait for sub-queues to complete.", | ||
@@ -13,4 +13,3 @@ "main": "gate-executor.js", | ||
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags", | ||
"repo-publish": "npm run prettier && npm test && npm run annotate && npm run repo-tag && npm publish --access public" | ||
"repo-publish": "npm run clean-npm && npm i --registry http://registry.npmjs.org && npm run prettier && npm test && npm run annotate && npm run repo-tag && npm publish --access public --registry http://registry.npmjs.org" | ||
}, | ||
@@ -46,8 +45,8 @@ "repository": { | ||
"devDependencies": { | ||
"code": "^5.2.4", | ||
"coveralls": "^3.0.4", | ||
"@hapi/code": "^6.0.0", | ||
"@hapi/lab": "^20.3.2", | ||
"coveralls": "^3.0.6", | ||
"docco": "^0.8.0", | ||
"lab": "^18.0.2", | ||
"prettier": "^1.18.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17010
296
0