@unhead/schema 1.8.1 → 1.8.3

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.cts CHANGED
@@ -231,6 +231,14 @@ interface Unhead<Input extends {} = Head> {
231
231
  * @internal
232
232
  */
233
233
  _scripts?: Record<string, any>;
234
+ /**
235
+ * @internal
236
+ */
237
+ _templateParams?: TemplateParams;
238
+ /**
239
+ * @internal
240
+ */
241
+ _separator?: string;
234
242
  }
235
243
  interface DomState {
236
244
  pendingSideEffects: SideEffectsRecord;
package/dist/index.d.mts CHANGED
@@ -231,6 +231,14 @@ interface Unhead<Input extends {} = Head> {
231
231
  * @internal
232
232
  */
233
233
  _scripts?: Record<string, any>;
234
+ /**
235
+ * @internal
236
+ */
237
+ _templateParams?: TemplateParams;
238
+ /**
239
+ * @internal
240
+ */
241
+ _separator?: string;
234
242
  }
235
243
  interface DomState {
236
244
  pendingSideEffects: SideEffectsRecord;
package/dist/index.d.ts CHANGED
@@ -231,6 +231,14 @@ interface Unhead<Input extends {} = Head> {
231
231
  * @internal
232
232
  */
233
233
  _scripts?: Record<string, any>;
234
+ /**
235
+ * @internal
236
+ */
237
+ _templateParams?: TemplateParams;
238
+ /**
239
+ * @internal
240
+ */
241
+ _separator?: string;
234
242
  }
235
243
  interface DomState {
236
244
  pendingSideEffects: SideEffectsRecord;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/schema",
3
3
  "type": "module",
4
- "version": "1.8.1",
4
+ "version": "1.8.3",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",