Comparing version
@@ -49,3 +49,4 @@ import { BaseHead, Head, HeadTag, MetaFlatInput, MergeHead } from '@zhead/schema'; | ||
declare function tagDedupeKey<T extends HeadTag>(tag: T): string | false; | ||
declare function tagDedupeKeyWithMetaProps<T extends HeadTag>(tag: T): string | false; | ||
declare function tagDedupeKey<T extends HeadTag>(tag: T, fn?: (key: string) => boolean): string | false; | ||
@@ -63,2 +64,2 @@ declare const renderTitleTemplate: (template: string | ((title?: string) => string | null) | null, title?: string) => string | null; | ||
export { HasElementTags, PropertyPrefixKeys, SelfClosingTags, TagConfigKeys, TagsWithInnerContent, ValidHeadTags, changeKeyCasingDeep, createElement, defineHead, ensureCriticalTags, fixKeyCase, inferSeoMetaTags, normaliseProps, normaliseTag, packMeta, propsToString, renderTitleTemplate, resolveTags, resolveTitleTemplateFromTags, sortTags, ssrRenderTags, tagDedupeKey, tagToString, tagWeight, unpackMeta }; | ||
export { HasElementTags, PropertyPrefixKeys, SelfClosingTags, TagConfigKeys, TagsWithInnerContent, ValidHeadTags, changeKeyCasingDeep, createElement, defineHead, ensureCriticalTags, fixKeyCase, inferSeoMetaTags, normaliseProps, normaliseTag, packMeta, propsToString, renderTitleTemplate, resolveTags, resolveTitleTemplateFromTags, sortTags, ssrRenderTags, tagDedupeKey, tagDedupeKeyWithMetaProps, tagToString, tagWeight, unpackMeta }; |
{ | ||
"name": "zhead", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"packageManager": "pnpm@7.8.0", | ||
@@ -32,3 +32,3 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", | ||
"dependencies": { | ||
"@zhead/schema": "1.0.1" | ||
"@zhead/schema": "1.0.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33775
1.31%1044
0.77%+ Added
- Removed
Updated