@unhead/vue 3.1.1 → 3.1.3
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -4,11 +4,11 @@ import { V as VueHeadClient, U as UseHeadInput, o as UseHeadOptions, p as UseSeo
|
|
|
4
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';
|
|
7
9
|
export { resolveUnrefHeadInput } from './utils.mjs';
|
|
8
10
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.mjs';
|
|
9
11
|
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
|
@@ -4,11 +4,11 @@ import { V as VueHeadClient, U as UseHeadInput, o as UseHeadOptions, p as UseSeo
|
|
|
4
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';
|
|
7
9
|
export { resolveUnrefHeadInput } from './utils.js';
|
|
8
10
|
export { V as VueHeadMixin } from './shared/vue.DnywREVF.js';
|
|
9
11
|
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/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.3",
|
|
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
|
-
"
|
|
160
|
-
"unhead": "3.1.
|
|
159
|
+
"unhead": "3.1.3",
|
|
160
|
+
"@unhead/bundler": "3.1.3"
|
|
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.35",
|
|
164
|
+
"vite": "^8.0.16",
|
|
165
|
+
"vue": "^3.5.35"
|
|
166
166
|
},
|
|
167
167
|
"scripts": {
|
|
168
168
|
"build": "unbuild",
|