rwsdk 0.2.0-alpha.15-test.20250820034158 → 0.2.0-alpha.16
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 +10 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rwsdk",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.16",
|
|
4
4
|
"description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -144,10 +144,7 @@
|
|
|
144
144
|
"picocolors": "^1.1.1",
|
|
145
145
|
"proper-lockfile": "^4.1.2",
|
|
146
146
|
"puppeteer-core": "^22.8.1",
|
|
147
|
-
"react": ">=19.2.0-0 || >=19.2.0",
|
|
148
|
-
"react-dom": ">=19.2.0-0 || >=19.2.0",
|
|
149
147
|
"react-is": "^19.0.0",
|
|
150
|
-
"react-server-dom-webpack": ">=19.2.0-0 || >=19.2.0",
|
|
151
148
|
"rsc-html-stream": "^0.0.6",
|
|
152
149
|
"tmp-promise": "^3.0.3",
|
|
153
150
|
"ts-morph": "^25.0.1",
|
|
@@ -157,10 +154,15 @@
|
|
|
157
154
|
"wrangler": "^4.20.5"
|
|
158
155
|
},
|
|
159
156
|
"peerDependencies": {
|
|
160
|
-
"
|
|
161
|
-
"react
|
|
162
|
-
"react-
|
|
163
|
-
"
|
|
157
|
+
"vite": "^6.2.6",
|
|
158
|
+
"react": ">=19.2.0-0 <20",
|
|
159
|
+
"react-dom": ">=19.2.0-0 <20",
|
|
160
|
+
"react-server-dom-webpack": ">=19.2.0-0 <20"
|
|
161
|
+
},
|
|
162
|
+
"optionalDependencies": {
|
|
163
|
+
"react": "19.2.0-canary-39cad7af-20250411",
|
|
164
|
+
"react-dom": "19.2.0-canary-39cad7af-20250411",
|
|
165
|
+
"react-server-dom-webpack": "19.2.0-canary-39cad7af-20250411"
|
|
164
166
|
},
|
|
165
167
|
"peerDependenciesMeta": {
|
|
166
168
|
"react": {
|