event-emitter-grouped
Advanced tools
Comparing version 4.6.0 to 4.7.0-next.1592608015.2ab1fbbaa5cfc3b053e0f5a3f3491ee14ec71869
# History | ||
## v4.7.0 2020 June 20 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.6.0 2020 June 10 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "4.6.0", | ||
"version": "4.7.0-next.1592608015.2ab1fbbaa5cfc3b053e0f5a3f3491ee14ec71869", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -113,24 +113,24 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
"dependencies": { | ||
"taskgroup": "^7.7.0", | ||
"unbounded": "^3.4.0" | ||
"taskgroup": "^7.8.0", | ||
"unbounded": "^3.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.1", | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.1", | ||
"@babel/preset-env": "^7.10.2", | ||
"@bevry/update-contributors": "^1.9.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"@babel/cli": "^7.10.3", | ||
"@babel/core": "^7.10.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.3", | ||
"@babel/preset-env": "^7.10.3", | ||
"@bevry/update-contributors": "^1.10.0", | ||
"assert-helpers": "^6.10.0", | ||
"eslint": "^7.3.0", | ||
"eslint-config-bevry": "^3.9.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^5.4.0", | ||
"kava": "^5.5.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.6.0", | ||
"projectz": "^2.7.0", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^2.3.0" | ||
"valid-directory": "^2.4.0" | ||
}, | ||
@@ -137,0 +137,0 @@ "scripts": { |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.6.0' | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.7.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
36397
6
1
Updatedtaskgroup@^7.8.0
Updatedunbounded@^3.5.0