unhead 1.1.33 → 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.
package/dist/index.cjs CHANGED
@@ -1029,6 +1029,7 @@ function createHeadCore(options = {}) {
1029
1029
  }
1030
1030
  }
1031
1031
  }
1032
+ await hooks.callHook("tags:beforeResolve", resolveCtx);
1032
1033
  await hooks.callHook("tags:resolve", resolveCtx);
1033
1034
  return resolveCtx.tags;
1034
1035
  },
package/dist/index.mjs CHANGED
@@ -1027,6 +1027,7 @@ function createHeadCore(options = {}) {
1027
1027
  }
1028
1028
  }
1029
1029
  }
1030
+ await hooks.callHook("tags:beforeResolve", resolveCtx);
1030
1031
  await hooks.callHook("tags:resolve", resolveCtx);
1031
1032
  return resolveCtx.tags;
1032
1033
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unhead",
3
3
  "type": "module",
4
- "version": "1.1.33",
4
+ "version": "1.1.34",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -30,9 +30,9 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "hookable": "^5.5.3",
33
- "@unhead/dom": "1.1.33",
34
- "@unhead/schema": "1.1.33",
35
- "@unhead/shared": "1.1.33"
33
+ "@unhead/dom": "1.1.34",
34
+ "@unhead/schema": "1.1.34",
35
+ "@unhead/shared": "1.1.34"
36
36
  },
37
37
  "devDependencies": {
38
38
  "packrup": "^0.1.0"