@netlify/vite-plugin 2.3.4 → 2.3.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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,7 +16,7 @@ A Vite plugin that integrates with Netlify's platform features.
16
16
  | Redirects and Rewrites | ✅ Yes |
17
17
  | Headers | ✅ Yes |
18
18
  | Environment Variables | ✅ Yes |
19
- | Image CDN | No |
19
+ | Image CDN | Yes |
20
20
 
21
21
  > Note: Missing features will be added incrementally. This module is **not** intended to be a full replacement for the
22
22
  > Netlify CLI.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/vite-plugin",
3
- "version": "2.3.4",
3
+ "version": "2.3.6",
4
4
  "description": "Vite plugin with a local emulation of the Netlify environment",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,8 +36,8 @@
36
36
  "vitest": "^3.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@netlify/dev": "4.3.4",
40
- "@netlify/dev-utils": "^3.2.1",
39
+ "@netlify/dev": "4.3.6",
40
+ "@netlify/dev-utils": "^3.2.2",
41
41
  "chalk": "^5.4.1"
42
42
  },
43
43
  "peerDependencies": {