Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
5
Versions
157
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.21 to 0.0.22

dist/types/inkeepType.d.ts

3

dist/entities/deploymentType.d.ts
import { Analytics, MintConfig } from '../mintconfig/index.js';
import { GitSource } from '../types/index.js';
import { GitSource, InkeepType } from '../types/index.js';
export type DeploymentType = {

@@ -16,2 +16,3 @@ name: string;

vercelProjectId?: string;
inkeep?: InkeepType;
};

@@ -7,5 +7,6 @@ import { EditContext } from './editContext.js';

import { GrowthDataType } from './growthDataType.js';
import { InkeepType } from './inkeepType.js';
import { NavGroups, NavGroup } from './navGroups.js';
import { PageMetaTags } from './pageMetaTags.js';
import { PathType } from './pathType.js';
export type { EditContext, GitAuthType, GitHubAppType, GitSource, GitType, GrowthDataType, PathType, PageMetaTags, NavGroups, NavGroup, };
export type { EditContext, GitAuthType, GitHubAppType, GitSource, GitType, GrowthDataType, InkeepType, PathType, PageMetaTags, NavGroups, NavGroup, };
{
"name": "@mintlify/models",
"version": "0.0.21",
"version": "0.0.22",
"description": "Mintlify models",

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

"dependencies": {
"@mintlify/validation": "0.1.55"
"@mintlify/validation": "0.1.56"
},

@@ -73,3 +73,3 @@ "devDependencies": {

},
"gitHead": "76860a00e11b579dd191fb3363adbe76c7e4ff05"
"gitHead": "a1e73e688592912b327c348531d300ec588a5179"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc