event-emitter-grouped
Advanced tools
Comparing version 4.17.0 to 4.18.0-next.1627506464.24456a43dc8336c96176bfb204dca957d076ea09
# History | ||
## v4.18.0 2021 July 29 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.17.0 2021 July 28 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "4.17.0", | ||
"version": "4.18.0-next.1627506464.24456a43dc8336c96176bfb204dca957d076ea09", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -82,3 +82,3 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
{ | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 with Require for modules", | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 || 16 with Require for modules", | ||
"directory": "source", | ||
@@ -93,3 +93,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 14", | ||
"node": "10 || 12 || 14 || 16", | ||
"browsers": false | ||
@@ -117,4 +117,4 @@ } | ||
"dependencies": { | ||
"taskgroup": "^7.17.0", | ||
"unbounded": "^3.13.0" | ||
"taskgroup": "^7.18.0", | ||
"unbounded": "^3.14.0" | ||
}, | ||
@@ -126,3 +126,3 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.14.8", | ||
"@bevry/update-contributors": "^1.18.0", | ||
"@bevry/update-contributors": "^1.19.0", | ||
"assert-helpers": "^8.2.0", | ||
@@ -135,3 +135,3 @@ "eslint": "^7.31.0", | ||
"jsdoc": "^3.6.7", | ||
"kava": "^5.13.0", | ||
"kava": "^5.14.0", | ||
"prettier": "^2.3.2", | ||
@@ -138,0 +138,0 @@ "projectz": "^2.18.0", |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.17.0' | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.18.0' | ||
</script> | ||
@@ -121,3 +121,3 @@ ``` | ||
<ul><li><code>event-emitter-grouped</code> aliases <code>event-emitter-grouped/source/index.js</code></li> | ||
<li><code>event-emitter-grouped/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> 10 || 12 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>event-emitter-grouped/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> 10 || 12 || 14 || 16 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>event-emitter-grouped/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> | ||
@@ -124,0 +124,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38530
1
Updatedtaskgroup@^7.18.0
Updatedunbounded@^3.14.0