taskgroup
Advanced tools
Comparing version 9.2.0 to 9.3.0
{ | ||
"title": "TaskGroup", | ||
"name": "taskgroup", | ||
"version": "9.2.0", | ||
"version": "9.3.0", | ||
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.", | ||
@@ -128,6 +128,6 @@ "homepage": "https://github.com/bevry/taskgroup", | ||
"ambi": "3.2.0", | ||
"eachr": "^6.1.0", | ||
"editions": "^6.11.0", | ||
"extendr": "^7.1.0", | ||
"unbounded": "^5.1.0" | ||
"eachr": "^6.3.0", | ||
"editions": "^6.13.0", | ||
"extendr": "^7.2.0", | ||
"unbounded": "^5.2.0" | ||
}, | ||
@@ -140,17 +140,17 @@ "devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-bevry": "^4.0.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"jsdoc": "^4.0.2", | ||
"kava": "^7.0.0", | ||
"kava": "^7.1.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"safeps": "^11.1.0", | ||
"projectz": "^3.0.0", | ||
"safeps": "^11.2.0", | ||
"surge": "^0.23.1", | ||
"valid-directory": "^4.1.0" | ||
"valid-directory": "^4.2.0" | ||
}, | ||
"scripts": { | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-4", | ||
@@ -163,3 +163,3 @@ "our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source", | ||
"our:meta:docs": "npm run our:meta:docs:jsdoc", | ||
"our:meta:docs:jsdoc": "rm -Rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -Rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:docs:jsdoc": "rm -rf ./docs && jsdoc --recurse --pedantic --access all --destination ./docs --package ./package.json --readme ./README.md ./source && mv ./docs/$npm_package_name/$npm_package_version/* ./docs/ && rm -rf ./docs/$npm_package_name/$npm_package_version", | ||
"our:meta:projectz": "projectz compile", | ||
@@ -166,0 +166,0 @@ "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", |
@@ -58,3 +58,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/taskgroup@9.2.0' | ||
import * as pkg from '//dev.jspm.io/taskgroup@9.3.0' | ||
</script> | ||
@@ -61,0 +61,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
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
210442
22
Updatedeachr@^6.3.0
Updatededitions@^6.13.0
Updatedextendr@^7.2.0
Updatedunbounded@^5.2.0