nitropack-nightly 2.11.5-20250307-123238.231c516e → 2.11.6-20250308-161348.a8e9879e

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.
@@ -1538,7 +1538,7 @@ function startRollupWatcher(nitro, rollupConfig) {
1538
1538
  if (nitro.options.logging.buildSuccess) {
1539
1539
  nitro.logger.success(
1540
1540
  `${nitroServerName(nitro)} built`,
1541
- start ? `in ${Date.now() - start} ms` : ""
1541
+ start ? `in ${Date.now() - start}ms` : ""
1542
1542
  );
1543
1543
  }
1544
1544
  nitro.hooks.callHook("dev:reload");
@@ -1,3 +1,3 @@
1
- const version = "2.11.5-20250307-123238.231c516e";
1
+ const version = "2.11.6-20250308-161348.a8e9879e";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.5-20250307-123238.231c516e";
1
+ const version = "2.11.6-20250308-161348.a8e9879e";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.5-20250307-123238.231c516e";
1
+ const version = "2.11.6-20250308-161348.a8e9879e";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.5-20250307-123238.231c516e",
3
+ "version": "2.11.6-20250308-161348.a8e9879e",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",