@unhead/schema 1.0.3 → 1.0.5

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 +4 -0
  2. package/package.json +2 -2
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.3",
5
- "packageManager": "pnpm@7.17.0",
4
+ "version": "1.0.5",
5
+ "packageManager": "pnpm@7.17.1",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/harlan-zw",