taskgroup
Advanced tools
Comparing version 9.4.0 to 9.5.0-next.1700862903.f6fcd35c20e6bbc629be08e90a73b2c3cd7f0e24
{ | ||
"title": "TaskGroup", | ||
"name": "taskgroup", | ||
"version": "9.4.0", | ||
"version": "9.5.0-next.1700862903.f6fcd35c20e6bbc629be08e90a73b2c3cd7f0e24", | ||
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.", | ||
@@ -132,5 +132,5 @@ "homepage": "https://github.com/bevry/taskgroup", | ||
"ambi": "3.2.0", | ||
"eachr": "^6.5.0", | ||
"editions": "^6.13.0", | ||
"extendr": "^7.3.0", | ||
"eachr": "^6.6.0", | ||
"editions": "^6.16.0", | ||
"extendr": "^7.4.0", | ||
"unbounded": "^5.3.0" | ||
@@ -144,14 +144,14 @@ }, | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.5.0", | ||
"assert-helpers": "^11.6.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-bevry": "^5.0.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"jsdoc": "^4.0.2", | ||
"kava": "^7.2.0", | ||
"kava": "^7.4.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^3.2.0", | ||
"safeps": "^11.3.0", | ||
"projectz": "^3.4.0", | ||
"safeps": "^11.4.0", | ||
"surge": "^0.23.1", | ||
"valid-directory": "^4.4.0" | ||
"valid-directory": "^4.5.0" | ||
}, | ||
@@ -238,2 +238,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -59,3 +59,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/taskgroup@9.4.0' | ||
import * as pkg from '//dev.jspm.io/taskgroup@9.5.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
210238
1
Updatedeachr@^6.6.0
Updatededitions@^6.16.0
Updatedextendr@^7.4.0