event-emitter-grouped
Advanced tools
Comparing version 4.13.0 to 4.14.0-next.1597694487.5d6af29a0e9e009a211035faa113916c8abd0792
# History | ||
## v4.14.0 2020 August 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.13.0 2020 August 4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "4.13.0", | ||
"version": "4.14.0-next.1597694487.5d6af29a0e9e009a211035faa113916c8abd0792", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -113,14 +113,14 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
"dependencies": { | ||
"taskgroup": "^7.13.0", | ||
"unbounded": "^3.9.0" | ||
"taskgroup": "^7.14.0", | ||
"unbounded": "^3.10.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.11.0", | ||
"@babel/core": "^7.11.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/preset-env": "^7.11.0", | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@bevry/update-contributors": "^1.15.0", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.17.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
@@ -130,7 +130,7 @@ "eslint-plugin-babel": "^5.3.1", | ||
"jsdoc": "^3.6.5", | ||
"kava": "^5.9.0", | ||
"kava": "^5.10.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.12.0", | ||
"projectz": "^2.14.0", | ||
"surge": "^0.21.6", | ||
"valid-directory": "^2.7.0" | ||
"valid-directory": "^3.0.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.13.0' | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.14.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
37760
1
Updatedtaskgroup@^7.14.0
Updatedunbounded@^3.10.0