nitropack-nightly 2.11.6-20250308-213402.c421716e → 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-213402.c421716e";
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-213402.c421716e";
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-213402.c421716e";
1
+ const version = "2.11.7-20250309-103913.8b931619";
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.6-20250308-213402.c421716e",
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",