@api-ts/typed-express-router
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@api-ts/typed-express-router", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Implement an HTTP specification with Express", | ||
@@ -17,7 +17,7 @@ "author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>", | ||
"format:fix": "prettier --write .", | ||
"test": "c8 --all node --loader tsx --test test/*.ts" | ||
"test": "c8 --all node --require @swc-node/register --test test/*.ts" | ||
}, | ||
"dependencies": { | ||
"@api-ts/io-ts-http": "2.4.0", | ||
"@types/express": "4.17.17", | ||
"@types/express": "4.17.18", | ||
"express": "4.18.2", | ||
@@ -28,6 +28,6 @@ "fp-ts": "^2.0.0", | ||
"devDependencies": { | ||
"@api-ts/superagent-wrapper": "1.1.11", | ||
"c8": "7.13.0", | ||
"typescript": "4.7.4", | ||
"tsx": "3.12.7" | ||
"@api-ts/superagent-wrapper": "1.1.12", | ||
"@swc-node/register": "1.6.7", | ||
"c8": "8.0.1", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -34,0 +34,0 @@ "publishConfig": { |
29425
+ Added@types/express@4.17.18(transitive)
- Removed@types/express@4.17.17(transitive)
Updated@types/express@4.17.18