@pyreon/head 0.19.0 → 0.20.0
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/lib/types/index.d.ts +1 -2
- package/package.json +7 -7
package/lib/types/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as _$_pyreon_core0 from "@pyreon/core";
|
|
2
1
|
import { ComponentFn, Props, VNodeChild } from "@pyreon/core";
|
|
3
2
|
|
|
4
3
|
//#region src/context.d.ts
|
|
@@ -202,7 +201,7 @@ interface HeadContextValue {
|
|
|
202
201
|
resolveBodyAttrs(): Record<string, string>;
|
|
203
202
|
}
|
|
204
203
|
declare function createHeadContext(): HeadContextValue;
|
|
205
|
-
declare const HeadContext:
|
|
204
|
+
declare const HeadContext: import("@pyreon/core").Context<HeadContextValue | null>;
|
|
206
205
|
//#endregion
|
|
207
206
|
//#region src/provider.d.ts
|
|
208
207
|
interface HeadProviderProps extends Props {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pyreon/head",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Head tag management for Pyreon — works in SSR and CSR",
|
|
5
5
|
"homepage": "https://github.com/pyreon/pyreon/tree/main/packages/head#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
"prepublishOnly": "bun run build"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@pyreon/core": "^0.
|
|
63
|
-
"@pyreon/reactivity": "^0.
|
|
64
|
-
"@pyreon/runtime-server": "^0.
|
|
62
|
+
"@pyreon/core": "^0.20.0",
|
|
63
|
+
"@pyreon/reactivity": "^0.20.0",
|
|
64
|
+
"@pyreon/runtime-server": "^0.20.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@happy-dom/global-registrator": "^20.8.9",
|
|
68
68
|
"@pyreon/manifest": "0.13.1",
|
|
69
|
-
"@pyreon/runtime-dom": "^0.
|
|
70
|
-
"@pyreon/runtime-server": "^0.
|
|
71
|
-
"@pyreon/test-utils": "^0.13.
|
|
69
|
+
"@pyreon/runtime-dom": "^0.20.0",
|
|
70
|
+
"@pyreon/runtime-server": "^0.20.0",
|
|
71
|
+
"@pyreon/test-utils": "^0.13.7",
|
|
72
72
|
"@vitest/browser-playwright": "^4.1.4"
|
|
73
73
|
},
|
|
74
74
|
"peerDependenciesMeta": {
|