@netlify/vite-plugin 2.4.2 → 2.4.4

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 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,8 @@
1
1
  # @netlify/vite-plugin
2
2
 
3
- > [!WARNING] This is an experimental Vite plugin for Netlify. It is under active development and does **not** yet
4
- > support all Netlify platform features.
3
+ Vite plugin that emulates Netlify's platform features within your Vite dev server.
5
4
 
6
- A Vite plugin that integrates with Netlify's platform features.
7
-
8
- ## 🚧 Feature Support
5
+ ## Feature Support
9
6
 
10
7
  | Feature | Supported |
11
8
  | ---------------------- | --------- |
@@ -18,8 +15,7 @@ A Vite plugin that integrates with Netlify's platform features.
18
15
  | Environment Variables | ✅ Yes |
19
16
  | Image CDN | ✅ Yes |
20
17
 
21
- > Note: Missing features will be added incrementally. This module is **not** intended to be a full replacement for the
22
- > Netlify CLI.
18
+ > This module is **not** intended to be a full replacement for the Netlify CLI.
23
19
 
24
20
  ## Installation
25
21
 
@@ -37,6 +33,7 @@ The plugin accepts the following options:
37
33
  - `edgeFunctions`: Configure edge functions
38
34
  - `functions`: Configure serverless functions
39
35
  - `headers`: Configure response headers
36
+ - `images`: Configure Image CDN functionality
40
37
  - `redirects`: Configure URL redirects
41
38
  - `staticFiles`: Configure static file serving
42
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/vite-plugin",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
4
4
  "description": "Vite plugin with a local emulation of the Netlify environment",
5
5
  "type": "module",
6
6
  "engines": {
@@ -40,7 +40,7 @@
40
40
  "vitest": "^3.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@netlify/dev": "4.4.2",
43
+ "@netlify/dev": "4.4.4",
44
44
  "@netlify/dev-utils": "^4.0.0",
45
45
  "chalk": "^5.4.1"
46
46
  },