nitropack-nightly 2.11.6-20250308-195021.0f3e4a3b → 2.11.7-20250309-103913.8b931619

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.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  Create web servers that run anywhere! 📖 [**documentation**](https://nitro.build)
11
11
 
12
12
  > [!NOTE]
13
- > You are on the v2 branch. Check [main branch](https://github.com/nitrojs/nitro/tree/main) for v3 development tree.
13
+ > You are on the **v2 support branch.** Checkout the [v3](https://github.com/nitrojs/nitro/tree/v3) branch for the current development.
14
14
 
15
15
  ## Contribution
16
16
 
@@ -1,3 +1,3 @@
1
- const version = "2.11.6-20250308-195021.0f3e4a3b";
1
+ const version = "2.11.7-20250309-103913.8b931619";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.6-20250308-195021.0f3e4a3b";
1
+ const version = "2.11.7-20250309-103913.8b931619";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "2.11.6-20250308-195021.0f3e4a3b";
1
+ const version = "2.11.7-20250309-103913.8b931619";
2
2
 
3
3
  export { version };
@@ -71,7 +71,7 @@ if (import.meta._tasks) {
71
71
  startScheduleRunner();
72
72
  }
73
73
  function listen(useRandomPort = Boolean(
74
- NITRO_NO_UNIX_SOCKET || process.versions.webcontainer
74
+ NITRO_NO_UNIX_SOCKET || process.versions.webcontainer || "Bun" in globalThis && process.platform === "win32"
75
75
  )) {
76
76
  return new Promise((resolve, reject) => {
77
77
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.6-20250308-195021.0f3e4a3b",
3
+ "version": "2.11.7-20250309-103913.8b931619",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",
@@ -164,7 +164,7 @@
164
164
  "ultrahtml": "^1.5.3",
165
165
  "uncrypto": "^0.1.3",
166
166
  "unctx": "^2.4.1",
167
- "unenv": "^2.0.0-rc.13",
167
+ "unenv": "^2.0.0-rc.14",
168
168
  "unimport": "^4.1.2",
169
169
  "unplugin-utils": "^0.2.4",
170
170
  "unstorage": "^1.15.0",