taskgroup
Advanced tools
Comparing version 7.2.0 to 7.3.0-next.1589997483.70e1d7522d9241b8247d4880b270eed41dc53d9f
# History | ||
## v7.3.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.2.0 2020 May 21 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "TaskGroup", | ||
"name": "taskgroup", | ||
"version": "7.2.0", | ||
"version": "7.3.0-next.1589997483.70e1d7522d9241b8247d4880b270eed41dc53d9f", | ||
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.", | ||
@@ -108,3 +108,3 @@ "homepage": "https://github.com/bevry/taskgroup", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"main": "source/index.js", | ||
"browser": "edition-browsers/index.js", | ||
@@ -114,3 +114,2 @@ "dependencies": { | ||
"eachr": "^4.5.0", | ||
"editions": "^3.0.0", | ||
"extendr": "^5.2.0", | ||
@@ -162,3 +161,3 @@ "unbounded": "^3.0.0" | ||
"our:verify:prettier": "prettier --write .", | ||
"test": "node ./test.js" | ||
"test": "node ./source/test.js" | ||
}, | ||
@@ -165,0 +164,0 @@ "eslintConfig": { |
@@ -59,3 +59,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/taskgroup@7.2.0' | ||
import * as pkg from '//dev.jspm.io/taskgroup@7.3.0' | ||
</script> | ||
@@ -68,3 +68,3 @@ ``` | ||
<ul><li><code>taskgroup</code> aliases <code>taskgroup/index.js</code> which uses the <a href="https://github.com/bevry/editions" title="You can use the Editions Autoloader to autoload the appropriate edition for your consumers environment">Editions Autoloader</a> to automatically select the correct edition for the consumer's environment</li> | ||
<ul><li><code>taskgroup</code> aliases <code>taskgroup/source/index.js</code></li> | ||
<li><code>taskgroup/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
@@ -71,0 +71,0 @@ <li><code>taskgroup/edition-browsers/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> compiled for web browsers with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> |
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
4
162572
15
4138
1
- Removededitions@^3.0.0
- Removededitions@3.16.0(transitive)
- Removederrlop@3.17.0(transitive)
- Removedsemver@6.3.0(transitive)