@mdit-vue/plugin-toc
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -79,3 +79,3 @@ import { MarkdownItHeader } from '@mdit-vue/types'; | ||
declare type RenderHeadersFn = (headers: MarkdownItHeader[]) => string; | ||
type RenderHeadersFn = (headers: MarkdownItHeader[]) => string; | ||
declare const createRenderHeaders: ({ listTag, listClass, itemClass, linkTag, linkClass, }: Pick<Required<TocPluginOptions>, 'listTag' | 'listClass' | 'itemClass' | 'linkTag' | 'linkClass'>) => RenderHeadersFn; | ||
@@ -82,0 +82,0 @@ |
{ | ||
"name": "@mdit-vue/plugin-toc", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "A markdown-it plugin to generate table-of-contents that compatible with Vue.js", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@mdit-vue/shared": "0.11.0", | ||
"@mdit-vue/shared": "0.11.2", | ||
"@mdit-vue/types": "0.11.0", | ||
@@ -48,3 +48,3 @@ "@types/markdown-it": "^12.2.3", | ||
"devDependencies": { | ||
"markdown-it-anchor": "^8.6.4" | ||
"markdown-it-anchor": "^8.6.6" | ||
}, | ||
@@ -54,3 +54,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "98828479d07c7bc52d178a00cdb92c166eff09ee" | ||
"gitHead": "676ec4ca8704d709e7a47f7f6d41ff3f70dc2356" | ||
} |
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
14135
291
+ Added@mdit-vue/shared@0.11.2(transitive)
- Removed@mdit-vue/shared@0.11.0(transitive)
Updated@mdit-vue/shared@0.11.2