event-emitter-grouped
Advanced tools
Comparing version 3.2.0 to 3.3.0-next.1575170958.35fc796a7cea3ab96e9219c9f1756f98f3370656
# History | ||
## v3.3.0 2019 December 1 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.2.0 2019 December 1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "3.2.0", | ||
"version": "3.3.0-next.1575170958.35fc796a7cea3ab96e9219c9f1756f98f3370656", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -102,4 +102,4 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
"dependencies": { | ||
"taskgroup": "^6.2.0", | ||
"unbounded": "^2.0.0" | ||
"taskgroup": "^6.3.0", | ||
"unbounded": "^2.1.0" | ||
}, | ||
@@ -111,5 +111,5 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.7.4", | ||
"assert-helpers": "^5.6.0", | ||
"assert-helpers": "^5.7.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-bevry": "^2.0.0", | ||
"eslint-config-bevry": "^2.1.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
@@ -119,8 +119,8 @@ "eslint-plugin-babel": "^5.3.0", | ||
"jsdoc": "^3.6.3", | ||
"kava": "^4.1.0", | ||
"kava": "^4.2.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^1.19.1", | ||
"projectz": "^1.12.0", | ||
"projectz": "^1.13.0", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^1.3.0" | ||
"valid-directory": "^1.4.0" | ||
}, | ||
@@ -127,0 +127,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32663
1
Updatedtaskgroup@^6.3.0
Updatedunbounded@^2.1.0