@unhead/vue
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
import { MergeHead, CreateClientHeadOptions } from '@unhead/schema'; | ||
import { d as distExports } from './shared/vue.DShwsPiO.js'; | ||
import { d as distExports } from './shared/vue.Bjx6RvLp.js'; | ||
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js'; | ||
@@ -4,0 +4,0 @@ export * from 'unhead/client'; |
import * as _unhead_schema from '@unhead/schema'; | ||
import { Unhead, MergeHead, ActiveHeadEntry } from '@unhead/schema'; | ||
export { ActiveHeadEntry, Head, HeadEntryOptions, HeadTag, MergeHead, Unhead } from '@unhead/schema'; | ||
export { createHeadCore, unheadCtx } from 'unhead'; | ||
export { createHeadCore } from 'unhead'; | ||
import { U as UseHeadInput, a as UseHeadOptions, b as UseHeadSafeInput, c as UseSeoMetaInput } from './shared/vue.B8gXlHM7.js'; | ||
@@ -14,3 +14,3 @@ export { f as Base, B as BodyAttr, i as BodyAttributes, H as HeadSafe, d as HtmlAttr, h as HtmlAttributes, L as Link, k as MaybeComputedRef, n as MaybeComputedRefEntries, o as MaybeComputedRefEntriesOnly, l as MaybeComputedRefOrFalsy, m as MaybeComputedRefOrPromise, j as MaybeReadonlyRef, M as Meta, N as Noscript, R as ReactiveHead, g as Script, S as Style, T as Title, e as TitleTemplate, V as VueHeadClient, r as resolveUnrefHeadInput } from './shared/vue.B8gXlHM7.js'; | ||
declare function injectHead(): Unhead<_unhead_schema.Head<_unhead_schema.SchemaAugmentations>> | Unhead<_unhead_schema.Head<_unhead_schema.MergeHead>>; | ||
declare function injectHead(): Unhead<_unhead_schema.Head<_unhead_schema.SchemaAugmentations>>; | ||
@@ -17,0 +17,0 @@ declare function useHead<T extends MergeHead>(input: UseHeadInput<T>, options?: UseHeadOptions): ActiveHeadEntry<UseHeadInput<T>>; |
@@ -8,3 +8,3 @@ import * as _unhead_schema from '@unhead/schema'; | ||
export { createHead as createServerHead } from './server.js'; | ||
import { d as distExports } from './shared/vue.DShwsPiO.js'; | ||
import { d as distExports } from './shared/vue.Bjx6RvLp.js'; | ||
import { ScriptInstance, UseScriptStatus, UseScriptOptions as UseScriptOptions$1, UseFunctionType } from 'unhead/legacy'; | ||
@@ -44,3 +44,3 @@ export { UseFunctionType, resolveScriptKey } from 'unhead/legacy'; | ||
declare function setHeadInjectionHandler(handler: () => VueHeadClient<any> | undefined): void; | ||
declare function injectHead(): Unhead<_unhead_schema.Head<MergeHead>> | Unhead<_unhead_schema.Head<_unhead_schema.SchemaAugmentations>> | undefined; | ||
declare function injectHead(): Unhead<_unhead_schema.Head<_unhead_schema.SchemaAugmentations>> | undefined; | ||
declare function useHead<T extends MergeHead>(input: UseHeadInput<T>, options?: UseHeadOptions): ActiveHeadEntry<UseHeadInput<T>> | void; | ||
@@ -47,0 +47,0 @@ declare function useHeadSafe(input: UseHeadSafeInput, options?: UseHeadOptions): ActiveHeadEntry<UseHeadSafeInput> | void; |
import { MergeHead, CreateHeadOptions } from '@unhead/schema'; | ||
import { d as distExports } from './shared/vue.DShwsPiO.js'; | ||
import { d as distExports } from './shared/vue.Bjx6RvLp.js'; | ||
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js'; | ||
@@ -4,0 +4,0 @@ export * from 'unhead/server'; |
{ | ||
"name": "@unhead/vue", | ||
"type": "module", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Full-stack <head> manager built for Vue.", | ||
@@ -15,2 +15,6 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "next" | ||
}, | ||
"bugs": { | ||
@@ -73,5 +77,5 @@ "url": "https://github.com/unjs/unhead/issues" | ||
"hookable": "^5.5.3", | ||
"@unhead/schema": "2.0.0-alpha.1", | ||
"@unhead/shared": "2.0.0-alpha.1", | ||
"unhead": "2.0.0-alpha.1" | ||
"@unhead/schema": "2.0.0-alpha.2", | ||
"unhead": "2.0.0-alpha.2", | ||
"@unhead/shared": "2.0.0-alpha.2" | ||
}, | ||
@@ -78,0 +82,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90853
1267
+ Added@unhead/schema@2.0.0-alpha.2(transitive)
+ Added@unhead/shared@2.0.0-alpha.2(transitive)
+ Addedunhead@2.0.0-alpha.2(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@unhead/schema@2.0.0-alpha.1(transitive)
- Removed@unhead/shared@2.0.0-alpha.1(transitive)
- Removedacorn@8.14.0(transitive)
- Removedestree-walker@3.0.3(transitive)
- Removedunctx@2.4.1(transitive)
- Removedunhead@2.0.0-alpha.1(transitive)
- Removedunplugin@2.2.0(transitive)
- Removedwebpack-virtual-modules@0.6.2(transitive)
Updated@unhead/schema@2.0.0-alpha.2
Updated@unhead/shared@2.0.0-alpha.2
Updatedunhead@2.0.0-alpha.2