@unhead/schema 1.1.31 → 1.1.33

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 +2 -3
package/dist/index.d.ts CHANGED
@@ -394,7 +394,7 @@ interface CreateHeadOptions {
394
394
  hooks?: NestedHooks<HeadHooks>;
395
395
  experimentalHashHydration?: boolean;
396
396
  }
397
- interface HeadEntryOptions {
397
+ interface HeadEntryOptions extends TagPosition, TagPriority {
398
398
  mode?: RuntimeMode;
399
399
  transform?: (input: unknown) => unknown;
400
400
  }
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/schema",
3
3
  "type": "module",
4
- "version": "1.1.31",
5
- "packageManager": "pnpm@8.6.7",
4
+ "version": "1.1.33",
6
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
6
  "license": "MIT",
8
7
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -36,7 +35,7 @@
36
35
  ],
37
36
  "dependencies": {
38
37
  "hookable": "^5.5.3",
39
- "zhead": "^2.0.9"
38
+ "zhead": "^2.0.10"
40
39
  },
41
40
  "scripts": {
42
41
  "build": "unbuild .",