@unhead/schema 1.1.23 → 1.1.26

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -75,7 +75,7 @@ type TagUserProperties = TagPriority & TagPosition & MaybePromiseProps<InnerCont
75
75
  type TagKey = keyof Head;
76
76
  type TemplateParams = {
77
77
  separator?: string;
78
- } & Record<string, string | Record<string, string>>;
78
+ } & Record<string, null | string | Record<string, string>>;
79
79
  interface HasTemplateParams {
80
80
  templateParams?: TemplateParams;
81
81
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@unhead/schema",
3
3
  "type": "module",
4
- "version": "1.1.23",
5
- "packageManager": "pnpm@7.28.0",
4
+ "version": "1.1.26",
5
+ "packageManager": "pnpm@7.32.0",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -35,7 +35,7 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "hookable": "^5.4.2",
38
+ "hookable": "^5.5.3",
39
39
  "zhead": "^2.0.4"
40
40
  },
41
41
  "scripts": {