@vuepress/client
Advanced tools
Comparing version 2.0.0-rc.8 to 2.0.0-rc.9
@@ -15,3 +15,3 @@ import { | ||
withBase | ||
} from "./chunk-VA7KP4YF.js"; | ||
} from "./chunk-FJNK2BS7.js"; | ||
@@ -18,0 +18,0 @@ // src/app.ts |
@@ -228,2 +228,7 @@ import * as vue from 'vue'; | ||
/** | ||
* A helper function to help you define vuepress client config file | ||
*/ | ||
declare const defineClientConfig: (clientConfig?: ClientConfig) => ClientConfig; | ||
/** | ||
* Prefix url with site base | ||
@@ -233,2 +238,2 @@ */ | ||
export { type ClientConfig, type ClientData, ClientOnly, Content, type Layouts, type LayoutsRef, type PageChunk, type PageComponent, type PageComponentRef, type PageDataRef, type PageFrontmatterRef, type PageHead, type PageHeadRef, type PageHeadTitle, type PageHeadTitleRef, type PageLang, type PageLangRef, type PageLayout, type PageLayoutRef, type Redirects, type RedirectsRef, type Route, RouteLink, type RouteLinkProps, type RouteLocale, type RouteLocaleRef, type RouteMeta, type RoutePath, type RoutePathRef, type Routes, type RoutesRef, type SiteDataRef, type SiteLocaleData, type SiteLocaleDataRef, type UpdateHead, clientDataSymbol, resolveRoute, resolveRoutePath, resolvers, updateHeadSymbol, useClientData, useLayouts, usePageComponent, usePageData, usePageFrontmatter, usePageHead, usePageLang, usePageLayout, useRedirects, useRouteLocale, useRoutePath, useRoutes, useSiteData, useSiteLocaleData, useUpdateHead, withBase }; | ||
export { type ClientConfig, type ClientData, ClientOnly, Content, type Layouts, type LayoutsRef, type PageChunk, type PageComponent, type PageComponentRef, type PageDataRef, type PageFrontmatterRef, type PageHead, type PageHeadRef, type PageHeadTitle, type PageHeadTitleRef, type PageLang, type PageLangRef, type PageLayout, type PageLayoutRef, type Redirects, type RedirectsRef, type Route, RouteLink, type RouteLinkProps, type RouteLocale, type RouteLocaleRef, type RouteMeta, type RoutePath, type RoutePathRef, type Routes, type RoutesRef, type SiteDataRef, type SiteLocaleData, type SiteLocaleDataRef, type UpdateHead, clientDataSymbol, defineClientConfig, resolveRoute, resolveRoutePath, resolvers, updateHeadSymbol, useClientData, useLayouts, usePageComponent, usePageData, usePageFrontmatter, usePageHead, usePageLang, usePageLayout, useRedirects, useRouteLocale, useRoutePath, useRoutes, useSiteData, useSiteLocaleData, useUpdateHead, withBase }; |
@@ -6,2 +6,3 @@ import { | ||
clientDataSymbol, | ||
defineClientConfig, | ||
resolveRoute, | ||
@@ -29,3 +30,3 @@ resolveRoutePath, | ||
withBase | ||
} from "./chunk-VA7KP4YF.js"; | ||
} from "./chunk-FJNK2BS7.js"; | ||
export { | ||
@@ -36,2 +37,3 @@ ClientOnly, | ||
clientDataSymbol, | ||
defineClientConfig, | ||
resolveRoute, | ||
@@ -38,0 +40,0 @@ resolveRoutePath, |
{ | ||
"name": "@vuepress/client", | ||
"version": "2.0.0-rc.8", | ||
"version": "2.0.0-rc.9", | ||
"description": "Client package of VuePress", | ||
@@ -37,5 +37,5 @@ "keywords": [ | ||
"@vue/devtools-api": "^6.6.1", | ||
"vue": "^3.4.19", | ||
"vue-router": "^4.2.5", | ||
"@vuepress/shared": "2.0.0-rc.8" | ||
"vue": "^3.4.21", | ||
"vue-router": "^4.3.0", | ||
"@vuepress/shared": "2.0.0-rc.9" | ||
}, | ||
@@ -42,0 +42,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
33849
976
+ Added@vuepress/shared@2.0.0-rc.9(transitive)
- Removed@vuepress/shared@2.0.0-rc.8(transitive)
Updated@vuepress/shared@2.0.0-rc.9
Updatedvue@^3.4.21
Updatedvue-router@^4.3.0