@xiaou66/vite-plugin-vue-mcp-next 1.3.4 → 1.3.6

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.
@@ -796,7 +796,7 @@ interface ConsoleRecord {
796
796
  readonly level: 'log' | 'info' | 'warn' | 'error' | 'debug';
797
797
  /** 面向 AI 的主要文本内容,避免每次都解析复杂 args。 */
798
798
  readonly message: string;
799
- /** 原始参数快照,用于需要还原对象日志时提供结构化信息。 */
799
+ /** 有预算的参数快照,避免浏览器对象循环引用破坏 HMR 日志传输。 */
800
800
  readonly args?: unknown[];
801
801
  /** 错误堆栈,用于定位运行时异常的来源文件和调用链。 */
802
802
  readonly stack?: string;
@@ -796,7 +796,7 @@ interface ConsoleRecord {
796
796
  readonly level: 'log' | 'info' | 'warn' | 'error' | 'debug';
797
797
  /** 面向 AI 的主要文本内容,避免每次都解析复杂 args。 */
798
798
  readonly message: string;
799
- /** 原始参数快照,用于需要还原对象日志时提供结构化信息。 */
799
+ /** 有预算的参数快照,避免浏览器对象循环引用破坏 HMR 日志传输。 */
800
800
  readonly args?: unknown[];
801
801
  /** 错误堆栈,用于定位运行时异常的来源文件和调用链。 */
802
802
  readonly stack?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/vite-plugin-vue-mcp-next",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "Runtime DevTools MCP plugin for Vite and Vue development.",
5
5
  "type": "module",
6
6
  "private": false,