openapi-jsonschema-parameters
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -7,2 +7,6 @@ # openapi-jsonschema-parameters Changelog | ||
## 1.1.2 - 2019-06-21 | ||
### Fixed | ||
- Adds example keyword (fixes #455) (#456) | ||
## 1.1.1 - 2019-01-31 | ||
@@ -9,0 +13,0 @@ ### Fixed |
@@ -31,2 +31,3 @@ "use strict"; | ||
'default', | ||
'example', | ||
'description', | ||
@@ -33,0 +34,0 @@ 'enum', |
{ | ||
"name": "openapi-jsonschema-parameters", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Converts openapi parameters to a jsonschema format.", | ||
@@ -10,3 +10,3 @@ "main": "./dist/index.js", | ||
"prepare": "tsc", | ||
"test-watch": "mocha --watch-extensions ts -w", | ||
"test-watch": "tsc && mocha --watch-extensions ts -w", | ||
"test": "mocha", | ||
@@ -30,4 +30,4 @@ "travis-test": "npm run cover" | ||
"dependencies": { | ||
"openapi-types": "1.3.4" | ||
"openapi-types": "1.3.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12676
111
+ Addedopenapi-types@1.3.5(transitive)
- Removedopenapi-types@1.3.4(transitive)
Updatedopenapi-types@1.3.5