@netlify/vite-plugin 0.2.0 → 0.2.2

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/dist/main.d.ts CHANGED
@@ -9,4 +9,4 @@ interface NetlifyPluginOptions extends Features {
9
9
  }
10
10
  declare function netlify(options?: NetlifyPluginOptions): any;
11
11
 
12
- export { type NetlifyPluginOptions, netlify };
12
+ export { type NetlifyPluginOptions, netlify as default };
package/dist/main.js CHANGED
@@ -96,5 +96,5 @@ function netlify(options = {}) {
96
96
  return [plugin];
97
97
  }
98
98
  export {
99
- netlify
99
+ netlify as default
100
100
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/vite-plugin",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Netlify Vite plugin",
5
5
  "type": "module",
6
6
  "engines": {
@@ -33,7 +33,7 @@
33
33
  "vitest": "^3.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@netlify/dev": "2.1.0",
36
+ "@netlify/dev": "2.1.2",
37
37
  "chalk": "^5.4.1"
38
38
  },
39
39
  "peerDependencies": {