event-emitter-grouped
Advanced tools
Comparing version 4.9.0 to 4.10.0-next.1593053268.f04d32d33cd078bfcc66fa874970ca05c4b22af7
# History | ||
## v4.10.0 2020 June 25 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.9.0 2020 June 21 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "4.9.0", | ||
"version": "4.10.0-next.1593053268.f04d32d33cd078bfcc66fa874970ca05c4b22af7", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -113,15 +113,15 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
"dependencies": { | ||
"taskgroup": "7.7.0", | ||
"unbounded": "3.4.0" | ||
"taskgroup": "7.11.0", | ||
"unbounded": "3.7.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.3", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.5", | ||
"@babel/preset-env": "^7.7.6", | ||
"@bevry/update-contributors": "^1.9.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"@babel/core": "^7.10.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.3", | ||
"@babel/preset-env": "^7.10.3", | ||
"@bevry/update-contributors": "^1.12.0", | ||
"assert-helpers": "^6.13.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-bevry": "^3.12.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
@@ -132,3 +132,3 @@ "eslint-plugin-prettier": "^3.1.4", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.9.0", | ||
"projectz": "^2.10.1", | ||
"surge": "^0.21.3", | ||
@@ -135,0 +135,0 @@ "valid-directory": "^2.5.0" |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.9.0' | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.10.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
36979
1
+ Addedtaskgroup@7.11.0(transitive)
+ Addedunbounded@3.7.0(transitive)
- Removedtaskgroup@7.7.0(transitive)
Updatedtaskgroup@7.11.0
Updatedunbounded@3.7.0