nitro-nightly 3.0.1-20260120-133934-74e8d674 → 3.0.1-20260120-134104-795e774f

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.
@@ -6,6 +6,7 @@ const nitroApp = useNitroApp();
6
6
  export default async function netlifyEdge(netlifyReq, context) {
7
7
  // srvx compatibility
8
8
  const req = netlifyReq;
9
+ req.ip = context.ip;
9
10
  req.runtime ??= { name: "netlify-edge" };
10
11
  // @ts-expect-error (add to srvx types)
11
12
  req.runtime.netlify ??= { context };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.0.1-20260120-133934-74e8d674",
3
+ "version": "3.0.1-20260120-134104-795e774f",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "keywords": [
6
6
  "api-routes",