@bigtest/effection-express
Advanced tools
Comparing version 0.1.1-642325c to 0.1.1-6fcfdda
{ | ||
"name": "@bigtest/effection-express", | ||
"version": "0.1.1-642325c", | ||
"version": "0.1.1-6fcfdda", | ||
"description": "Makes it easy to use Express from Effection", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"mocha": "mocha -r ts-node/register", | ||
"prepack": "tsc --outdir dist --project tsconfig.dist.json --declaration --sourcemap --module commonjs" | ||
"prepack": "tsc --outdir dist --declaration --sourcemap --module commonjs" | ||
}, | ||
@@ -24,2 +24,3 @@ "devDependencies": { | ||
"@types/node": "^12.7.11", | ||
"effection": "^0.6.2", | ||
"expect": "^24.9.0", | ||
@@ -29,5 +30,6 @@ "mocha": "^6.2.2", | ||
}, | ||
"peerDependencies": { | ||
"effection": "^0.6.2" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.7.11", | ||
"effection": "^0.6.0", | ||
"express": "^4.17.1" | ||
@@ -34,0 +36,0 @@ }, |
2
3348
6
- Removed@types/node@^12.7.11
- Removedeffection@^0.6.0
- Removed@types/node@12.20.55(transitive)