@unhead/vue 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.mts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/legacy.d.mts +1 -1
- package/dist/legacy.d.ts +1 -1
- package/dist/scripts.d.mts +1 -1
- package/dist/scripts.d.ts +1 -1
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/shared/{vue.CajUUuy2.d.mts → vue.utlLo3Bi.d.mts} +1 -1
- package/dist/shared/{vue.CajUUuy2.d.ts → vue.utlLo3Bi.d.ts} +1 -1
- package/dist/stream/client.d.mts +1 -1
- package/dist/stream/client.d.ts +1 -1
- package/dist/stream/server.d.mts +1 -1
- package/dist/stream/server.d.ts +1 -1
- package/dist/types.d.mts +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +6 -6
package/dist/client.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import { CreateClientHeadOptions } from 'unhead/types';
|
|
|
2
2
|
export { CreateClientHeadOptions } from 'unhead/types';
|
|
3
3
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
4
4
|
export { renderDOMHead } from 'unhead/client';
|
|
5
|
-
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.
|
|
5
|
+
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.utlLo3Bi.mjs';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
|
8
8
|
declare function createHead(options?: CreateClientHeadOptions): VueHeadClient<UseHeadInput, boolean>;
|
package/dist/client.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CreateClientHeadOptions } from 'unhead/types';
|
|
|
2
2
|
export { CreateClientHeadOptions } from 'unhead/types';
|
|
3
3
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
|
4
4
|
export { renderDOMHead } from 'unhead/client';
|
|
5
|
-
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.
|
|
5
|
+
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.utlLo3Bi.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
|
8
8
|
declare function createHead(options?: CreateClientHeadOptions): VueHeadClient<UseHeadInput, boolean>;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ActiveHeadEntry } from 'unhead/types';
|
|
2
2
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GenericLink, GenericScript, GlobalAttributes, HeadEntryOptions, HeadTag, HttpEventAttributes, MetaFlat, MetaFlat as MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
3
|
-
import { V as VueHeadClient, U as UseHeadInput, o as UseHeadOptions, p as UseSeoMetaInput } from './shared/vue.
|
|
4
|
-
export { B as BodyAttr, D as DeepResolvableProperties,
|
|
3
|
+
import { V as VueHeadClient, U as UseHeadInput, o as UseHeadOptions, p as UseSeoMetaInput } from './shared/vue.utlLo3Bi.mjs';
|
|
4
|
+
export { B as BodyAttr, D as DeepResolvableProperties, R as Head, H as HtmlAttr, M as MaybeFalsy, R as ReactiveHead, a as ResolvableArray, b as ResolvableBase, c as ResolvableBodyAttributes, d as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, g as ResolvableNoscript, h as ResolvableProperties, i as ResolvableScript, j as ResolvableStyle, k as ResolvableTitle, l as ResolvableTitleTemplate, m as ResolvableUnion, n as ResolvableValue } from './shared/vue.utlLo3Bi.mjs';
|
|
5
5
|
import { UseHeadSafeInput } from './types.mjs';
|
|
6
6
|
export { Base, BodyAttributes, HeadSafe, HtmlAttributes, Link, MergeHead, Meta, Noscript, SafeBodyAttr, SafeHtmlAttr, SafeLink, SafeMeta, SafeNoscript, SafeScript, SafeStyle, Script, Style } from './types.mjs';
|
|
7
|
-
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy } from 'unhead/scripts';
|
|
8
|
-
export { UseScriptContext, UseScriptInput, UseScriptOptions, UseScriptReturn, VueScriptInstance, useScript } from './scripts.mjs';
|
|
9
7
|
export { resolveUnrefHeadInput } from './utils.mjs';
|
|
10
8
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
11
9
|
export { createUnhead, defineLink, defineScript } from 'unhead';
|
|
10
|
+
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy } from 'unhead/scripts';
|
|
11
|
+
export { UseScriptContext, UseScriptInput, UseScriptOptions, UseScriptReturn, VueScriptInstance, useScript } from './scripts.mjs';
|
|
12
12
|
import 'vue';
|
|
13
13
|
import 'unhead/utils';
|
|
14
14
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ActiveHeadEntry } from 'unhead/types';
|
|
2
2
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GenericLink, GenericScript, GlobalAttributes, HeadEntryOptions, HeadTag, HttpEventAttributes, MetaFlat, MetaFlat as MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
3
|
-
import { V as VueHeadClient, U as UseHeadInput, o as UseHeadOptions, p as UseSeoMetaInput } from './shared/vue.
|
|
4
|
-
export { B as BodyAttr, D as DeepResolvableProperties,
|
|
3
|
+
import { V as VueHeadClient, U as UseHeadInput, o as UseHeadOptions, p as UseSeoMetaInput } from './shared/vue.utlLo3Bi.js';
|
|
4
|
+
export { B as BodyAttr, D as DeepResolvableProperties, R as Head, H as HtmlAttr, M as MaybeFalsy, R as ReactiveHead, a as ResolvableArray, b as ResolvableBase, c as ResolvableBodyAttributes, d as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, g as ResolvableNoscript, h as ResolvableProperties, i as ResolvableScript, j as ResolvableStyle, k as ResolvableTitle, l as ResolvableTitleTemplate, m as ResolvableUnion, n as ResolvableValue } from './shared/vue.utlLo3Bi.js';
|
|
5
5
|
import { UseHeadSafeInput } from './types.js';
|
|
6
6
|
export { Base, BodyAttributes, HeadSafe, HtmlAttributes, Link, MergeHead, Meta, Noscript, SafeBodyAttr, SafeHtmlAttr, SafeLink, SafeMeta, SafeNoscript, SafeScript, SafeStyle, Script, Style } from './types.js';
|
|
7
|
-
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy } from 'unhead/scripts';
|
|
8
|
-
export { UseScriptContext, UseScriptInput, UseScriptOptions, UseScriptReturn, VueScriptInstance, useScript } from './scripts.js';
|
|
9
7
|
export { resolveUnrefHeadInput } from './utils.js';
|
|
10
8
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
|
11
9
|
export { createUnhead, defineLink, defineScript } from 'unhead';
|
|
10
|
+
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy } from 'unhead/scripts';
|
|
11
|
+
export { UseScriptContext, UseScriptInput, UseScriptOptions, UseScriptReturn, VueScriptInstance, useScript } from './scripts.js';
|
|
12
12
|
import 'vue';
|
|
13
13
|
import 'unhead/utils';
|
|
14
14
|
|
package/dist/legacy.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateClientHeadOptions, CreateServerHeadOptions, SSRHeadPayload, HeadPluginInput } from 'unhead/types';
|
|
2
2
|
export { CreateClientHeadOptions } from 'unhead/types';
|
|
3
3
|
export { createHead as createClientHead } from './client.mjs';
|
|
4
|
-
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.utlLo3Bi.mjs';
|
|
5
5
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
6
6
|
export { renderDOMHead } from 'unhead/client';
|
|
7
7
|
import 'vue';
|
package/dist/legacy.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateClientHeadOptions, CreateServerHeadOptions, SSRHeadPayload, HeadPluginInput } from 'unhead/types';
|
|
2
2
|
export { CreateClientHeadOptions } from 'unhead/types';
|
|
3
3
|
export { createHead as createClientHead } from './client.js';
|
|
4
|
-
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.
|
|
4
|
+
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.utlLo3Bi.js';
|
|
5
5
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
|
6
6
|
export { renderDOMHead } from 'unhead/client';
|
|
7
7
|
import 'vue';
|
package/dist/scripts.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import { ScriptInstance, UseScriptStatus, UseScriptOptions as UseScriptOptions$1
|
|
|
2
2
|
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy } from 'unhead/scripts';
|
|
3
3
|
import { GenericScript, DataKeys, SchemaAugmentations, HeadEntryOptions } from 'unhead/types';
|
|
4
4
|
import { Ref } from 'vue';
|
|
5
|
-
import {
|
|
5
|
+
import { h as ResolvableProperties, V as VueHeadClient } from './shared/vue.utlLo3Bi.mjs';
|
|
6
6
|
|
|
7
7
|
interface VueScriptInstance<T extends Record<symbol | string, any>> extends Omit<ScriptInstance<T>, 'status'> {
|
|
8
8
|
status: Ref<UseScriptStatus>;
|
package/dist/scripts.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ScriptInstance, UseScriptStatus, UseScriptOptions as UseScriptOptions$1
|
|
|
2
2
|
export { AsVoidFunctions, EventHandlerOptions, RecordingEntry, ScriptInstance, UseFunctionType, UseScriptResolvedInput, UseScriptStatus, WarmupStrategy, createSpyProxy } from 'unhead/scripts';
|
|
3
3
|
import { GenericScript, DataKeys, SchemaAugmentations, HeadEntryOptions } from 'unhead/types';
|
|
4
4
|
import { Ref } from 'vue';
|
|
5
|
-
import {
|
|
5
|
+
import { h as ResolvableProperties, V as VueHeadClient } from './shared/vue.utlLo3Bi.js';
|
|
6
6
|
|
|
7
7
|
interface VueScriptInstance<T extends Record<symbol | string, any>> extends Omit<ScriptInstance<T>, 'status'> {
|
|
8
8
|
status: Ref<UseScriptStatus>;
|
package/dist/server.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import { CreateServerHeadOptions, SSRHeadPayload } from 'unhead/types';
|
|
|
2
2
|
export { CreateServerHeadOptions } from 'unhead/types';
|
|
3
3
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
4
4
|
export { SSRHeadPayload, propsToString, renderSSRHead, transformHtmlTemplate } from 'unhead/server';
|
|
5
|
-
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.
|
|
5
|
+
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.utlLo3Bi.mjs';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
|
8
8
|
declare function createHead(options?: Omit<CreateServerHeadOptions, 'propsResolver'>): VueHeadClient<UseHeadInput, SSRHeadPayload>;
|
package/dist/server.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CreateServerHeadOptions, SSRHeadPayload } from 'unhead/types';
|
|
|
2
2
|
export { CreateServerHeadOptions } from 'unhead/types';
|
|
3
3
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
|
4
4
|
export { SSRHeadPayload, propsToString, renderSSRHead, transformHtmlTemplate } from 'unhead/server';
|
|
5
|
-
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.
|
|
5
|
+
import { V as VueHeadClient, U as UseHeadInput } from './shared/vue.utlLo3Bi.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
|
8
8
|
declare function createHead(options?: Omit<CreateServerHeadOptions, 'propsResolver'>): VueHeadClient<UseHeadInput, SSRHeadPayload>;
|
|
@@ -141,4 +141,4 @@ type UseSeoMetaInput = ResolvableProperties<MetaFlat> & {
|
|
|
141
141
|
};
|
|
142
142
|
type VueHeadClient<I = UseHeadInput, R = unknown> = Unhead<I, R> & Plugin;
|
|
143
143
|
|
|
144
|
-
export type { BodyAttr as B, DeepResolvableProperties as D, HtmlAttr as H, MaybeFalsy as M,
|
|
144
|
+
export type { BodyAttr as B, DeepResolvableProperties as D, HtmlAttr as H, MaybeFalsy as M, ReactiveHead as R, UseHeadInput as U, VueHeadClient as V, ResolvableArray as a, ResolvableBase as b, ResolvableBodyAttributes as c, ResolvableHtmlAttributes as d, ResolvableLink as e, ResolvableMeta as f, ResolvableNoscript as g, ResolvableProperties as h, ResolvableScript as i, ResolvableStyle as j, ResolvableTitle as k, ResolvableTitleTemplate as l, ResolvableUnion as m, ResolvableValue as n, UseHeadOptions as o, UseSeoMetaInput as p };
|
|
@@ -141,4 +141,4 @@ type UseSeoMetaInput = ResolvableProperties<MetaFlat> & {
|
|
|
141
141
|
};
|
|
142
142
|
type VueHeadClient<I = UseHeadInput, R = unknown> = Unhead<I, R> & Plugin;
|
|
143
143
|
|
|
144
|
-
export type { BodyAttr as B, DeepResolvableProperties as D, HtmlAttr as H, MaybeFalsy as M,
|
|
144
|
+
export type { BodyAttr as B, DeepResolvableProperties as D, HtmlAttr as H, MaybeFalsy as M, ReactiveHead as R, UseHeadInput as U, VueHeadClient as V, ResolvableArray as a, ResolvableBase as b, ResolvableBodyAttributes as c, ResolvableHtmlAttributes as d, ResolvableLink as e, ResolvableMeta as f, ResolvableNoscript as g, ResolvableProperties as h, ResolvableScript as i, ResolvableStyle as j, ResolvableTitle as k, ResolvableTitleTemplate as l, ResolvableUnion as m, ResolvableValue as n, UseHeadOptions as o, UseSeoMetaInput as p };
|
package/dist/stream/client.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateStreamableClientHeadOptions } from 'unhead/stream/client';
|
|
2
2
|
export { CreateStreamableClientHeadOptions, UnheadStreamQueue } from 'unhead/stream/client';
|
|
3
3
|
export { V as VueHeadMixin } from '../shared/vue.DnywREVF.mjs';
|
|
4
|
-
import { V as VueHeadClient, U as UseHeadInput } from '../shared/vue.
|
|
4
|
+
import { V as VueHeadClient, U as UseHeadInput } from '../shared/vue.utlLo3Bi.mjs';
|
|
5
5
|
import 'unhead/types';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
package/dist/stream/client.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CreateStreamableClientHeadOptions } from 'unhead/stream/client';
|
|
2
2
|
export { CreateStreamableClientHeadOptions, UnheadStreamQueue } from 'unhead/stream/client';
|
|
3
3
|
export { V as VueHeadMixin } from '../shared/vue.DnywREVF.js';
|
|
4
|
-
import { V as VueHeadClient, U as UseHeadInput } from '../shared/vue.
|
|
4
|
+
import { V as VueHeadClient, U as UseHeadInput } from '../shared/vue.utlLo3Bi.js';
|
|
5
5
|
import 'unhead/types';
|
|
6
6
|
import 'vue';
|
|
7
7
|
|
package/dist/stream/server.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { WebStreamableHeadContext } from 'unhead/stream/server';
|
|
2
2
|
export { CreateStreamableServerHeadOptions, StreamingTemplateParts, createBootstrapScript, prepareStreamingTemplate, renderSSRHeadShell, renderSSRHeadSuspenseChunk, renderShell, wrapStream } from 'unhead/stream/server';
|
|
3
3
|
import { ResolvableHead, SSRHeadPayload, CreateStreamableServerHeadOptions } from 'unhead/types';
|
|
4
|
-
import { V as VueHeadClient } from '../shared/vue.
|
|
4
|
+
import { V as VueHeadClient } from '../shared/vue.utlLo3Bi.mjs';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
/**
|
package/dist/stream/server.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { WebStreamableHeadContext } from 'unhead/stream/server';
|
|
2
2
|
export { CreateStreamableServerHeadOptions, StreamingTemplateParts, createBootstrapScript, prepareStreamingTemplate, renderSSRHeadShell, renderSSRHeadSuspenseChunk, renderShell, wrapStream } from 'unhead/stream/server';
|
|
3
3
|
import { ResolvableHead, SSRHeadPayload, CreateStreamableServerHeadOptions } from 'unhead/types';
|
|
4
|
-
import { V as VueHeadClient } from '../shared/vue.
|
|
4
|
+
import { V as VueHeadClient } from '../shared/vue.utlLo3Bi.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
/**
|
package/dist/types.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ResolvableHead, GenericLink, DataKeys, SchemaAugmentations, MetaGeneric, Style as Style$1, GenericScript, TagPriority, TagPosition, ResolvesDuplicates, ProcessesTemplateParams, Noscript as Noscript$1, HtmlAttributes as HtmlAttributes$1, BodyAttributesWithoutEvents, RawInput } from 'unhead/types';
|
|
2
2
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GenericLink, GenericScript, GlobalAttributes, HeadEntryOptions, HeadTag, HttpEventAttributes, MetaFlat, MetaFlat as MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
3
|
-
import {
|
|
4
|
-
export { B as BodyAttr, D as DeepResolvableProperties,
|
|
3
|
+
import { n as ResolvableValue, h as ResolvableProperties } from './shared/vue.utlLo3Bi.mjs';
|
|
4
|
+
export { B as BodyAttr, D as DeepResolvableProperties, R as Head, H as HtmlAttr, M as MaybeFalsy, R as ReactiveHead, a as ResolvableArray, b as ResolvableBase, c as ResolvableBodyAttributes, d as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, g as ResolvableNoscript, i as ResolvableScript, j as ResolvableStyle, k as ResolvableTitle, l as ResolvableTitleTemplate, m as ResolvableUnion, U as UseHeadInput, o as UseHeadOptions, p as UseSeoMetaInput, V as VueHeadClient } from './shared/vue.utlLo3Bi.mjs';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
type SafeBodyAttr = ResolvableProperties<Pick<BodyAttributesWithoutEvents, 'id' | 'class' | 'style'> & DataKeys & SchemaAugmentations['bodyAttrs']>;
|
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ResolvableHead, GenericLink, DataKeys, SchemaAugmentations, MetaGeneric, Style as Style$1, GenericScript, TagPriority, TagPosition, ResolvesDuplicates, ProcessesTemplateParams, Noscript as Noscript$1, HtmlAttributes as HtmlAttributes$1, BodyAttributesWithoutEvents, RawInput } from 'unhead/types';
|
|
2
2
|
export { ActiveHeadEntry, AriaAttributes, BodyAttributesWithoutEvents, BodyEvents, DataKeys, GenericLink, GenericScript, GlobalAttributes, HeadEntryOptions, HeadTag, HttpEventAttributes, MetaFlat, MetaFlat as MetaFlatInput, RawInput, RenderSSRHeadOptions, ResolvableHead, SerializableHead, SpeculationRules, Unhead } from 'unhead/types';
|
|
3
|
-
import {
|
|
4
|
-
export { B as BodyAttr, D as DeepResolvableProperties,
|
|
3
|
+
import { n as ResolvableValue, h as ResolvableProperties } from './shared/vue.utlLo3Bi.js';
|
|
4
|
+
export { B as BodyAttr, D as DeepResolvableProperties, R as Head, H as HtmlAttr, M as MaybeFalsy, R as ReactiveHead, a as ResolvableArray, b as ResolvableBase, c as ResolvableBodyAttributes, d as ResolvableHtmlAttributes, e as ResolvableLink, f as ResolvableMeta, g as ResolvableNoscript, i as ResolvableScript, j as ResolvableStyle, k as ResolvableTitle, l as ResolvableTitleTemplate, m as ResolvableUnion, U as UseHeadInput, o as UseHeadOptions, p as UseSeoMetaInput, V as VueHeadClient } from './shared/vue.utlLo3Bi.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
|
|
7
7
|
type SafeBodyAttr = ResolvableProperties<Pick<BodyAttributesWithoutEvents, 'id' | 'class' | 'style'> & DataKeys & SchemaAugmentations['bodyAttrs']>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"description": "Full-stack <head> manager built for Vue.",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -156,13 +156,13 @@
|
|
|
156
156
|
"dependencies": {
|
|
157
157
|
"hookable": "^6.1.1",
|
|
158
158
|
"unplugin": "^3.0.0",
|
|
159
|
-
"@unhead/bundler": "3.1.
|
|
160
|
-
"unhead": "3.1.
|
|
159
|
+
"@unhead/bundler": "3.1.1",
|
|
160
|
+
"unhead": "3.1.1"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
|
-
"@vue/server-renderer": "^3.5.
|
|
164
|
-
"vite": "^8.0.
|
|
165
|
-
"vue": "^3.5.
|
|
163
|
+
"@vue/server-renderer": "^3.5.34",
|
|
164
|
+
"vite": "^8.0.14",
|
|
165
|
+
"vue": "^3.5.34"
|
|
166
166
|
},
|
|
167
167
|
"scripts": {
|
|
168
168
|
"build": "unbuild",
|