@netlify/vite-plugin 0.2.5 → 0.3.1

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 -3
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -78,9 +78,7 @@ function netlify(options = {}) {
78
78
  });
79
79
  await netlifyDev.start();
80
80
  if (!netlifyDev.siteIsLinked) {
81
- logger.log(
82
- "Your project is not linked to a Netlify site. Refer to https://ntl.fyi/vite-link for more information."
83
- );
81
+ logger.log("Your project is not linked to a Netlify site. Run `npx netlify link` to get started.");
84
82
  }
85
83
  if (middleware) {
86
84
  return () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/vite-plugin",
3
- "version": "0.2.5",
3
+ "version": "0.3.1",
4
4
  "description": "Vite plugin with a local emulation of the Netlify environment",
5
5
  "type": "module",
6
6
  "engines": {
@@ -35,7 +35,7 @@
35
35
  "vitest": "^3.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@netlify/dev": "2.2.2",
38
+ "@netlify/dev": "2.3.1",
39
39
  "chalk": "^5.4.1"
40
40
  },
41
41
  "peerDependencies": {