@mdit-vue/plugin-frontmatter
Advanced tools
Comparing version 0.11.1 to 0.12.0
import MarkdownIt from 'markdown-it'; | ||
import matter from 'gray-matter'; | ||
declare type GrayMatterOptions = matter.GrayMatterOption<string, GrayMatterOptions>; | ||
type GrayMatterOptions = matter.GrayMatterOption<string, GrayMatterOptions>; | ||
/** | ||
@@ -6,0 +6,0 @@ * Options of @mdit-vue/plugin-frontmatter |
{ | ||
"name": "@mdit-vue/plugin-frontmatter", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "A markdown-it plugin to get markdown frontmatter", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@mdit-vue/types": "0.11.0", | ||
"@mdit-vue/types": "0.12.0", | ||
"@types/markdown-it": "^12.2.3", | ||
@@ -50,3 +50,3 @@ "gray-matter": "^4.0.3", | ||
}, | ||
"gitHead": "98828479d07c7bc52d178a00cdb92c166eff09ee" | ||
"gitHead": "986b6023d3460cadefd409cd5d4b6445af3a05bd" | ||
} |
Sorry, the diff of this file is not supported yet
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
7222
95
+ Added@mdit-vue/types@0.12.0(transitive)
- Removed@mdit-vue/types@0.11.0(transitive)
Updated@mdit-vue/types@0.12.0