@fictjs/ssr 0.28.2 → 0.28.4
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -873,7 +873,7 @@ for (const script of snapshots) {
|
|
|
873
873
|
## Related Packages
|
|
874
874
|
|
|
875
875
|
- `@fictjs/runtime` - Core runtime, containing signal/effect system
|
|
876
|
-
- `@fictjs/compiler` -
|
|
876
|
+
- `@fictjs/compiler` - OXC/Rust compiler, handling JSX lowering and structured handler artifacts
|
|
877
877
|
- `@fictjs/vite-plugin` - Vite integration, handling build and code splitting
|
|
878
878
|
|
|
879
879
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fictjs/ssr",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.4",
|
|
4
4
|
"description": "Fict server-side rendering",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"linkedom": "^0.18.12",
|
|
49
|
-
"@fictjs/runtime": "0.
|
|
49
|
+
"@fictjs/runtime": "0.31.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"tsdown": "^0.22.3",
|
|
53
|
-
"fict": "0.
|
|
53
|
+
"fict": "0.31.0"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
56
56
|
"fict",
|