@nine-lab/nine-mu 0.1.191 β†’ 0.1.192

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/nine-mu.js CHANGED
@@ -13571,7 +13571,10 @@ connect_fn = async function() {
13571
13571
  __privateGet(this, _mcpClient).connect(transport).then(() => {
13572
13572
  __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "βœ… MCP Connected");
13573
13573
  __privateGet(this, _mcpClient).setNotificationHandler(
13574
- { method: "notifications/logging/message" },
13574
+ {
13575
+ method: "notifications/logging/message"
13576
+ // πŸ‘ˆ 이 λ¦¬ν„°λŸ΄ 값이 정상 μΈμ‹λ˜μ–΄μ•Ό ν•©λ‹ˆλ‹€.
13577
+ },
13575
13578
  (notification) => {
13576
13579
  try {
13577
13580
  const logData = JSON.parse(notification.params.message);
@@ -13806,7 +13809,7 @@ render_fn = function() {
13806
13809
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13807
13810
  this.shadowRoot.innerHTML = `
13808
13811
  <style>
13809
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.190"}/dist/css/nine-mu.css";
13812
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
13810
13813
  ${customImport}
13811
13814
  </style>
13812
13815
  <div class="wrapper">
@@ -40025,7 +40028,7 @@ class NineDiff extends HTMLElement {
40025
40028
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40026
40029
  this.shadowRoot.innerHTML = `
40027
40030
  <style>
40028
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.190"}/dist/css/nine-mu.css";
40031
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
40029
40032
  ${customImport}
40030
40033
  </style>
40031
40034
 
@@ -40135,7 +40138,7 @@ render_fn2 = function() {
40135
40138
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40136
40139
  this.shadowRoot.innerHTML = `
40137
40140
  <style>
40138
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.190"}/dist/css/nine-mu.css";
40141
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
40139
40142
  ${customImport}
40140
40143
  </style>
40141
40144
 
@@ -40462,7 +40465,7 @@ class ChatMessageBody extends HTMLElement {
40462
40465
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40463
40466
  this.shadowRoot.innerHTML = `
40464
40467
  <style>
40465
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.190"}/dist/css/nine-mu.css";
40468
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
40466
40469
  ${customImport}
40467
40470
  </style>
40468
40471
 
@@ -40556,7 +40559,7 @@ if (!customElements.get("nine-chat-progress")) {
40556
40559
  customElements.define("nine-chat-progress", ProgressMessage);
40557
40560
  }
40558
40561
  const NineMu = {
40559
- version: "0.1.190",
40562
+ version: "0.1.191",
40560
40563
  init: (config2) => {
40561
40564
  trace$1.log("πŸ› οΈ Nine-Mu Engine initialized", config2);
40562
40565
  }