taskgroup
Advanced tools
Comparing version 7.7.0 to 7.8.0-next.1591802858.179433807cc7898453fa8e6a2c5a2a89af426a8c
# History | ||
## v7.8.0 2020 June 11 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v7.7.0 2020 June 10 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "TaskGroup", | ||
"name": "taskgroup", | ||
"version": "7.7.0", | ||
"version": "7.8.0-next.1591802858.179433807cc7898453fa8e6a2c5a2a89af426a8c", | ||
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.", | ||
@@ -113,4 +113,4 @@ "homepage": "https://github.com/bevry/taskgroup", | ||
"eachr": "^4.5.0", | ||
"extendr": "^5.5.0", | ||
"unbounded": "^3.3.0" | ||
"extendr": "^5.6.0", | ||
"unbounded": "^3.4.0" | ||
}, | ||
@@ -122,16 +122,16 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.10.2", | ||
"@bevry/update-contributors": "^1.8.0", | ||
"assert-helpers": "^6.7.0", | ||
"@bevry/update-contributors": "^1.9.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-bevry": "^3.9.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^5.4.0", | ||
"kava": "^5.5.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.6.0", | ||
"safeps": "^10.4.0", | ||
"projectz": "^2.7.0", | ||
"safeps": "^10.5.0", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^2.2.0" | ||
"valid-directory": "^2.3.0" | ||
}, | ||
@@ -138,0 +138,0 @@ "scripts": { |
@@ -59,3 +59,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/taskgroup@7.7.0' | ||
import * as pkg from '//dev.jspm.io/taskgroup@7.8.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
163603
1
Updatedextendr@^5.6.0
Updatedunbounded@^3.4.0