nitropack-nightly 2.11.3-20250306-104559.c52d2eeb → 2.11.3-20250306-104907.06147e7a

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.
@@ -2364,10 +2364,9 @@ class NodeDevWorker {
2364
2364
  await new Promise((resolve) => {
2365
2365
  const gracefulShutdownTimeoutSec = Number.parseInt(process.env.NITRO_SHUTDOWN_TIMEOUT || "", 10) || 5;
2366
2366
  const timeout = setTimeout(() => {
2367
- consola.warn(
2368
- `force closing dev worker after ${gracefulShutdownTimeoutSec} seconds...`
2369
- );
2370
- resolve();
2367
+ if (process.env.DEBUG) {
2368
+ consola.warn(`force closing dev worker...`);
2369
+ }
2371
2370
  }, gracefulShutdownTimeoutSec * 1e3);
2372
2371
  this.#worker?.on("message", (message) => {
2373
2372
  if (message.event === "exit") {
@@ -1,3 +1,3 @@
1
- const version = "2.11.3-20250306-104559.c52d2eeb";
1
+ const version = "2.11.3-20250306-104907.06147e7a";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.3-20250306-104559.c52d2eeb";
1
+ const version = "2.11.3-20250306-104907.06147e7a";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.3-20250306-104559.c52d2eeb";
1
+ const version = "2.11.3-20250306-104907.06147e7a";
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.3-20250306-104559.c52d2eeb",
3
+ "version": "2.11.3-20250306-104907.06147e7a",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",