rwsdk 1.0.0-alpha.19 → 1.0.0-alpha.20
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.
|
@@ -3,4 +3,4 @@ import type { Manifest, ManifestChunk } from "../lib/manifest.js";
|
|
|
3
3
|
export declare function findScriptForModule(id: string, manifest: Manifest): ManifestChunk | undefined;
|
|
4
4
|
export declare const Preloads: ({ requestInfo, }: {
|
|
5
5
|
requestInfo: RequestInfo;
|
|
6
|
-
}) => Promise<import("react/jsx-runtime
|
|
6
|
+
}) => Promise<import("react/jsx-runtime").JSX.Element>;
|
|
@@ -4,4 +4,4 @@ export declare const renderHtmlStream: ({ node, identifierPrefix, requestInfo, o
|
|
|
4
4
|
requestInfo: RequestInfo;
|
|
5
5
|
onError: (error: unknown) => void;
|
|
6
6
|
identifierPrefix?: string;
|
|
7
|
-
}) => Promise<import("react-dom/server
|
|
7
|
+
}) => Promise<import("react-dom/server").ReactDOMServerReadableStream>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rwsdk",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20",
|
|
4
4
|
"description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -132,20 +132,20 @@
|
|
|
132
132
|
"author": "RedwoodSDK <peter@redwoodjs.com>",
|
|
133
133
|
"license": "MIT",
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@ast-grep/napi": "~0.
|
|
136
|
-
"@cloudflare/workers-types": "~4.
|
|
135
|
+
"@ast-grep/napi": "~0.39.0",
|
|
136
|
+
"@cloudflare/workers-types": "~4.20250924.0",
|
|
137
137
|
"@mdx-js/mdx": "~3.1.1",
|
|
138
|
-
"@puppeteer/browsers": "~2.
|
|
138
|
+
"@puppeteer/browsers": "~2.10.0",
|
|
139
139
|
"@types/fs-extra": "~11.0.4",
|
|
140
140
|
"@types/react": "~19.1.2",
|
|
141
141
|
"@types/react-dom": "~19.1.2",
|
|
142
142
|
"@types/react-is": "~19.0.0",
|
|
143
|
-
"@vitejs/plugin-react": "~
|
|
144
|
-
"chokidar": "~
|
|
143
|
+
"@vitejs/plugin-react": "~5.0.0",
|
|
144
|
+
"chokidar": "~4.0.0",
|
|
145
145
|
"debug": "~4.4.0",
|
|
146
146
|
"enhanced-resolve": "~5.18.1",
|
|
147
147
|
"eventsource-parser": "~3.0.0",
|
|
148
|
-
"execa": "~9.
|
|
148
|
+
"execa": "~9.6.0",
|
|
149
149
|
"fs-extra": "~11.3.0",
|
|
150
150
|
"glob": "~11.0.1",
|
|
151
151
|
"ignore": "~7.0.4",
|
|
@@ -154,16 +154,16 @@
|
|
|
154
154
|
"kysely-do": "~0.0.1-rc.1",
|
|
155
155
|
"lodash": "~4.17.21",
|
|
156
156
|
"magic-string": "~0.30.17",
|
|
157
|
-
"miniflare": "~4.
|
|
157
|
+
"miniflare": "~4.20250924.0",
|
|
158
158
|
"picocolors": "~1.1.1",
|
|
159
159
|
"proper-lockfile": "~4.1.2",
|
|
160
|
-
"puppeteer-core": "~22.
|
|
161
|
-
"react-is": "~19.
|
|
160
|
+
"puppeteer-core": "~24.22.0",
|
|
161
|
+
"react-is": "~19.1.0",
|
|
162
162
|
"rsc-html-stream": "~0.0.6",
|
|
163
163
|
"tmp-promise": "~3.0.3",
|
|
164
|
-
"ts-morph": "~
|
|
164
|
+
"ts-morph": "~27.0.0",
|
|
165
165
|
"unique-names-generator": "~4.7.1",
|
|
166
|
-
"vibe-rules": "~0.
|
|
166
|
+
"vibe-rules": "~0.3.0",
|
|
167
167
|
"vite-tsconfig-paths": "~5.1.4"
|
|
168
168
|
},
|
|
169
169
|
"peerDependencies": {
|
|
@@ -183,8 +183,8 @@
|
|
|
183
183
|
"@types/proper-lockfile": "~4.1.4",
|
|
184
184
|
"js-beautify": "~1.15.4",
|
|
185
185
|
"semver": "~7.7.1",
|
|
186
|
-
"tsx": "~4.
|
|
187
|
-
"typescript": "~5.
|
|
188
|
-
"vitest": "~3.
|
|
186
|
+
"tsx": "~4.20.0",
|
|
187
|
+
"typescript": "~5.9.0",
|
|
188
|
+
"vitest": "~3.2.0"
|
|
189
189
|
}
|
|
190
190
|
}
|