openapi-request-coercer
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -7,2 +7,6 @@ # openapi-request-coercer Changelog | ||
## 2.0.1 - 2018-10-03 | ||
### Fixed | ||
- Updating .npmignore to publish `dist` | ||
## 2.0.0 - 2018-09-29 | ||
@@ -9,0 +13,0 @@ ### Added |
{ | ||
"name": "openapi-request-coercer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Coerce request properties according to an openapi parameter list.", | ||
@@ -9,3 +9,3 @@ "main": "./dist/index.js", | ||
"cover": "nyc", | ||
"prepublishOnly": "tsc", | ||
"prepare": "tsc", | ||
"test-watch": "mocha --watch-extensions ts -w", | ||
@@ -30,4 +30,4 @@ "test": "mocha", | ||
"dependencies": { | ||
"openapi-types": "^1.2.0" | ||
"openapi-types": "^1.3.1" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16185
7
167
1
Updatedopenapi-types@^1.3.1