@netlify/vite-plugin 2.7.9 → 2.7.11

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/dist/main.js +1 -1
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -20,7 +20,7 @@ import js from "dedent";
20
20
 
21
21
  // package.json
22
22
  var name = "@netlify/vite-plugin";
23
- var version = "2.7.9";
23
+ var version = "2.7.11";
24
24
 
25
25
  // src/lib/build.ts
26
26
  var NETLIFY_FUNCTIONS_DIR = ".netlify/v1/functions";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/vite-plugin",
3
- "version": "2.7.9",
3
+ "version": "2.7.11",
4
4
  "description": "Vite plugin with a local emulation of the Netlify environment",
5
5
  "type": "module",
6
6
  "engines": {
@@ -44,8 +44,8 @@
44
44
  "vitest": "^3.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@netlify/dev": "4.6.8",
48
- "@netlify/dev-utils": "^4.3.0",
47
+ "@netlify/dev": "4.7.1",
48
+ "@netlify/dev-utils": "^4.3.1",
49
49
  "dedent": "^1.7.0"
50
50
  },
51
51
  "peerDependencies": {