@api-ts/express-wrapper
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "@api-ts/express-wrapper", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Implement an HTTP specification with Express", | ||
@@ -20,3 +20,3 @@ "author": "Eric Crosson <ericcrosson@bitgo.com>", | ||
"dependencies": { | ||
"@api-ts/io-ts-http": "2.1.0", | ||
"@api-ts/io-ts-http": "2.2.0", | ||
"express": "4.18.2", | ||
@@ -27,8 +27,8 @@ "fp-ts": "^2.0.0", | ||
"devDependencies": { | ||
"@api-ts/superagent-wrapper": "1.1.8", | ||
"@api-ts/typed-express-router": "1.0.11", | ||
"@api-ts/superagent-wrapper": "1.1.9", | ||
"@api-ts/typed-express-router": "1.0.12", | ||
"@ava/typescript": "3.0.1", | ||
"@types/express": "4.17.17", | ||
"ava": "5.2.0", | ||
"c8": "7.12.0", | ||
"c8": "7.13.0", | ||
"ts-node": "10.9.1", | ||
@@ -35,0 +35,0 @@ "typescript": "4.7.4" |
+ Added@api-ts/io-ts-http@2.2.0(transitive)
+ Added@api-ts/response@2.1.0(transitive)
- Removed@api-ts/io-ts-http@2.1.0(transitive)
- Removed@api-ts/response@2.0.0(transitive)
Updated@api-ts/io-ts-http@2.2.0