@vueuse/head
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -8,5 +8,5 @@ import { HeadTag, MergeHead, MaybeComputedRef, ReactiveHead, VueHeadClient } from '@unhead/vue'; | ||
declare type HookBeforeDomUpdate = (() => Promise<void | boolean> | void | boolean); | ||
declare type HookTagsResolved = ((tags: HeadTag[]) => Promise<void> | void); | ||
declare type HookEntriesResolved = ((entries: HeadEntry<any>[]) => Promise<void> | void); | ||
type HookBeforeDomUpdate = (() => Promise<void | boolean> | void | boolean); | ||
type HookTagsResolved = ((tags: HeadTag[]) => Promise<void> | void); | ||
type HookEntriesResolved = ((entries: HeadEntry<any>[]) => Promise<void> | void); | ||
interface LegacyHeadOptions { | ||
@@ -86,4 +86,4 @@ /** | ||
declare const renderHeadToString: <T extends MergeHead = {}>(head: HeadClient<T>) => Promise<_unhead_schema.SSRHeadPayload>; | ||
declare type HeadObjectPlain = Head$1; | ||
declare type HeadObject = ReactiveHead; | ||
type HeadObjectPlain = Head$1; | ||
type HeadObject = ReactiveHead; | ||
@@ -90,0 +90,0 @@ declare const Head: vue.DefineComponent<{}, () => null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>; |
{ | ||
"name": "@vueuse/head", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"packageManager": "pnpm@7.5.0", | ||
@@ -52,11 +52,11 @@ "description": "Document head manager for Vue 3. SSR ready.", | ||
"dependencies": { | ||
"@unhead/dom": "^0.6.7", | ||
"@unhead/schema": "^0.6.7", | ||
"@unhead/ssr": "^0.6.7", | ||
"@unhead/vue": "^0.6.7" | ||
"@unhead/dom": "^0.7.1", | ||
"@unhead/schema": "^0.7.1", | ||
"@unhead/ssr": "^0.7.1", | ||
"@unhead/vue": "^0.7.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.30.1", | ||
"@nuxt/kit": "3.0.0-rc.13", | ||
"@nuxt/test-utils": "3.0.0-rc.13", | ||
"@nuxt/kit": "3.0.0-rc.14", | ||
"@nuxt/test-utils": "3.0.0-rc.14", | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
@@ -74,9 +74,9 @@ "@vitejs/plugin-vue-jsx": "^2.1.1", | ||
"mlly": "^1.0.0", | ||
"nuxt": "^3.0.0-rc.12", | ||
"nuxt": "^3.0.0-rc.14", | ||
"pathe": "^1.0.0", | ||
"playwright": "^1.27.1", | ||
"simple-git-hooks": "^2.8.1", | ||
"typescript": "^4.8.4", | ||
"unbuild": "^0.9.4", | ||
"vite": "^3.2.3", | ||
"typescript": "^4.9.3", | ||
"unbuild": "^1.0.1", | ||
"vite": "^3.2.4", | ||
"vitest": "^0.25.2", | ||
@@ -83,0 +83,0 @@ "vue": "^3.2.45", |
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
21092
+ Added@unhead/dom@0.7.1(transitive)
+ Added@unhead/schema@0.7.1(transitive)
+ Added@unhead/ssr@0.7.1(transitive)
+ Added@unhead/vue@0.7.1(transitive)
+ Added@zhead/schema@1.0.1(transitive)
- Removed@unhead/dom@0.6.9(transitive)
- Removed@unhead/schema@0.6.9(transitive)
- Removed@unhead/ssr@0.6.9(transitive)
- Removed@unhead/vue@0.6.9(transitive)
- Removed@zhead/schema@1.0.0-beta.13(transitive)
Updated@unhead/dom@^0.7.1
Updated@unhead/schema@^0.7.1
Updated@unhead/ssr@^0.7.1
Updated@unhead/vue@^0.7.1