md4ai 0.8.2 → 0.8.3
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/index.bundled.js +2 -2
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -1262,7 +1262,7 @@ var CURRENT_VERSION;
|
|
|
1262
1262
|
var init_check_update = __esm({
|
|
1263
1263
|
"dist/check-update.js"() {
|
|
1264
1264
|
"use strict";
|
|
1265
|
-
CURRENT_VERSION = true ? "0.8.
|
|
1265
|
+
CURRENT_VERSION = true ? "0.8.3" : "0.0.0-dev";
|
|
1266
1266
|
}
|
|
1267
1267
|
});
|
|
1268
1268
|
|
|
@@ -1862,7 +1862,7 @@ async function mcpWatchCommand() {
|
|
|
1862
1862
|
await new Promise((r) => setTimeout(r, 1e3));
|
|
1863
1863
|
console.log(chalk18.dim(" Previous watcher stopped.\n"));
|
|
1864
1864
|
}
|
|
1865
|
-
process.stdout.write(`\x1B]0
|
|
1865
|
+
process.stdout.write(`\x1B]0;MCP mon\x07`);
|
|
1866
1866
|
console.log(chalk18.blue(`Starting MCP monitor for ${deviceName}...`));
|
|
1867
1867
|
console.log("");
|
|
1868
1868
|
console.log(chalk18.dim(" View this in the online dashboard at:"));
|