@vuepress/plugin-theme-data
Advanced tools
Comparing version 2.0.0-beta.38 to 2.0.0-beta.40
@@ -10,4 +10,4 @@ import type { Plugin } from '@vuepress/core'; | ||
*/ | ||
themeData?: ThemeData; | ||
themeData: ThemeData; | ||
} | ||
export declare const themeDataPlugin: Plugin<ThemeDataPluginOptions>; | ||
export declare const themeDataPlugin: ({ themeData, }: ThemeDataPluginOptions) => Plugin; |
@@ -6,3 +6,3 @@ "use strict"; | ||
const prepareThemeData_1 = require("./prepareThemeData"); | ||
const themeDataPlugin = ({ themeData = {}, }) => ({ | ||
const themeDataPlugin = ({ themeData, }) => ({ | ||
name: '@vuepress/plugin-theme-data', | ||
@@ -9,0 +9,0 @@ clientAppEnhanceFiles: utils_1.path.resolve(__dirname, '../client/clientAppEnhance.js'), |
{ | ||
"name": "@vuepress/plugin-theme-data", | ||
"version": "2.0.0-beta.38", | ||
"version": "2.0.0-beta.40", | ||
"description": "VuePress plugin - theme data", | ||
@@ -26,23 +26,18 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "rimraf lib *.tsbuildinfo", | ||
"copy": "cpx \"src/**/*.d.ts\" lib" | ||
}, | ||
"dependencies": { | ||
"@vue/devtools-api": "^6.1.4", | ||
"@vuepress/client": "2.0.0-beta.38", | ||
"@vuepress/core": "2.0.0-beta.38", | ||
"@vuepress/shared": "2.0.0-beta.38", | ||
"@vuepress/utils": "2.0.0-beta.38", | ||
"vue": "^3.2.31" | ||
"@vuepress/client": "2.0.0-beta.40", | ||
"@vuepress/core": "2.0.0-beta.40", | ||
"@vuepress/shared": "2.0.0-beta.40", | ||
"@vuepress/utils": "2.0.0-beta.40", | ||
"vue": "^3.2.33" | ||
}, | ||
"devDependencies": { | ||
"@types/webpack-env": "^1.16.3", | ||
"vite": "~2.9.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "7cb24eab18628a66371a367090f7c9c33b519136" | ||
} | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "rimraf lib *.tsbuildinfo", | ||
"copy": "cpx \"src/**/*.d.ts\" lib" | ||
} | ||
} |
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
0
4
10
1
36
10711
+ Added@vuepress/client@2.0.0-beta.40(transitive)
+ Added@vuepress/core@2.0.0-beta.40(transitive)
+ Added@vuepress/markdown@2.0.0-beta.40(transitive)
+ Added@vuepress/shared@2.0.0-beta.40(transitive)
+ Added@vuepress/utils@2.0.0-beta.40(transitive)
+ Addedentities@3.0.1(transitive)
+ Addedlinkify-it@4.0.1(transitive)
+ Addedmarkdown-it@13.0.2(transitive)
+ Addedpostcss@8.4.47(transitive)
- Removed@types/hash-sum@1.0.2(transitive)
- Removed@vuepress/client@2.0.0-beta.38(transitive)
- Removed@vuepress/core@2.0.0-beta.38(transitive)
- Removed@vuepress/markdown@2.0.0-beta.38(transitive)
- Removed@vuepress/shared@2.0.0-beta.38(transitive)
- Removed@vuepress/utils@2.0.0-beta.38(transitive)
- Removedentities@2.1.0(transitive)
- Removedlinkify-it@3.0.3(transitive)
- Removedmarkdown-it@12.3.2(transitive)
- Removedpostcss@8.4.49(transitive)
Updated@vuepress/core@2.0.0-beta.40
Updatedvue@^3.2.33