@unhead/schema 1.11.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -421,7 +421,7 @@ interface CreateHeadOptions {
|
|
|
421
421
|
plugins?: HeadPluginInput[];
|
|
422
422
|
hooks?: NestedHooks<HeadHooks>;
|
|
423
423
|
}
|
|
424
|
-
interface HeadEntryOptions extends TagPosition, TagPriority, ProcessesTemplateParams {
|
|
424
|
+
interface HeadEntryOptions extends TagPosition, TagPriority, ProcessesTemplateParams, ResolvesDuplicates {
|
|
425
425
|
mode?: RuntimeMode;
|
|
426
426
|
transform?: (input: unknown) => unknown;
|
|
427
427
|
head?: Unhead;
|
package/dist/index.d.mts
CHANGED
|
@@ -421,7 +421,7 @@ interface CreateHeadOptions {
|
|
|
421
421
|
plugins?: HeadPluginInput[];
|
|
422
422
|
hooks?: NestedHooks<HeadHooks>;
|
|
423
423
|
}
|
|
424
|
-
interface HeadEntryOptions extends TagPosition, TagPriority, ProcessesTemplateParams {
|
|
424
|
+
interface HeadEntryOptions extends TagPosition, TagPriority, ProcessesTemplateParams, ResolvesDuplicates {
|
|
425
425
|
mode?: RuntimeMode;
|
|
426
426
|
transform?: (input: unknown) => unknown;
|
|
427
427
|
head?: Unhead;
|
package/dist/index.d.ts
CHANGED
|
@@ -421,7 +421,7 @@ interface CreateHeadOptions {
|
|
|
421
421
|
plugins?: HeadPluginInput[];
|
|
422
422
|
hooks?: NestedHooks<HeadHooks>;
|
|
423
423
|
}
|
|
424
|
-
interface HeadEntryOptions extends TagPosition, TagPriority, ProcessesTemplateParams {
|
|
424
|
+
interface HeadEntryOptions extends TagPosition, TagPriority, ProcessesTemplateParams, ResolvesDuplicates {
|
|
425
425
|
mode?: RuntimeMode;
|
|
426
426
|
transform?: (input: unknown) => unknown;
|
|
427
427
|
head?: Unhead;
|