nitropack-nightly 2.11.13-20250521-182135.be404a71 → 2.11.13-20250611-074019.d42faba0

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,4 +1,4 @@
1
- const version = "2.11.13-20250521-182135.be404a71";
1
+ const version = "2.11.13-20250611-074019.d42faba0";
2
2
 
3
3
  const compatibilityChanges = [
4
4
  {
@@ -3,10 +3,15 @@
3
3
 
4
4
  import workerdProcess from "#workerd/node:process";
5
5
 
6
+ import { env as WorkerEnv } from "cloudflare:workers";
7
+
6
8
  import { Process as UnenvProcess } from "unenv/node/internal/process/process";
7
9
  import { env as UnenvEnv } from "unenv/node/internal/process/env";
8
10
  import { hrtime as UnenvHrTime } from "unenv/node/internal/process/hrtime";
9
11
 
12
+ // Polyfill for unenv (without Node.js compatibility)
13
+ globalThis.__env__ = WorkerEnv;
14
+
10
15
  const mixedProcess = new UnenvProcess({
11
16
  env: UnenvEnv,
12
17
  hrtime: UnenvHrTime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.13-20250521-182135.be404a71",
3
+ "version": "2.11.13-20250611-074019.d42faba0",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",