@mintlify/common
Advanced tools
Comparing version 1.0.208 to 1.0.209
@@ -25,2 +25,3 @@ import { generateExampleFromSchema, } from '@mintlify/validation'; | ||
const { servers, path, method } = parseResult; | ||
const title = 'title' in metadata && typeof metadata.title === 'string' ? metadata.title : ''; | ||
const authMethodString = 'authMethod' in metadata && typeof metadata.authMethod === 'string' | ||
@@ -31,2 +32,3 @@ ? metadata.authMethod | ||
const endpoint = { | ||
title, | ||
path, | ||
@@ -33,0 +35,0 @@ servers, |
{ | ||
"name": "@mintlify/common", | ||
"version": "1.0.208", | ||
"version": "1.0.209", | ||
"description": "Commonly shared code within Mintlify", | ||
@@ -82,3 +82,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "7e6b4dcbb2a5b66dc6e2a6e974e7dcd3a8ff2920" | ||
"gitHead": "04c7591418dbb571dbf203a1fb92fafcfb4e9990" | ||
} |
Sorry, the diff of this file is not supported yet
268522
2779