@nine-lab/nine-mu 0.1.140 → 0.1.141

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