@unhead/schema 1.4.1 → 1.5.0

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 CHANGED
@@ -138,6 +138,7 @@ interface CreateHeadOptions {
138
138
  interface HeadEntryOptions extends TagPosition, TagPriority {
139
139
  mode?: RuntimeMode;
140
140
  transform?: (input: unknown) => unknown;
141
+ head?: Unhead;
141
142
  }
142
143
  interface Unhead<Input extends {} = Head> {
143
144
  /**
package/dist/index.d.mts CHANGED
@@ -138,6 +138,7 @@ interface CreateHeadOptions {
138
138
  interface HeadEntryOptions extends TagPosition, TagPriority {
139
139
  mode?: RuntimeMode;
140
140
  transform?: (input: unknown) => unknown;
141
+ head?: Unhead;
141
142
  }
142
143
  interface Unhead<Input extends {} = Head> {
143
144
  /**
package/dist/index.d.ts CHANGED
@@ -138,6 +138,7 @@ interface CreateHeadOptions {
138
138
  interface HeadEntryOptions extends TagPosition, TagPriority {
139
139
  mode?: RuntimeMode;
140
140
  transform?: (input: unknown) => unknown;
141
+ head?: Unhead;
141
142
  }
142
143
  interface Unhead<Input extends {} = Head> {
143
144
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/schema",
3
3
  "type": "module",
4
- "version": "1.4.1",
4
+ "version": "1.5.0",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",