🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mintlify/models

Package Overview
Dependencies
Maintainers
8
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version
0.0.302
to
0.0.303
+3
-0
dist/types/pageMetaTags.d.ts
import { IconType } from '../mintconfig/index.js';
import { ApiPlaygroundDisplayType } from './apiPlaygroundDisplayType.js';
export declare const NATIVE_METADATA_TAG_KEYS_SET: Set<string>;
export type RelatedFrontmatterEntry = string | Record<string, string>;
export type RelatedFrontmatter = false | RelatedFrontmatterEntry[];
export type PageMetaTags = {

@@ -41,2 +43,3 @@ href?: string;

deprecated?: boolean;
related?: RelatedFrontmatter;
} & Record<string, unknown>;
+2
-2
{
"name": "@mintlify/models",
"version": "0.0.302",
"version": "0.0.303",
"description": "Mintlify models",

@@ -62,3 +62,3 @@ "engines": {

},
"gitHead": "d80206844c8d0459975b8f4629aadd3b0e526b32"
"gitHead": "2647e3a109e873ca549b2e68a860f14307f9de0c"
}

Sorry, the diff of this file is not supported yet