@unhead/schema 1.1.32 → 1.1.34

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 +3 -0
  2. package/package.json +2 -3
package/dist/index.d.ts CHANGED
@@ -302,6 +302,9 @@ interface HeadHooks {
302
302
  entry: HeadEntry<any>;
303
303
  resolvedOptions: CreateHeadOptions;
304
304
  }) => HookResult;
305
+ 'tags:beforeResolve': (ctx: {
306
+ tags: HeadTag[];
307
+ }) => HookResult;
305
308
  'tags:resolve': (ctx: {
306
309
  tags: HeadTag[];
307
310
  }) => HookResult;
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/schema",
3
3
  "type": "module",
4
- "version": "1.1.32",
5
- "packageManager": "pnpm@8.6.7",
4
+ "version": "1.1.34",
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 .",