@unhead/schema 1.1.34 → 1.1.35

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -345,7 +345,7 @@ interface HeadEntry<Input> {
345
345
  *
346
346
  * @internal
347
347
  */
348
- transform?: (input: unknown) => unknown;
348
+ transform?: (input: Input) => Promise<Input> | Input;
349
349
  /**
350
350
  * Head entry index
351
351
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/schema",
3
3
  "type": "module",
4
- "version": "1.1.34",
4
+ "version": "1.1.35",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",