@voltro/web 0.33.0 → 0.35.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/CHANGELOG.md +1968 -0
- package/dist/{frameworkBoot-Dm6UaRP-.js → frameworkBoot--fOA34nd.js} +4 -3
- package/dist/frameworkBoot.js +1 -1
- package/dist/index.d.ts +20 -4
- package/dist/index.js +37 -37
- package/dist/{mount-CXlKierJ.js → mount-BKP99m_W.js} +11 -7
- package/dist/mount.d.ts +2 -0
- package/dist/mount.js +2 -2
- package/dist/{serverContext-3i6Dr4ev.js → serverContext-7toyzR70.js} +226 -201
- package/dist/ssr.js +1 -1
- package/package.json +3 -3
package/dist/ssr.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { s as e } from "./defaultFallbacks-B4Ak-R6R.js";
|
|
2
2
|
import { _ as t, a as n, g as r, m as i, n as a, p as o, s, t as c } from "./routerState-DAT472IC.js";
|
|
3
|
-
import { E as l, c as u, d, l as f, r as p, t as m, w as h } from "./serverContext-
|
|
3
|
+
import { E as l, c as u, d, l as f, r as p, t as m, w as h } from "./serverContext-7toyzR70.js";
|
|
4
4
|
import { createElement as g } from "react";
|
|
5
5
|
import { makePreloadSeedBag as _, makeStoreSeedBag as v, seedPreloadedSubscription as y, setPreloadSeedResolver as b, setStoreSeedResolver as x } from "@voltro/client";
|
|
6
6
|
import { renderToPipeableStream as S, renderToString as C } from "react-dom/server";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voltro/web",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"description": "The Voltro web framework — file-based routing, render modes (SSR / SSG / islands), the page-export contract, data hooks, and the browser mount.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"voltro",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"node": ">=24.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@voltro/client": "0.
|
|
57
|
-
"@voltro/ui": "0.
|
|
56
|
+
"@voltro/client": "0.35.0",
|
|
57
|
+
"@voltro/ui": "0.35.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@effect/platform": "^0.97.0",
|