@netlify/dev 4.4.5 β 4.4.6
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 +0 -18
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# @netlify/dev
|
|
2
2
|
|
|
3
|
-
> [!WARNING] This module is under active development and does **not** yet support all Netlify platform features.
|
|
4
|
-
|
|
5
3
|
`@netlify/dev` is a local emulator for the Netlify production environment. While it can be used directly by advanced
|
|
6
4
|
users, it is primarily designed as a foundational library for higher-level tools like the
|
|
7
5
|
[Netlify CLI](https://docs.netlify.com/cli/get-started/) and the
|
|
@@ -10,22 +8,6 @@ users, it is primarily designed as a foundational library for higher-level tools
|
|
|
10
8
|
It provides a local request pipeline that mimics the Netlify platformβs request handling, including support for
|
|
11
9
|
Functions, Blobs, Static files, Redirects, and Image CDN.
|
|
12
10
|
|
|
13
|
-
## π§ Feature Support
|
|
14
|
-
|
|
15
|
-
| Feature | Supported |
|
|
16
|
-
| ---------------------- | --------- |
|
|
17
|
-
| Functions | β
Yes |
|
|
18
|
-
| Edge Functions | β
Yes |
|
|
19
|
-
| Blobs | β
Yes |
|
|
20
|
-
| Cache API | β
Yes |
|
|
21
|
-
| Redirects and Rewrites | β
Yes |
|
|
22
|
-
| Headers | β
Yes |
|
|
23
|
-
| Environment Variables | β
Yes |
|
|
24
|
-
| Image CDN | β
Yes |
|
|
25
|
-
|
|
26
|
-
> Note: Missing features will be added incrementally. This module is **not** intended to be a full replacement for the
|
|
27
|
-
> Netlify CLI.
|
|
28
|
-
|
|
29
11
|
## π¦ Installation
|
|
30
12
|
|
|
31
13
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/dev",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"description": "Emulation of the Netlify environment for local development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@netlify/config": "^23.2.0",
|
|
57
57
|
"@netlify/dev-utils": "4.0.0",
|
|
58
58
|
"@netlify/edge-functions": "2.16.1",
|
|
59
|
-
"@netlify/functions": "4.1.
|
|
59
|
+
"@netlify/functions": "4.1.14",
|
|
60
60
|
"@netlify/headers": "2.0.6",
|
|
61
61
|
"@netlify/images": "1.2.2",
|
|
62
62
|
"@netlify/redirects": "3.0.6",
|