@nuxt/rspack-builder-nightly 4.3.0-29434410.5b16a51f → 4.3.0-29435873.41a564d2

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1216,7 +1216,7 @@ function wdmToH3Handler(devMiddleware, corsOptions) {
1216
1216
  return null;
1217
1217
  }
1218
1218
  if (getRequestHeader(event, "sec-fetch-mode") === "no-cors" && getRequestHeader(event, "sec-fetch-site") === "cross-site") {
1219
- throw createError({ statusCode: 403 });
1219
+ throw createError({ status: 403 });
1220
1220
  }
1221
1221
  setHeader(event, "Vary", "Origin");
1222
1222
  event.context.webpack = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/rspack-builder-nightly",
3
- "version": "4.3.0-29434410.5b16a51f",
3
+ "version": "4.3.0-29435873.41a564d2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
30
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29434410.5b16a51f",
30
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29435873.41a564d2",
31
31
  "@rspack/core": "^1.6.7",
32
32
  "autoprefixer": "^10.4.23",
33
33
  "css-loader": "^7.1.2",
@@ -68,7 +68,7 @@
68
68
  "webpackbar": "^7.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29434410.5b16a51f",
71
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29435873.41a564d2",
72
72
  "@types/webpack-bundle-analyzer": "4.7.0",
73
73
  "@types/webpack-hot-middleware": "2.25.12",
74
74
  "rollup": "4.53.4",