@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 +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
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