rwsdk 1.0.0-beta.50 → 1.0.0-beta.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/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rwsdk",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.51",
|
|
4
4
|
"description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
"bench": "vitest bench --run",
|
|
22
22
|
"bench:baseline": "vitest bench --run --outputJson=benchmarks/router-bench-baseline.json",
|
|
23
23
|
"bench:compare": "vitest bench --run --compare=benchmarks/router-bench-baseline.json",
|
|
24
|
+
"test:e2e": "node scripts/test-e2e.mjs",
|
|
25
|
+
"setup:e2e": "pnpm setup:wrangler",
|
|
26
|
+
"setup:wrangler": "../../scripts/setup-wrangler-auth.sh",
|
|
24
27
|
"debug:sync": "tsx ./src/scripts/debug-sync.mts",
|
|
25
28
|
"smoke-test": "tsx ./src/scripts/smoke-test.mts"
|
|
26
29
|
},
|
|
@@ -151,13 +154,13 @@
|
|
|
151
154
|
"license": "MIT",
|
|
152
155
|
"dependencies": {
|
|
153
156
|
"@ast-grep/napi": "~0.39.0",
|
|
154
|
-
"@cloudflare/workers-types": "~4.
|
|
157
|
+
"@cloudflare/workers-types": "~4.20260124.0",
|
|
155
158
|
"@mdx-js/mdx": "~3.1.1",
|
|
156
159
|
"@puppeteer/browsers": "~2.10.0",
|
|
157
160
|
"@types/decompress": "~4.2.7",
|
|
158
161
|
"@types/fs-extra": "~11.0.4",
|
|
159
162
|
"@types/glob": "^8.1.0",
|
|
160
|
-
"@types/react": "~19.2.
|
|
163
|
+
"@types/react": "~19.2.9",
|
|
161
164
|
"@types/react-dom": "~19.2.3",
|
|
162
165
|
"@types/react-is": "~19.0.0",
|
|
163
166
|
"@vitejs/plugin-react": "~5.0.0",
|
|
@@ -190,13 +193,13 @@
|
|
|
190
193
|
"vite-tsconfig-paths": "~5.1.4"
|
|
191
194
|
},
|
|
192
195
|
"peerDependencies": {
|
|
193
|
-
"@cloudflare/vite-plugin": "^1.
|
|
196
|
+
"@cloudflare/vite-plugin": "^1.21.2",
|
|
194
197
|
"capnweb": "~0.2.0",
|
|
195
198
|
"react": ">=19.2.0-0 <19.3.0 || >=19.3.0-0 <20.0.0",
|
|
196
199
|
"react-dom": ">=19.2.0-0 <19.3.0 || >=19.3.0-0 <20.0.0",
|
|
197
200
|
"react-server-dom-webpack": ">=19.2.0-0 <19.3.0 || >=19.3.0-0 <20.0.0",
|
|
198
201
|
"vite": "^6.2.6 || 7.x",
|
|
199
|
-
"wrangler": "^4.
|
|
202
|
+
"wrangler": "^4.60.0"
|
|
200
203
|
},
|
|
201
204
|
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
|
|
202
205
|
"devDependencies": {
|
|
@@ -211,7 +214,7 @@
|
|
|
211
214
|
"semver": "~7.7.1",
|
|
212
215
|
"tsx": "~4.21.0",
|
|
213
216
|
"typescript": "~5.9.0",
|
|
214
|
-
"vite": "~7.3.
|
|
217
|
+
"vite": "~7.3.1",
|
|
215
218
|
"vitest": "~3.2.0"
|
|
216
219
|
}
|
|
217
220
|
}
|