@unhead/vue
Advanced tools
Comparing version 2.0.0-alpha.22 to 2.0.0-alpha.23
@@ -21,4 +21,13 @@ export { createHeadCore } from 'unhead'; | ||
declare function useSeoMeta(input?: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<any>; | ||
/** | ||
* @deprecated use `useHead` instead.Advanced use cases should tree shake using import.meta.* if statements. | ||
*/ | ||
declare function useServerHead<T extends MergeHead>(input?: UseHeadInput<T>, options?: UseHeadOptions): ActiveHeadEntry<any>; | ||
/** | ||
* @deprecated use `useHeadSafe` instead.Advanced use cases should tree shake using import.meta.* if statements. | ||
*/ | ||
declare function useServerHeadSafe(input?: UseHeadSafeInput, options?: UseHeadOptions): ActiveHeadEntry<any>; | ||
/** | ||
* @deprecated use `useSeoMeta` instead.Advanced use cases should tree shake using import.meta.* if statements. | ||
*/ | ||
declare function useServerSeoMeta(input?: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<UseSeoMetaInput>; | ||
@@ -25,0 +34,0 @@ |
@@ -20,6 +20,15 @@ import * as unhead_types from 'unhead/types'; | ||
declare function useSeoMeta(input: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<any> | void; | ||
/** | ||
* @deprecated use `useHead` instead. Advanced use cases should tree shake using import.meta.* if statements. | ||
*/ | ||
declare function useServerHead<T extends MergeHead>(input: UseHeadInput<T>, options?: UseHeadOptions): ActiveHeadEntry<any> | void; | ||
/** | ||
* @deprecated use `useHeadSafe` instead. Advanced use cases should tree shake using import.meta.* if statements. | ||
*/ | ||
declare function useServerHeadSafe(input: UseHeadSafeInput, options?: UseHeadOptions): ActiveHeadEntry<any> | void; | ||
/** | ||
* @deprecated use `useSeoMeta` instead. Advanced use cases should tree shake using import.meta.* if statements. | ||
*/ | ||
declare function useServerSeoMeta(input: UseSeoMetaInput, options?: UseHeadOptions): ActiveHeadEntry<any> | void; | ||
export { CapoPlugin, createHead, createServerHead, injectHead, resolveUnrefHeadInput, setHeadInjectionHandler, useHead, useHeadSafe, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta }; |
{ | ||
"name": "@unhead/vue", | ||
"type": "module", | ||
"version": "2.0.0-alpha.22", | ||
"version": "2.0.0-alpha.23", | ||
"description": "Full-stack <head> manager built for Vue.", | ||
@@ -104,3 +104,3 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", | ||
"hookable": "^5.5.3", | ||
"unhead": "2.0.0-alpha.22" | ||
"unhead": "2.0.0-alpha.23" | ||
}, | ||
@@ -107,0 +107,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52139
634
246
29
41
96
+ Addedunhead@2.0.0-alpha.23(transitive)
- Removedunhead@2.0.0-alpha.22(transitive)
Updatedunhead@2.0.0-alpha.23