nitropack-nightly 3.0.0-20250411-094421.5736f5be-mirror → 3.0.0-20250422-231946.5874269b-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.
- package/README.md +1 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,18 +16,7 @@ Check [migration guide](./docs/1.guide/00.migration.md) for migrating from Nitro
|
|
|
16
16
|
|
|
17
17
|
## Contribution
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
<summary>Local development</summary>
|
|
21
|
-
|
|
22
|
-
- Clone this repository
|
|
23
|
-
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
|
|
24
|
-
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
|
|
25
|
-
- Install dependencies using `pnpm install`
|
|
26
|
-
- Run tests using `pnpm dev` or `pnpm test`
|
|
27
|
-
|
|
28
|
-
</details>
|
|
29
|
-
|
|
30
|
-
<!-- /automd -->
|
|
19
|
+
Please check [Contribution guide](CONTRIBUTING.md).
|
|
31
20
|
|
|
32
21
|
## License
|
|
33
22
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitropack-nightly",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-20250422-231946.5874269b-mirror",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"nitro": "npm:nitro-nightly@3.0.0-
|
|
5
|
+
"nitro": "npm:nitro-nightly@3.0.0-20250422-231946.5874269b"
|
|
6
6
|
},
|
|
7
7
|
"description": "Build and Deploy Universal JavaScript Servers",
|
|
8
8
|
"repository": "nitrojs/nitro",
|