@webtypen/webframez-react 0.0.50 → 0.0.51
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/README.md +5 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,9 +13,13 @@ React Server Components (RSC) extension for `@webtypen/webframez-core`.
|
|
|
13
13
|
## Requirements
|
|
14
14
|
|
|
15
15
|
- Node.js `>= 20`
|
|
16
|
-
- `@webtypen/webframez-core`
|
|
16
|
+
- `@webtypen/webframez-core` `>=0.3.69` (optional peer; required for Core integration)
|
|
17
17
|
- React 19.x with matching `react-dom` and `react-server-dom-webpack`
|
|
18
18
|
|
|
19
|
+
The Core peer has no upper version bound, so newer releases do not require a
|
|
20
|
+
metadata update here. Development and tests use Core `0.3.69`; future Core API
|
|
21
|
+
changes still need compatibility testing.
|
|
22
|
+
|
|
19
23
|
## Installation
|
|
20
24
|
|
|
21
25
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webtypen/webframez-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.51",
|
|
4
4
|
"description": "TypeScript React RSC addition for @webtypen/webframez-core",
|
|
5
5
|
"homepage": "https://webtypen.de/",
|
|
6
6
|
"author": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"test": "node --test tests/*.test.cjs"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"@webtypen/webframez-core": "0.3.
|
|
100
|
+
"@webtypen/webframez-core": ">=0.3.69",
|
|
101
101
|
"react": "^19.0.0 || >=0.0.0-0 <0.0.1",
|
|
102
102
|
"react-dom": "^19.0.0 || >=0.0.0-0 <0.0.1",
|
|
103
103
|
"react-server-dom-webpack": "^19.0.0 || >=0.0.0-0 <0.0.1"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@webtypen/webframez-core": "0.3.
|
|
111
|
+
"@webtypen/webframez-core": "0.3.69",
|
|
112
112
|
"esbuild": "^0.20.2",
|
|
113
113
|
"react": "19.1.1",
|
|
114
114
|
"react-dom": "19.1.1",
|