@mintlify/validation
Advanced tools
Comparing version 0.1.276 to 0.1.277
@@ -139,2 +139,5 @@ import isAbsoluteUrl from 'is-absolute-url'; | ||
return undefined; | ||
if (division.openapi && !isRemoteUrl(division.url)) { | ||
return _.omit(baseDivision, 'href'); | ||
} | ||
return baseDivision; | ||
@@ -141,0 +144,0 @@ }) |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.276", | ||
"version": "0.1.277", | ||
"description": "Validates mint.json files", | ||
@@ -63,3 +63,3 @@ "author": "Mintlify, Inc.", | ||
}, | ||
"gitHead": "4e64af24031de06140a7ff3f0a94d3346a7d9f8b" | ||
"gitHead": "03e54f352d7d1bfb7633594c343dfa8f36302f12" | ||
} |
Sorry, the diff of this file is not supported yet
3311290
72598