nitropack-nightly 3.0.0-20250309-211813.14a5e05a-mirror → 3.0.0-20250310-082700.7be7634a-mirror

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,8 +9,10 @@
9
9
 
10
10
  Create web servers that run anywhere! 📖 [**documentation**](https://nitro.build)
11
11
 
12
- > [!NOTE]
13
- > You are on the **v3 development branch**. Checkout the [v2](https://github.com/nitrojs/nitro/tree/v2) branch for current stable.
12
+ > [!IMPORTANT]
13
+ > You are on the **v3 beta branch**. Checkout the [v2](https://github.com/nitrojs/nitro/tree/v2) branch for current stable.
14
+
15
+ Check [migration guide](./docs/1.guide/00.migration.md) for migrating from Nitro v2 to Nitro v3.
14
16
 
15
17
  ## Contribution
16
18
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "3.0.0-20250309-211813.14a5e05a-mirror",
3
+ "version": "3.0.0-20250310-082700.7be7634a-mirror",
4
4
  "dependencies": {
5
- "nitro": "npm:nitro-nightly@3.0.0-20250309-211813.14a5e05a"
5
+ "nitro": "npm:nitro-nightly@3.0.0-20250310-082700.7be7634a"
6
6
  },
7
7
  "description": "Build and Deploy Universal JavaScript Servers",
8
8
  "repository": "nitrojs/nitro",