@mcpc-tech/unplugin-dev-inspector-mcp 0.1.13 → 0.1.14

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/cli.cjs CHANGED
@@ -560,7 +560,7 @@ function showPreview(result) {
560
560
  function printNextSteps(configPath, entryPath, bundler, installed) {
561
561
  console.log(`\nšŸ“ Next steps:`);
562
562
  if (!installed) {
563
- console.log(` 1. Install the package manually: npm install -D @mcpc-tech/unplugin-dev-inspector-mcp`);
563
+ console.log(` 1. Install the package manually: npm install -D @mcpc-tech/unplugin-dev-inspector-mcp@latest`);
564
564
  console.log(` 2. Review the changes in ${configPath} and package.json`);
565
565
  console.log(` 3. Start your dev server`);
566
566
  } else {
package/dist/cli.js CHANGED
@@ -558,7 +558,7 @@ function showPreview(result) {
558
558
  function printNextSteps(configPath, entryPath, bundler, installed) {
559
559
  console.log(`\nšŸ“ Next steps:`);
560
560
  if (!installed) {
561
- console.log(` 1. Install the package manually: npm install -D @mcpc-tech/unplugin-dev-inspector-mcp`);
561
+ console.log(` 1. Install the package manually: npm install -D @mcpc-tech/unplugin-dev-inspector-mcp@latest`);
562
562
  console.log(` 2. Review the changes in ${configPath} and package.json`);
563
563
  console.log(` 3. Start your dev server`);
564
564
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpc-tech/unplugin-dev-inspector-mcp",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Universal dev inspector plugin for React/Vue - inspect component sources and API calls in any bundler",
5
5
  "type": "module",
6
6
  "license": "MIT",