vike-react 0.5.9 → 0.5.10

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.
@@ -137,15 +137,7 @@ declare global {
137
137
  */
138
138
  ssr?: boolean;
139
139
  /**
140
- * Whether to stream the page's HTML.
141
- *
142
- * Requires Server-Side Rendering (`ssr: true`).
143
- *
144
- * A Node.js Stream is used whenever possible, falling back to a Web Stream otherwise.
145
- *
146
- * By setting the value to `web` or `node`, you force the usage of a Web Stream or Node.js Stream.
147
- *
148
- * @default false
140
+ * Enable or disable HTML Streaming.
149
141
  *
150
142
  * https://vike.dev/stream
151
143
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike-react",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "repository": "https://github.com/vikejs/vike-react",
5
5
  "type": "module",
6
6
  "exports": {