nitropack-nightly 3.0.0-20250309-101122.a4606a0c-nitro-nightly-mirror → 3.0.0-20250309-124023.b5dc6b68-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 +1 -1
  2. package/package.json +2 -2
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 **v3 development branch**. Checkout the [v1](https://github.com/nitrojs/nitro/tree/v1) branch for current stable.
13
+ > You are on the **v3 development branch**. Checkout the [v2](https://github.com/nitrojs/nitro/tree/v2) branch for current stable.
14
14
 
15
15
  ## Contribution
16
16
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "3.0.0-20250309-101122.a4606a0c-nitro-nightly-mirror",
3
+ "version": "3.0.0-20250309-124023.b5dc6b68-mirror",
4
4
  "dependencies": {
5
- "nitro": "npm:nitro-nightly@3.0.0-20250309-101122.a4606a0c"
5
+ "nitro": "npm:nitro-nightly@3.0.0-20250309-124023.b5dc6b68"
6
6
  },
7
7
  "description": "Build and Deploy Universal JavaScript Servers",
8
8
  "repository": "nitrojs/nitro",