@unhead/react 2.0.0-alpha.23 → 2.0.0-alpha.24
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/client.d.mts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/package.json +2 -2
package/dist/client.d.mts
CHANGED
|
@@ -8,6 +8,6 @@ declare function createHead(options?: CreateClientHeadOptions): Unhead;
|
|
|
8
8
|
declare function UnheadProvider({ children, head }: {
|
|
9
9
|
children: ReactNode;
|
|
10
10
|
head?: ReturnType<typeof createHead>;
|
|
11
|
-
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.
|
|
11
|
+
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.ResolvableHead<unhead_types.SchemaAugmentations>> | null>>;
|
|
12
12
|
|
|
13
13
|
export { UnheadProvider, createHead };
|
package/dist/client.d.ts
CHANGED
|
@@ -8,6 +8,6 @@ declare function createHead(options?: CreateClientHeadOptions): Unhead;
|
|
|
8
8
|
declare function UnheadProvider({ children, head }: {
|
|
9
9
|
children: ReactNode;
|
|
10
10
|
head?: ReturnType<typeof createHead>;
|
|
11
|
-
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.
|
|
11
|
+
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.ResolvableHead<unhead_types.SchemaAugmentations>> | null>>;
|
|
12
12
|
|
|
13
13
|
export { UnheadProvider, createHead };
|
package/dist/server.d.mts
CHANGED
|
@@ -7,6 +7,6 @@ export { SSRHeadPayload, createHead, extractUnheadInputFromHtml, renderSSRHead,
|
|
|
7
7
|
declare function UnheadProvider({ children, value }: {
|
|
8
8
|
children: ReactNode;
|
|
9
9
|
value: Unhead;
|
|
10
|
-
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.
|
|
10
|
+
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.ResolvableHead<unhead_types.SchemaAugmentations>> | null>>;
|
|
11
11
|
|
|
12
12
|
export { UnheadProvider };
|
package/dist/server.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ export { SSRHeadPayload, createHead, extractUnheadInputFromHtml, renderSSRHead,
|
|
|
7
7
|
declare function UnheadProvider({ children, value }: {
|
|
8
8
|
children: ReactNode;
|
|
9
9
|
value: Unhead;
|
|
10
|
-
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.
|
|
10
|
+
}): react.FunctionComponentElement<react.ProviderProps<Unhead<unhead_types.ResolvableHead<unhead_types.SchemaAugmentations>> | null>>;
|
|
11
11
|
|
|
12
12
|
export { UnheadProvider };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.24",
|
|
5
5
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
]
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"unhead": "2.0.0-alpha.
|
|
75
|
+
"unhead": "2.0.0-alpha.24"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@testing-library/react": "^16.2.0",
|