Comparing version
@@ -32,2 +32,3 @@ import { BaseHead, Head, HeadTag, MetaFlatInput, MergeHead } from '@zhead/schema'; | ||
declare const PropertyPrefixKeys: RegExp; | ||
declare const ColonPrefixKeys: RegExp; | ||
declare function fixKeyCase(key: string): string; | ||
@@ -64,2 +65,2 @@ declare function changeKeyCasingDeep<T extends any>(input: T): T; | ||
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 }; | ||
export { ColonPrefixKeys, 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.9", | ||
"version": "1.1.0", | ||
"packageManager": "pnpm@7.8.0", | ||
@@ -32,3 +32,3 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", | ||
"dependencies": { | ||
"@zhead/schema": "1.0.9" | ||
"@zhead/schema": "1.1.0" | ||
}, | ||
@@ -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
37041
6.72%1150
6.88%+ Added
- Removed
Updated