rwsdk 1.0.0-alpha.0 → 1.0.0-alpha.1-test.20250911154541
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 +8 -24
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.1-test.20250911154541",
|
|
4
4
|
"description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -125,7 +125,6 @@
|
|
|
125
125
|
"license": "MIT",
|
|
126
126
|
"dependencies": {
|
|
127
127
|
"@ast-grep/napi": "^0.38.5",
|
|
128
|
-
"@cloudflare/vite-plugin": "1.7.4",
|
|
129
128
|
"@cloudflare/workers-types": "^4.20250407.0",
|
|
130
129
|
"@puppeteer/browsers": "^2.8.0",
|
|
131
130
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -156,30 +155,15 @@
|
|
|
156
155
|
"ts-morph": "^25.0.1",
|
|
157
156
|
"unique-names-generator": "^4.7.1",
|
|
158
157
|
"vibe-rules": "^0.2.31",
|
|
159
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
160
|
-
"wrangler": "^4.20.5"
|
|
158
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
161
159
|
},
|
|
162
160
|
"peerDependencies": {
|
|
163
|
-
"
|
|
164
|
-
"react
|
|
165
|
-
"react-
|
|
166
|
-
"
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
"react": "19.2.0-canary-39cad7af-20250411",
|
|
170
|
-
"react-dom": "19.2.0-canary-39cad7af-20250411",
|
|
171
|
-
"react-server-dom-webpack": "19.2.0-canary-39cad7af-20250411"
|
|
172
|
-
},
|
|
173
|
-
"peerDependenciesMeta": {
|
|
174
|
-
"react": {
|
|
175
|
-
"optional": true
|
|
176
|
-
},
|
|
177
|
-
"react-dom": {
|
|
178
|
-
"optional": true
|
|
179
|
-
},
|
|
180
|
-
"react-server-dom-webpack": {
|
|
181
|
-
"optional": true
|
|
182
|
-
}
|
|
161
|
+
"@cloudflare/vite-plugin": "^1.12.4",
|
|
162
|
+
"react": "19.2.0-canary-3fb190f7-20250908",
|
|
163
|
+
"react-dom": "19.2.0-canary-3fb190f7-20250908",
|
|
164
|
+
"react-server-dom-webpack": "19.2.0-canary-3fb190f7-20250908",
|
|
165
|
+
"vite": "^6.2.6 || 7.x",
|
|
166
|
+
"wrangler": "^4.35.0"
|
|
183
167
|
},
|
|
184
168
|
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
|
|
185
169
|
"devDependencies": {
|