event-emitter-grouped
Advanced tools
Comparing version 4.3.0 to 4.4.0-next.1590073403.22313c7f74c56015531d6dd5dfe4b2632633aca7
# History | ||
## v4.4.0 2020 May 22 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.3.0 2020 May 21 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "4.3.0", | ||
"version": "4.4.0-next.1590073403.22313c7f74c56015531d6dd5dfe4b2632633aca7", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -113,4 +113,4 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
"dependencies": { | ||
"taskgroup": "^7.4.0", | ||
"unbounded": "^3.1.0" | ||
"taskgroup": "^7.5.0", | ||
"unbounded": "^3.2.0" | ||
}, | ||
@@ -122,6 +122,6 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.9.6", | ||
"@bevry/update-contributors": "^1.6.0", | ||
"assert-helpers": "^6.5.0", | ||
"@bevry/update-contributors": "^1.7.0", | ||
"assert-helpers": "^6.6.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.5.0", | ||
"eslint-config-bevry": "^3.6.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -131,8 +131,8 @@ "eslint-plugin-babel": "^5.3.0", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^5.1.0", | ||
"kava": "^5.2.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.2.0", | ||
"projectz": "^2.3.0", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^2.0.0" | ||
"valid-directory": "^2.1.0" | ||
}, | ||
@@ -139,0 +139,0 @@ "scripts": { |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.3.0' | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.4.0' | ||
</script> | ||
@@ -114,0 +114,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
36058
1
Updatedtaskgroup@^7.5.0
Updatedunbounded@^3.2.0