rwsdk 1.0.0-beta.55 → 1.0.0-beta.56

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.
@@ -379,7 +379,7 @@ export async function runRelease(cwd, projectDir, resourceUniqueKey) {
379
379
  const stdout = result.stdout;
380
380
  // Extract deployment URL from output
381
381
  log("Extracting deployment URL from output");
382
- const urlMatch = stdout.match(/https:\/\/([a-zA-Z0-9-]+)\.redwoodjs\.workers\.dev/);
382
+ const urlMatch = stdout.match(/https:\/\/([a-zA-Z0-9-]+)(?:\.[a-zA-Z0-9-]+)?\.workers\.dev/);
383
383
  if (!urlMatch || !urlMatch[0]) {
384
384
  log("ERROR: Could not extract deployment URL from release output");
385
385
  // Log more details about the output for debugging
@@ -102,11 +102,8 @@ export const fetchTransport = (transportContext) => {
102
102
  }
103
103
  // Original behavior when no handler is present
104
104
  const response = await fetchPromise;
105
- console.log("[fetchTransport] Response status:", response.status);
106
105
  const location = response.headers.get("Location");
107
- console.log("[fetchTransport] Location header:", location);
108
106
  if (response.status >= 300 && response.status < 400 && location) {
109
- console.log("[fetchTransport] Redirecting to:", location);
110
107
  window.location.href = location;
111
108
  return undefined;
112
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rwsdk",
3
- "version": "1.0.0-beta.55",
3
+ "version": "1.0.0-beta.56",
4
4
  "description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
5
5
  "type": "module",
6
6
  "bin": {
@@ -153,68 +153,68 @@
153
153
  "author": "RedwoodSDK <peter@redwoodjs.com>",
154
154
  "license": "MIT",
155
155
  "dependencies": {
156
- "@ast-grep/napi": "~0.39.0",
157
- "@cloudflare/workers-types": "~4.20260218.0",
156
+ "@ast-grep/napi": "~0.41.0",
157
+ "@cloudflare/workers-types": "~4.20260305.1",
158
158
  "@mdx-js/mdx": "~3.1.1",
159
- "@puppeteer/browsers": "~2.10.0",
159
+ "@puppeteer/browsers": "~2.13.0",
160
160
  "@types/decompress": "~4.2.7",
161
161
  "@types/fs-extra": "~11.0.4",
162
- "@types/glob": "^8.1.0",
162
+ "@types/glob": "^9.0.0",
163
163
  "@types/react": "~19.2.14",
164
164
  "@types/react-dom": "~19.2.3",
165
- "@types/react-is": "~19.0.0",
166
- "@vitejs/plugin-react": "~5.0.0",
167
- "chokidar": "~4.0.0",
168
- "debug": "~4.4.0",
165
+ "@types/react-is": "~19.2.0",
166
+ "@vitejs/plugin-react": "~5.1.4",
167
+ "chokidar": "~5.0.0",
168
+ "debug": "~4.4.3",
169
169
  "decompress": "~4.2.1",
170
- "enhanced-resolve": "~5.18.1",
171
- "eventsource-parser": "~3.0.0",
172
- "execa": "~9.6.0",
170
+ "enhanced-resolve": "~5.20.0",
171
+ "eventsource-parser": "~3.0.6",
172
+ "execa": "~9.6.1",
173
173
  "find-up": "~8.0.0",
174
- "fs-extra": "~11.3.0",
174
+ "fs-extra": "~11.3.4",
175
175
  "get-port": "^7.1.0",
176
- "glob": "~11.1.0",
177
- "ignore": "~7.0.4",
176
+ "glob": "~13.0.6",
177
+ "ignore": "~7.0.5",
178
178
  "jsonc-parser": "~3.3.1",
179
- "kysely": "~0.28.2",
179
+ "kysely": "~0.28.11",
180
180
  "kysely-do": "~0.0.1-rc.1",
181
181
  "lodash": "~4.17.23",
182
- "magic-string": "~0.30.17",
182
+ "magic-string": "~0.30.21",
183
183
  "picocolors": "~1.1.1",
184
184
  "proper-lockfile": "~4.1.2",
185
- "puppeteer-core": "~24.22.0",
186
- "react-is": "~19.1.0",
187
- "rsc-html-stream": "~0.0.6",
185
+ "puppeteer-core": "~24.38.0",
186
+ "react-is": "~19.2.4",
187
+ "rsc-html-stream": "~0.0.7",
188
188
  "server-only": "^0.0.1",
189
189
  "tmp-promise": "~3.0.3",
190
- "ts-morph": "~27.0.0",
190
+ "ts-morph": "~27.0.2",
191
191
  "unique-names-generator": "~4.7.1",
192
- "vibe-rules": "~0.3.0",
193
- "vite-tsconfig-paths": "~5.1.4"
192
+ "vibe-rules": "~0.3.91",
193
+ "vite-tsconfig-paths": "~6.1.1"
194
194
  },
195
195
  "peerDependencies": {
196
- "@cloudflare/vite-plugin": "^1.25.1",
197
- "capnweb": "~0.2.0",
196
+ "@cloudflare/vite-plugin": "^1.26.0",
197
+ "capnweb": "~0.5.0",
198
198
  "react": ">=19.2.0-0 <19.3.0 || >=19.3.0-0 <20.0.0",
199
199
  "react-dom": ">=19.2.0-0 <19.3.0 || >=19.3.0-0 <20.0.0",
200
200
  "react-server-dom-webpack": ">=19.2.0-0 <19.3.0 || >=19.3.0-0 <20.0.0",
201
201
  "vite": "^6.2.6 || 7.x",
202
- "wrangler": "^4.66.0"
202
+ "wrangler": "^4.70.0"
203
203
  },
204
204
  "packageManager": "pnpm@10.28.2",
205
205
  "devDependencies": {
206
- "@cloudflare/vite-plugin": "1.25.1",
207
- "capnweb": "~0.2.0",
206
+ "@cloudflare/vite-plugin": "1.26.0",
207
+ "capnweb": "~0.5.0",
208
208
  "@types/debug": "~4.1.12",
209
209
  "@types/js-beautify": "~1.14.3",
210
- "@types/lodash": "~4.17.16",
211
- "@types/node": "~24.10.0",
210
+ "@types/lodash": "~4.17.24",
211
+ "@types/node": "~25.3.3",
212
212
  "@types/proper-lockfile": "~4.1.4",
213
213
  "js-beautify": "~1.15.4",
214
- "semver": "~7.7.1",
214
+ "semver": "~7.7.4",
215
215
  "tsx": "~4.21.0",
216
- "typescript": "~5.9.0",
216
+ "typescript": "~5.9.3",
217
217
  "vite": "~7.3.1",
218
- "vitest": "~3.2.0"
218
+ "vitest": "~4.0.18"
219
219
  }
220
220
  }