event-emitter-grouped
Advanced tools
Comparing version 4.12.0 to 4.13.0-next.1596514446.b1e5cc99c2ab52929dad0c95410c7f42a6e53ccc
# History | ||
## v4.13.0 2020 August 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.12.0 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Event Emitter Grouped", | ||
"name": "event-emitter-grouped", | ||
"version": "4.12.0", | ||
"version": "4.13.0-next.1596514446.b1e5cc99c2ab52929dad0c95410c7f42a6e53ccc", | ||
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners", | ||
@@ -113,23 +113,23 @@ "homepage": "https://github.com/bevry/event-emitter-grouped", | ||
"dependencies": { | ||
"taskgroup": "^7.12.0", | ||
"unbounded": "^3.8.0" | ||
"taskgroup": "^7.13.0", | ||
"unbounded": "^3.9.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.10.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@bevry/update-contributors": "^1.13.0", | ||
"assert-helpers": "^6.18.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-bevry": "^3.16.0", | ||
"@babel/core": "^7.11.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/preset-env": "^7.11.0", | ||
"@bevry/update-contributors": "^1.14.0", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.17.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^5.8.0", | ||
"jsdoc": "^3.6.5", | ||
"kava": "^5.9.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.11.0", | ||
"projectz": "^2.12.0", | ||
"surge": "^0.21.6", | ||
"valid-directory": "^2.6.0" | ||
"valid-directory": "^2.7.0" | ||
}, | ||
@@ -136,0 +136,0 @@ "scripts": { |
@@ -111,3 +111,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.12.0' | ||
import * as pkg from '//dev.jspm.io/event-emitter-grouped@4.13.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
37561
1
Updatedtaskgroup@^7.13.0
Updatedunbounded@^3.9.0