@unhead/schema 1.0.2 → 1.0.4
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 +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -275,6 +275,10 @@ interface HeadEntry<Input> {
|
|
|
275
275
|
* User provided input for the entry.
|
|
276
276
|
*/
|
|
277
277
|
input: Input;
|
|
278
|
+
/**
|
|
279
|
+
* Optional resolved input which will be used if set.
|
|
280
|
+
*/
|
|
281
|
+
resolvedInput?: Input;
|
|
278
282
|
/**
|
|
279
283
|
* The mode that the entry should be used in.
|
|
280
284
|
*
|
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.
|
|
4
|
+
"version": "1.0.4",
|
|
5
|
+
"packageManager": "pnpm@7.17.0",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@zhead/schema": "^1.0.
|
|
39
|
-
"hookable": "^5.4.
|
|
38
|
+
"@zhead/schema": "^1.0.4",
|
|
39
|
+
"hookable": "^5.4.2"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "unbuild .",
|