@mdit-vue/plugin-title
Advanced tools
Comparing version 0.7.1 to 0.8.0
import { PluginSimple } from 'markdown-it'; | ||
/** | ||
* Get markdown page title info | ||
* | ||
* Extract it to env | ||
*/ | ||
declare const titlePlugin: PluginSimple; | ||
declare module '@mdit-vue/types' { | ||
@@ -12,9 +19,2 @@ interface MarkdownItEnv { | ||
/** | ||
* Get markdown page title info | ||
* | ||
* Extract it to env | ||
*/ | ||
declare const titlePlugin: PluginSimple; | ||
export { titlePlugin }; |
{ | ||
"name": "@mdit-vue/plugin-title", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "A markdown-it plugin to get markdown page title", | ||
@@ -40,4 +40,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@mdit-vue/shared": "0.7.1", | ||
"@mdit-vue/types": "0.7.1", | ||
"@mdit-vue/shared": "0.8.0", | ||
"@mdit-vue/types": "0.8.0", | ||
"@types/markdown-it": "^12.2.3", | ||
@@ -56,3 +56,3 @@ "markdown-it": "^13.0.1" | ||
}, | ||
"gitHead": "b4b8bc6c054ea2dd9ad9ec7a37a58b5a2147b2bd" | ||
"gitHead": "7fd357a18b8bcc347cf17e2e78da3b3ed4242e58" | ||
} |
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
+ Added@mdit-vue/shared@0.8.0(transitive)
+ Added@mdit-vue/types@0.8.0(transitive)
- Removed@mdit-vue/shared@0.7.1(transitive)
- Removed@mdit-vue/types@0.7.1(transitive)
Updated@mdit-vue/shared@0.8.0
Updated@mdit-vue/types@0.8.0