@netlify/dev 4.4.4 β†’ 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.
Files changed (2) hide show
  1. package/README.md +0 -18
  2. 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.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.12",
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",