taskgroup
Advanced tools
Comparing version 7.0.0 to 7.1.0-next.1589994562.32fb370221eb6ec4eb52f1e273687523a1041138
# History | ||
## v7.1.0 2020 May 21 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v7.0.0 2020 May 11 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "TaskGroup", | ||
"name": "taskgroup", | ||
"version": "7.0.0", | ||
"version": "7.1.0-next.1589994562.32fb370221eb6ec4eb52f1e273687523a1041138", | ||
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.", | ||
@@ -113,6 +113,6 @@ "homepage": "https://github.com/bevry/taskgroup", | ||
"eachr": "^4.5.0", | ||
"editions": "^2.3.0", | ||
"extendr": "^5.1.0", | ||
"editions": "^3.0.0", | ||
"extendr": "^5.2.0", | ||
"safeps": "^10.0.0", | ||
"unbounded": "^2.3.0" | ||
"unbounded": "^3.0.0" | ||
}, | ||
@@ -124,6 +124,6 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.9.6", | ||
"@bevry/update-contributors": "^1.4.0", | ||
"assert-helpers": "^6.2.0", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"assert-helpers": "^6.4.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.4.0", | ||
"eslint-config-bevry": "^3.5.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -145,6 +145,6 @@ "eslint-plugin-prettier": "^3.1.3", | ||
"our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz", | ||
"our:meta:contributors": "npx @bevry/update-contributors", | ||
"our:meta:contributors": "update-contributors", | ||
"our:meta:docs": "npm run our:meta:docs:jsdoc", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && npx jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "npx projectz compile", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md --template ./node_modules/minami ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "projectz compile", | ||
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", | ||
@@ -160,5 +160,5 @@ "our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier", | ||
"our:verify:directory": "npx valid-directory", | ||
"our:verify:eslint": "npx eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:prettier": "npx prettier --write .", | ||
"our:verify:directory": "valid-directory", | ||
"our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source", | ||
"our:verify:prettier": "prettier --write .", | ||
"test": "node ./test.js" | ||
@@ -165,0 +165,0 @@ }, |
@@ -59,3 +59,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/taskgroup@7.0.0' | ||
import * as pkg from '//dev.jspm.io/taskgroup@7.1.0' | ||
</script> | ||
@@ -62,0 +62,0 @@ ``` |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
162461
1
+ Addededitions@3.16.0(transitive)
+ Addederrlop@3.17.0(transitive)
+ Addedsemver@6.3.0(transitive)
- Removedunbounded@2.3.0(transitive)
Updatededitions@^3.0.0
Updatedextendr@^5.2.0
Updatedunbounded@^3.0.0