vuepress-shared
Advanced tools
Comparing version 2.0.0-beta.71 to 2.0.0-beta.72
@@ -80,3 +80,3 @@ import { FunctionalComponent, ComputedRef } from 'vue'; | ||
declare const normalizePath: (path: string) => string; | ||
declare const isActiveLink: (route: RouteLocationNormalizedLoaded, link?: string | undefined) => boolean; | ||
declare const isActiveLink: (route: RouteLocationNormalizedLoaded, link?: string) => boolean; | ||
@@ -83,0 +83,0 @@ /** |
@@ -31,3 +31,3 @@ import { App, LocaleData, PageFrontmatter, LocaleConfig, Page } from '@vuepress/core'; | ||
*/ | ||
declare const useCustomDevServer: (config: unknown, app: App, path: string, getResponse: (request?: IncomingMessage | undefined) => Promise<string | Buffer>, errMsg?: string) => void; | ||
declare const useCustomDevServer: (config: unknown, app: App, path: string, getResponse: (request?: IncomingMessage) => Promise<string | Buffer>, errMsg?: string) => void; | ||
@@ -34,0 +34,0 @@ declare const lang2PathConfig: { |
{ | ||
"name": "vuepress-shared", | ||
"version": "2.0.0-beta.71", | ||
"version": "2.0.0-beta.72", | ||
"description": "Shared files for vuepress-theme-hope", | ||
@@ -33,7 +33,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@vuepress/client": "2.0.0-beta.45", | ||
"@vuepress/plugin-git": "2.0.0-beta.45", | ||
"@vuepress/plugin-theme-data": "2.0.0-beta.45", | ||
"@vuepress/shared": "2.0.0-beta.45", | ||
"@vuepress/utils": "2.0.0-beta.45", | ||
"@vuepress/client": "2.0.0-beta.46", | ||
"@vuepress/plugin-git": "2.0.0-beta.46", | ||
"@vuepress/plugin-theme-data": "2.0.0-beta.46", | ||
"@vuepress/shared": "2.0.0-beta.46", | ||
"@vuepress/utils": "2.0.0-beta.46", | ||
"chalk": "^4.1.2", | ||
@@ -47,8 +47,8 @@ "dayjs": "^1.11.2", | ||
"devDependencies": { | ||
"@types/connect": "^3.4.35", | ||
"@vuepress/bundler-vite": "2.0.0-beta.45", | ||
"@vuepress/bundler-webpack": "2.0.0-beta.45", | ||
"@vuepress/core": "2.0.0-beta.45", | ||
"rimraf": "^3.0.2", | ||
"vite": "~2.9.9" | ||
"@types/connect": "3.4.35", | ||
"@vuepress/bundler-vite": "2.0.0-beta.46", | ||
"@vuepress/bundler-webpack": "2.0.0-beta.46", | ||
"@vuepress/core": "2.0.0-beta.46", | ||
"rimraf": "3.0.2", | ||
"vite": "2.9.9" | ||
}, | ||
@@ -55,0 +55,0 @@ "publishConfig": { |
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
241669
+ Added@vuepress/client@2.0.0-beta.46(transitive)
+ Added@vuepress/core@2.0.0-beta.46(transitive)
+ Added@vuepress/markdown@2.0.0-beta.46(transitive)
+ Added@vuepress/plugin-git@2.0.0-beta.46(transitive)
+ Added@vuepress/plugin-theme-data@2.0.0-beta.46(transitive)
+ Added@vuepress/shared@2.0.0-beta.46(transitive)
+ Added@vuepress/utils@2.0.0-beta.46(transitive)
- Removed@vuepress/client@2.0.0-beta.45(transitive)
- Removed@vuepress/core@2.0.0-beta.45(transitive)
- Removed@vuepress/markdown@2.0.0-beta.45(transitive)
- Removed@vuepress/plugin-git@2.0.0-beta.45(transitive)
- Removed@vuepress/plugin-theme-data@2.0.0-beta.45(transitive)
- Removed@vuepress/shared@2.0.0-beta.45(transitive)
- Removed@vuepress/utils@2.0.0-beta.45(transitive)