@nine-lab/nine-mu 0.1.142 → 0.1.143

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
@@ -13573,13 +13573,13 @@ connect_fn = async function() {
13573
13573
  name: "nine-mu-client",
13574
13574
  version: "1.0.0"
13575
13575
  }, { capabilities: { tools: {} } }));
13576
+ trace$1.log("==============");
13576
13577
  __privateGet(this, _client).connect(transport).then(() => {
13577
13578
  __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "✅ MCP Connected");
13578
13579
  }).catch((err) => {
13579
13580
  trace$1.error("❌ MCP 연결 실패", err);
13580
13581
  __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "❌ Connection Failed");
13581
13582
  });
13582
- __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "✅ MCP Connected");
13583
13583
  return;
13584
13584
  };
13585
13585
  fetchRoutes_fn = async function() {
@@ -13822,7 +13822,7 @@ render_fn = function() {
13822
13822
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13823
13823
  this.shadowRoot.innerHTML = `
13824
13824
  <style>
13825
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.141"}/dist/css/nine-mu.css";
13825
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.142"}/dist/css/nine-mu.css";
13826
13826
  ${customImport}
13827
13827
  </style>
13828
13828
  <div class="wrapper">
@@ -40040,7 +40040,7 @@ class NineDiff extends HTMLElement {
40040
40040
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40041
40041
  this.shadowRoot.innerHTML = `
40042
40042
  <style>
40043
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.141"}/dist/css/nine-mu.css";
40043
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.142"}/dist/css/nine-mu.css";
40044
40044
  ${customImport}
40045
40045
  </style>
40046
40046
 
@@ -40150,7 +40150,7 @@ render_fn2 = function() {
40150
40150
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40151
40151
  this.shadowRoot.innerHTML = `
40152
40152
  <style>
40153
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.141"}/dist/css/nine-mu.css";
40153
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.142"}/dist/css/nine-mu.css";
40154
40154
  ${customImport}
40155
40155
  </style>
40156
40156
 
@@ -40189,7 +40189,7 @@ handleCancel_fn = function() {
40189
40189
  };
40190
40190
  customElements.define("nine-diff-popup", NineDiffPopup);
40191
40191
  const NineMu = {
40192
- version: "0.1.141",
40192
+ version: "0.1.142",
40193
40193
  init: (config2) => {
40194
40194
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40195
40195
  }