vuepress-plugin-blog2
Advanced tools
Comparing version 2.0.0-beta.10 to 2.0.0-beta.11
{ | ||
"name": "vuepress-plugin-blog2", | ||
"version": "2.0.0-beta.10", | ||
"version": "2.0.0-beta.11", | ||
"description": "Blog plugin for VuePress", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@mr-hope/vuepress-shared": "2.0.0-beta.10", | ||
"@mr-hope/vuepress-shared": "2.0.0-beta.11", | ||
"@vuepress/client": "2.0.0-beta.35", | ||
@@ -55,3 +55,3 @@ "@vuepress/core": "2.0.0-beta.36", | ||
}, | ||
"gitHead": "062dcf8dd5f8d34a11c30885600b17117becb7cb" | ||
"gitHead": "df5c5457255e990dd961ef3fa52dc4ea85071b4e" | ||
} |
@@ -17,2 +17,3 @@ import { Logger } from "@mr-hope/vuepress-shared"; | ||
// make sure root locale exists | ||
// eslint-disable-next-line @typescript-eslint/naming-convention | ||
"/": {}, | ||
@@ -19,0 +20,0 @@ ...app.options.locales, |
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
54543
1169
+ Added@mr-hope/vuepress-shared@2.0.0-beta.11(transitive)
- Removed@mr-hope/vuepress-shared@2.0.0-beta.10(transitive)