open-api-mocker
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.4.2] - 2021-01-26 | ||
### Fixed | ||
- Fixed exclusiveMinimum and exclusiveMaximum validation | ||
## [1.4.1] - 2020-10-01 | ||
@@ -11,0 +15,0 @@ ### Fixed |
@@ -14,5 +14,5 @@ 'use strict'; | ||
maximum: 'number?', | ||
exclusiveMaximum: 'number?', | ||
exclusiveMaximum: 'boolean?', | ||
minimum: 'number?', | ||
exclusiveMinimum: 'number?', | ||
exclusiveMinimum: 'boolean?', | ||
maxLength: 'number?', | ||
@@ -19,0 +19,0 @@ minLength: 'number?', |
{ | ||
"name": "open-api-mocker", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A mock server based in Open API Specification", | ||
@@ -5,0 +5,0 @@ "main": "lib/open-api-mocker.js", |
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
46556