@effection/events
Advanced tools
Comparing version 0.7.0 to 0.7.1-1cd722d
# Changelog | ||
## 0.7.1 | ||
### Patch Changes | ||
- c624e41: as of 0.7.0 @effection/events depends on @effection/subscription for | ||
its implementation. This allows higher order functions over event | ||
streams via `Subscribeable`. | ||
## 0.7.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@effection/events", | ||
"version": "0.7.0", | ||
"version": "0.7.1-1cd722d", | ||
"description": "Helpers for listening to events with effection", | ||
@@ -22,2 +22,5 @@ "main": "dist/index.js", | ||
}, | ||
"dependencies": { | ||
"@effection/subscription": "^0.6.3" | ||
}, | ||
"devDependencies": { | ||
@@ -24,0 +27,0 @@ "@frontside/tsconfig": "0.0.1", |
23623
2
+ Added@effection/subscription@0.6.3(transitive)