@bigtest/effection-express
Advanced tools
Comparing version 0.9.3 to 0.9.4-21a910f1
# @bigtest/effection-express | ||
## 0.9.4 | ||
### Patch Changes | ||
- 4762d0d9: Update effection dependencies to v1 | ||
- Updated dependencies [4762d0d9] | ||
- @bigtest/effection@0.6.3 | ||
## 0.9.3 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@bigtest/effection-express", | ||
"version": "0.9.3", | ||
"version": "0.9.4-21a910f1", | ||
"description": "Makes it easy to use Express from Effection", | ||
@@ -32,8 +32,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@bigtest/effection": "^0.6.2", | ||
"@effection/events": "^0.7.9", | ||
"@effection/subscription": "^0.12.0", | ||
"@bigtest/effection": "^0.6.3", | ||
"@effection/events": "^1.0.0", | ||
"@effection/subscription": "^1.0.0", | ||
"@types/express-ws": "^3.0.0", | ||
"@types/node": "^13.13.4", | ||
"effection": "^0.8.0", | ||
"effection": "^1.0.0", | ||
"express": "^4.17.1", | ||
@@ -40,0 +40,0 @@ "express-ws": "^4.0.0" |
12547
- Removed@effection/events@0.7.9(transitive)
- Removed@effection/subscription@0.12.0(transitive)
- Removedeffection@0.8.0(transitive)
Updated@bigtest/effection@^0.6.3
Updated@effection/events@^1.0.0
Updatedeffection@^1.0.0