nitro-nightly 3.0.1-20251109-233730-ab0fad99 → 3.0.1-20251109-233810-e280abba

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.
@@ -98,7 +98,6 @@ function baseBuildConfig(nitro) {
98
98
  ].filter(Boolean);
99
99
  const { env } = defineEnv({
100
100
  nodeCompat: isNodeless,
101
- npmShims: true,
102
101
  resolve: true,
103
102
  presets: nitro.options.unenv,
104
103
  overrides: { alias: nitro.options.alias }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.0.1-20251109-233730-ab0fad99",
3
+ "version": "3.0.1-20251109-233810-e280abba",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "homepage": "https://nitro.build",
6
6
  "repository": "nitrojs/nitro",