event-emitter-grouped
Advanced tools
Comparing version 4.2.0 to 4.3.0-next.1590036884.ced6cc9f6641ac30837dfb8509923e1fb99a7cbe
# History | ||
## v4.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) | ||
## v4.2.0 2020 May 13 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "4.2.0", | ||
"version": "4.3.0-next.1590036884.ced6cc9f6641ac30837dfb8509923e1fb99a7cbe", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -110,8 +110,7 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"main": "source/index.js", | ||
"browser": "edition-browsers/index.js", | ||
"dependencies": { | ||
"editions": "^3.0.0", | ||
"taskgroup": "^7.0.0", | ||
"unbounded": "^3.0.0" | ||
"taskgroup": "^7.4.0", | ||
"unbounded": "^3.1.0" | ||
}, | ||
@@ -123,6 +122,6 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.9.6", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"assert-helpers": "^6.4.0", | ||
"@bevry/update-contributors": "^1.6.0", | ||
"assert-helpers": "^6.5.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.4.0", | ||
"eslint-config-bevry": "^3.5.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -132,8 +131,8 @@ "eslint-plugin-babel": "^5.3.0", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^5.0.0", | ||
"kava": "^5.1.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.1.0", | ||
"projectz": "^2.2.0", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^1.6.0" | ||
"valid-directory": "^2.0.0" | ||
}, | ||
@@ -163,3 +162,3 @@ "scripts": { | ||
"our:verify:prettier": "prettier --write .", | ||
"test": "node ./test.js" | ||
"test": "node ./source/test.js" | ||
}, | ||
@@ -166,0 +165,0 @@ "eslintConfig": { |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.2.0' | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.3.0' | ||
</script> | ||
@@ -120,3 +120,3 @@ ``` | ||
<ul><li><code>event-emitter-grouped</code> aliases <code>event-emitter-grouped/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>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> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
@@ -123,0 +123,0 @@ <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> |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
35865
7
360
1
+ Addedsemver@6.3.1(transitive)
- Removededitions@^3.0.0
- Removededitions@3.16.0(transitive)
- Removederrlop@3.17.0(transitive)
- Removedsemver@6.3.0(transitive)
Updatedtaskgroup@^7.4.0
Updatedunbounded@^3.1.0