nitro-nightly 3.1.0-20251028-131831-fe9fd554 → 3.1.0-20251028-143309-fa7b9491

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.
@@ -917,7 +917,7 @@ function baseBuildPlugins(nitro, base) {
917
917
  }
918
918
  }
919
919
  });
920
- } else if (!nitro.options.dev) {
920
+ } else {
921
921
  plugins.push(
922
922
  rollupNodeFileTrace(
923
923
  defu(nitro.options.externals, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.1.0-20251028-131831-fe9fd554",
3
+ "version": "3.1.0-20251028-143309-fa7b9491",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "homepage": "https://nitro.build",
6
6
  "repository": "nitrojs/nitro",
@@ -58,7 +58,7 @@
58
58
  "esbuild": "^0.25.11",
59
59
  "h3": "2.0.1-rc.5",
60
60
  "jiti": "^2.6.1",
61
- "nf3": "^0.1.3",
61
+ "nf3": "^0.1.5",
62
62
  "ofetch": "^2.0.0-alpha.3",
63
63
  "ohash": "^2.0.11",
64
64
  "rollup": "^4.52.5",