nitro-nightly 3.1.0-20251029-222602-3be802f2 → 3.1.0-20251029-230306-50bca1ed

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.
@@ -123,9 +123,6 @@ function baseBuildConfig(nitro) {
123
123
  "nitro/runtime": runtimeDir,
124
124
  "nitropack/runtime": runtimeDir,
125
125
  // Backwards compatibility
126
- "nitro/deps/h3": "h3",
127
- "nitro/deps/ofetch": "ofetch",
128
- "nitro/h3": "h3",
129
126
  ...env.alias
130
127
  });
131
128
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.1.0-20251029-222602-3be802f2",
3
+ "version": "3.1.0-20251029-230306-50bca1ed",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "homepage": "https://nitro.build",
6
6
  "repository": "nitrojs/nitro",