@mintlify/models
Advanced tools
@@ -1,2 +0,1 @@ | ||
| import { FeatureFlag, FeatureFlags } from './FeatureFlags.js'; | ||
| import { AutopilotSuggestionType, PrAutopilotSuggestion } from './autopilotSuggestionType.js'; | ||
@@ -7,2 +6,3 @@ import { CssFileType } from './cssFileType.js'; | ||
| import { DeploymentQuotaType } from './deploymentQuotaType.js'; | ||
| import { FeatureFlag, FeatureFlags } from './FeatureFlags.js'; | ||
| import { JsFileType } from './jsFileType.js'; | ||
@@ -9,0 +9,0 @@ import { LlmTranslationHistoryType } from './llmTranslationHistoryType.js'; |
@@ -23,4 +23,4 @@ import { ApiPlaygroundDisplayType, apiPlaygroundDisplayTypes, ResolvedApiPlaygroundDisplayType } from './apiPlaygroundDisplayType.js'; | ||
| import { defaultOnboardingTemplateIdIfOmitted, getOnboardingTemplateById, isOnboardingTemplateIdString, ONBOARDING_TEMPLATES, DEFAULT_ONBOARDING_TEMPLATE_ID, type OnboardingTemplateId, type TemplateSource } from './onboardingTemplate.js'; | ||
| import { OpenApiFile } from './openapi.js'; | ||
| import { OpenApiMetadata } from './openApiMetadata.js'; | ||
| import { OpenApiFile } from './openapi.js'; | ||
| import { PageMetaTags, NATIVE_METADATA_TAG_KEYS_SET } from './pageMetaTags.js'; | ||
@@ -27,0 +27,0 @@ import { PageType } from './pageType.js'; |
+5
-7
| { | ||
| "name": "@mintlify/models", | ||
| "version": "0.0.312", | ||
| "version": "0.0.313", | ||
| "description": "Mintlify models", | ||
@@ -40,4 +40,4 @@ "engines": { | ||
| "watch": "tsc --watch", | ||
| "format": "prettier \"./src/**/*.ts\" --write", | ||
| "format:check": "prettier \"./src/**/*.ts\" --check", | ||
| "format": "oxfmt \"./src/**/*.ts\"", | ||
| "format:check": "oxfmt --check \"./src/**/*.ts\"", | ||
| "lint": "eslint src --cache", | ||
@@ -52,5 +52,3 @@ "type": "tsc --noEmit" | ||
| "@mintlify/eslint-config-typescript": "1.0.13", | ||
| "@mintlify/prettier-config": "1.0.4", | ||
| "@mintlify/ts-config": "2.0.2", | ||
| "@trivago/prettier-plugin-sort-imports": "4.3.0", | ||
| "@tsconfig/recommended": "1.0.2", | ||
@@ -60,7 +58,7 @@ "@types/node": "18.19.21", | ||
| "eslint": "8.36.0", | ||
| "prettier": "3.3.2", | ||
| "oxfmt": "^0.51.0", | ||
| "rimraf": "5.0.1", | ||
| "typescript": "5.5.3" | ||
| }, | ||
| "gitHead": "0f96533701a483d613d9150774660a926cd5187d" | ||
| "gitHead": "aed3e21d844a46b5d607421e4b3800d56ad97581" | ||
| } |
Sorry, the diff of this file is not supported yet
9
-18.18%227876
-0.05%