@unhead/schema 1.0.7 → 1.0.8
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.ts +4 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -347,6 +347,10 @@ interface Unhead<Input extends {} = Head> {
|
|
|
347
347
|
* Resolved options
|
|
348
348
|
*/
|
|
349
349
|
resolvedOptions: CreateHeadOptions;
|
|
350
|
+
/**
|
|
351
|
+
* Use a head plugin, loads the plugins hooks.
|
|
352
|
+
*/
|
|
353
|
+
use: (plugin: HeadPlugin) => void;
|
|
350
354
|
/**
|
|
351
355
|
* @internal
|
|
352
356
|
*/
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/schema",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"packageManager": "pnpm@7.18.
|
|
4
|
+
"version": "1.0.8",
|
|
5
|
+
"packageManager": "pnpm@7.18.1",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/harlan-zw",
|