@vuepress/client
Advanced tools
Comparing version 2.0.0-beta.45 to 2.0.0-beta.46
@@ -17,3 +17,3 @@ import { | ||
withBase | ||
} from "./chunk-RTLFYRTT.js"; | ||
} from "./chunk-HEGD2UVF.js"; | ||
@@ -20,0 +20,0 @@ // src/app.ts |
import { PageData, PageFrontmatter, HeadConfig, SiteData } from '@vuepress/shared'; | ||
export { PageData, PageFrontmatter, PageHeader, SiteData } from '@vuepress/shared'; | ||
import * as vue from 'vue'; | ||
import { Ref, ComputedRef, InjectionKey, App, ComponentOptions, FunctionalComponent } from 'vue'; | ||
import { Ref, ComputedRef, InjectionKey, App, ComponentOptions } from 'vue'; | ||
import { Router } from 'vue-router'; | ||
@@ -199,4 +199,18 @@ export { C as CreateVueAppFunction } from './createVueAppFunction-c8e67ca1.js'; | ||
*/ | ||
declare const Content: FunctionalComponent<{ | ||
pageKey?: string; | ||
declare const Content: vue.DefineComponent<{ | ||
pageKey: { | ||
type: StringConstructor; | ||
required: false; | ||
default: string; | ||
}; | ||
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{ | ||
pageKey: { | ||
type: StringConstructor; | ||
required: false; | ||
default: string; | ||
}; | ||
}>>, { | ||
pageKey: string; | ||
}>; | ||
@@ -203,0 +217,0 @@ |
@@ -28,3 +28,3 @@ import { | ||
withBase | ||
} from "./chunk-RTLFYRTT.js"; | ||
} from "./chunk-HEGD2UVF.js"; | ||
@@ -31,0 +31,0 @@ // src/helpers/defineClientConfig.ts |
{ | ||
"name": "@vuepress/client", | ||
"version": "2.0.0-beta.45", | ||
"version": "2.0.0-beta.46", | ||
"description": "Client package of VuePress", | ||
@@ -37,4 +37,4 @@ "keywords": [ | ||
"@vue/devtools-api": "^6.1.4", | ||
"@vuepress/shared": "2.0.0-beta.45", | ||
"vue": "^3.2.33", | ||
"@vuepress/shared": "2.0.0-beta.46", | ||
"vue": "^3.2.35", | ||
"vue-router": "^4.0.15" | ||
@@ -41,0 +41,0 @@ }, |
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
27453
790
+ Added@vuepress/shared@2.0.0-beta.46(transitive)
- Removed@vuepress/shared@2.0.0-beta.45(transitive)
Updatedvue@^3.2.35