@unhead/vue 1.1.21 → 1.1.22

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.
@@ -50,7 +50,7 @@ interface ReactiveHead<E extends MergeHead = MergeHead> {
50
50
  /**
51
51
  * Variables used to substitute in the title and meta content.
52
52
  */
53
- templateParams?: MaybeComputedRefEntries<Record<string, string>>;
53
+ templateParams?: MaybeComputedRefEntries<Record<string, string | MaybeComputedRefEntries<Record<string, string>>>>;
54
54
  /**
55
55
  * The <base> HTML element specifies the base URL to use for all relative URLs in a document.
56
56
  * There can be only one <base> element in a document.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { createHeadCore } from 'unhead';
2
- import { R as ReactiveHead, M as MaybeComputedRefEntries, a as MaybeComputedRef, U as UseHeadInput, A as Arrayable, b as Meta, L as Link, S as Script, c as Style, N as Noscript } from './createHead-f0e81df3.js';
3
- export { e as Base, B as BodyAttr, g as BodyAttributes, H as HtmlAttr, f as HtmlAttributes, i as MaybeComputedRefOrPromise, h as MaybeReadonlyRef, T as Title, d as TitleTemplate, V as VueHeadClient, m as createHead, l as createServerHead, j as headSymbol, k as injectHead } from './createHead-f0e81df3.js';
2
+ import { R as ReactiveHead, M as MaybeComputedRefEntries, a as MaybeComputedRef, U as UseHeadInput, A as Arrayable, b as Meta, L as Link, S as Script, c as Style, N as Noscript } from './createHead-e9a018ae.js';
3
+ export { e as Base, B as BodyAttr, g as BodyAttributes, H as HtmlAttr, f as HtmlAttributes, i as MaybeComputedRefOrPromise, h as MaybeReadonlyRef, T as Title, d as TitleTemplate, V as VueHeadClient, m as createHead, l as createServerHead, j as headSymbol, k as injectHead } from './createHead-e9a018ae.js';
4
4
  import * as _unhead_schema from '@unhead/schema';
5
5
  import { SafeMeta, SafeLink, SafeNoscript, SafeScript, SafeHtmlAttr, SafeBodyAttr, MergeHead, HeadEntryOptions, ActiveHeadEntry, MetaFlatInput } from '@unhead/schema';
6
6
  export { ActiveHeadEntry, Head, HeadEntryOptions, HeadTag, MergeHead, Unhead } from '@unhead/schema';
@@ -1,5 +1,5 @@
1
1
  import { MergeHead, HeadEntryOptions } from '@unhead/schema';
2
- import { V as VueHeadClient, U as UseHeadInput } from './createHead-f0e81df3.js';
2
+ import { V as VueHeadClient, U as UseHeadInput } from './createHead-e9a018ae.js';
3
3
  import 'vue';
4
4
 
5
5
  type VueHeadClientPollyFill<T extends MergeHead> = VueHeadClient<T> & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/vue",
3
3
  "type": "module",
4
- "version": "1.1.21",
4
+ "version": "1.1.22",
5
5
  "packageManager": "pnpm@7.28.0",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "hookable": "^5.4.2",
42
- "@unhead/schema": "1.1.21",
43
- "@unhead/shared": "1.1.21",
44
- "unhead": "1.1.21"
42
+ "@unhead/schema": "1.1.22",
43
+ "@unhead/shared": "1.1.22",
44
+ "unhead": "1.1.22"
45
45
  },
46
46
  "devDependencies": {
47
47
  "vue": "^3.2.47"