@unhead/ssr
Advanced tools
Comparing version 1.8.9 to 1.8.10
@@ -1,5 +0,5 @@ | ||
import { Unhead, SSRHeadPayload, HeadTag } from '@unhead/schema'; | ||
import { Unhead, RenderSSRHeadOptions, SSRHeadPayload, HeadTag } from '@unhead/schema'; | ||
export { SSRHeadPayload } from '@unhead/schema'; | ||
declare function renderSSRHead<T extends {}>(head: Unhead<T>): Promise<SSRHeadPayload>; | ||
declare function renderSSRHead<T extends {}>(head: Unhead<T>, options?: RenderSSRHeadOptions): Promise<SSRHeadPayload>; | ||
@@ -11,3 +11,3 @@ declare function propsToString(props: Record<string, any>): string; | ||
declare function ssrRenderTags<T extends HeadTag>(tags: T[]): { | ||
declare function ssrRenderTags<T extends HeadTag>(tags: T[], options?: RenderSSRHeadOptions): { | ||
headTags: string; | ||
@@ -14,0 +14,0 @@ bodyTags: string; |
{ | ||
"name": "@unhead/ssr", | ||
"type": "module", | ||
"version": "1.8.9", | ||
"version": "1.8.10", | ||
"author": "Harlan Wilton <harlan@harlanzw.com>", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@unhead/schema": "1.8.9", | ||
"@unhead/shared": "1.8.9" | ||
"@unhead/schema": "1.8.10", | ||
"@unhead/shared": "1.8.10" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
9910
8
179
+ Added@unhead/schema@1.8.10(transitive)
+ Added@unhead/shared@1.8.10(transitive)
- Removed@unhead/schema@1.8.9(transitive)
- Removed@unhead/shared@1.8.9(transitive)
Updated@unhead/schema@1.8.10
Updated@unhead/shared@1.8.10