@mintlify/common
Advanced tools
Comparing version 1.0.193 to 1.0.194
@@ -1,2 +0,2 @@ | ||
import { rehypeCodeBlocks, rehypeMdxExtractExamples, rehypeMdxExtractEndpoint, rehypeRawComponents, rehypeZoomImages, remarkFrames, remarkMdxInjectSnippets, remarkMdxRemoveUnusedVariables, remarkRemoveImports, remarkExtractTableOfContents, } from './plugins/index.js'; | ||
import { rehypeCodeBlocks, rehypeMdxExtractEndpoint, rehypeMdxExtractExamples, rehypeParamFieldIds, rehypeRawComponents, rehypeZoomImages, remarkExtractTableOfContents, remarkFrames, remarkMdxInjectSnippets, remarkMdxRemoveUnusedVariables, remarkRemoveImports, } from './plugins/index.js'; | ||
import rehypeMdxRemoveUnknownJsx from './plugins/rehype/rehypeMdxRemoveUnknownJsx/index.js'; | ||
@@ -27,2 +27,3 @@ import { remarkMermaid } from './plugins/remark/remarkMermaid.js'; | ||
rehypeCodeBlocks, | ||
rehypeParamFieldIds, | ||
...rehypeExtractors(mdxExtracts, data), | ||
@@ -29,0 +30,0 @@ rehypeRawComponents, |
@@ -0,6 +1,7 @@ | ||
export * from './rehypeCodeBlocks.js'; | ||
export * from './rehypeMdxExtractEndpoint/index.js'; | ||
export * from './rehypeMdxExtractExamples.js'; | ||
export * from './rehypeMdxRemoveUnknownJsx/index.js'; | ||
export * from './rehypeMdxExtractExamples.js'; | ||
export * from './rehypeCodeBlocks.js'; | ||
export * from './rehypeParamFieldIds.js'; | ||
export * from './rehypeRawComponents.js'; | ||
export * from './rehypeZoomImages.js'; |
@@ -0,6 +1,7 @@ | ||
export * from './rehypeCodeBlocks.js'; | ||
export * from './rehypeMdxExtractEndpoint/index.js'; | ||
export * from './rehypeMdxExtractExamples.js'; | ||
export * from './rehypeMdxRemoveUnknownJsx/index.js'; | ||
export * from './rehypeMdxExtractExamples.js'; | ||
export * from './rehypeCodeBlocks.js'; | ||
export * from './rehypeParamFieldIds.js'; | ||
export * from './rehypeRawComponents.js'; | ||
export * from './rehypeZoomImages.js'; |
{ | ||
"name": "@mintlify/common", | ||
"version": "1.0.193", | ||
"version": "1.0.194", | ||
"description": "Commonly shared code within Mintlify", | ||
@@ -89,3 +89,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "031c9f10a6db0931c74afe4da607e46fa81c3b59" | ||
"gitHead": "f8eec6b04dc13c91eec43320594e3e7c52ea3c8b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
261406
182
3118