nitropack-nightly 2.11.7-20250309-103913.8b931619 → 2.11.7-20250317-115902.2cf38327

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.7-20250309-103913.8b931619";
1
+ const version = "2.11.7-20250317-115902.2cf38327";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.7-20250309-103913.8b931619";
1
+ const version = "2.11.7-20250317-115902.2cf38327";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.7-20250309-103913.8b931619";
1
+ const version = "2.11.7-20250317-115902.2cf38327";
2
2
 
3
3
  export { version };
@@ -13,14 +13,14 @@ import {
13
13
  fetchNodeRequestHandler,
14
14
  callNodeRequestHandler
15
15
  } from "node-mock-http";
16
- import errorHandler from "#nitro-internal-virtual/error-handler";
17
- import { plugins } from "#nitro-internal-virtual/plugins";
18
- import { handlers } from "#nitro-internal-virtual/server-handlers";
19
16
  import { cachedEventHandler } from "./cache.mjs";
20
17
  import { useRuntimeConfig } from "./config.mjs";
21
18
  import { nitroAsyncContext } from "./context.mjs";
22
19
  import { createRouteRulesHandler, getRouteRulesForPath } from "./route-rules.mjs";
23
20
  import { normalizeFetchResponse } from "./utils.mjs";
21
+ import errorHandler from "#nitro-internal-virtual/error-handler";
22
+ import { plugins } from "#nitro-internal-virtual/plugins";
23
+ import { handlers } from "#nitro-internal-virtual/server-handlers";
24
24
  function createNitroApp() {
25
25
  const config = useRuntimeConfig();
26
26
  const hooks = createHooks();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.7-20250309-103913.8b931619",
3
+ "version": "2.11.7-20250317-115902.2cf38327",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",