nitropack-nightly 2.11.0-20250303-200211.557c5d08 → 2.11.0-20250303-201505.ba9bebc7

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.
@@ -1,3 +1,3 @@
1
- const version = "2.11.0-20250303-200211.557c5d08";
1
+ const version = "2.11.0-20250303-201505.ba9bebc7";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.0-20250303-200211.557c5d08";
1
+ const version = "2.11.0-20250303-201505.ba9bebc7";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.0-20250303-200211.557c5d08";
1
+ const version = "2.11.0-20250303-201505.ba9bebc7";
2
2
 
3
3
  export { version };
@@ -166,7 +166,7 @@ export async function writeWranglerConfig(nitro, cfTarget) {
166
166
  if (cfTarget === "pages") {
167
167
  overrides.pages_build_output_dir = relative(
168
168
  wranglerConfigDir,
169
- nitro.options.output.serverDir
169
+ nitro.options.output.dir
170
170
  );
171
171
  } else {
172
172
  overrides.main = relative(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.0-20250303-200211.557c5d08",
3
+ "version": "2.11.0-20250303-201505.ba9bebc7",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",