@zhead/schema-vue
Advanced tools
Comparing version 0.9.4 to 0.9.5
import { MergeHead, Head, MetaFlat } from '@zhead/schema'; | ||
import { MaybeComputedRef } from '@vueuse/shared'; | ||
import { Ref } from 'vue'; | ||
@@ -21,3 +22,3 @@ declare type InferArrayEntry<T> = T extends Array<infer U> ? U : T; | ||
*/ | ||
titleTemplate?: Head<E>['titleTemplate'] | ((title?: string | null) => Head<E>['titleTemplate']); | ||
titleTemplate?: Head<E>['titleTemplate'] | Ref<Head<E>['titleTemplate']> | ((title?: string) => Head<E>['titleTemplate']); | ||
/** | ||
@@ -24,0 +25,0 @@ * The <base> HTML element specifies the base URL to use for all relative URLs in a document. |
{ | ||
"name": "@zhead/schema-vue", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"packageManager": "pnpm@7.8.0", | ||
@@ -37,3 +37,3 @@ "description": "Schema for Vue head reactivity.", | ||
"@vueuse/shared": "^9.2.0", | ||
"@zhead/schema": "0.9.4" | ||
"@zhead/schema": "0.9.5" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5102
77
+ Added@zhead/schema@0.9.5(transitive)
- Removed@zhead/schema@0.9.4(transitive)
Updated@zhead/schema@0.9.5