openapi-enforcer
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -7,2 +7,18 @@ # Change Log | ||
## 1.12.3 | ||
### Fixed | ||
- **Dereference Path Resolution** | ||
Path resolution was not always correctly determining the source path. | ||
## 1.12.2 | ||
### Fixed | ||
- **OpenAPI component path and request details** | ||
The `request` and `path` did not always add `pathItem`, `operation`, and `pathKeys` properties that were added in `1.12.1`. | ||
## 1.12.1 | ||
@@ -9,0 +25,0 @@ |
{ | ||
"name": "openapi-enforcer", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "Library for validating, parsing, and formatting data against open api schemas.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -140,5 +140,3 @@ /** | ||
const basePath = typeof source === 'string' | ||
? path.dirname(source) | ||
: process.cwd(); | ||
const basePath = process.cwd(); | ||
@@ -145,0 +143,0 @@ let result; |
1486146
20169