@nine-lab/nine-mu 0.1.194 → 0.1.196

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,6 +13575,7 @@ connect_fn = async function() {
13575
13575
  // 👈 검증기 통과 패스포트
13576
13576
  (notification) => {
13577
13577
  try {
13578
+ trace.log(notification);
13578
13579
  const logData = JSON.parse(notification.params.message);
13579
13580
  if (logData.type === "BRAIN_DECISION") {
13580
13581
  }
@@ -13807,7 +13808,7 @@ render_fn = function() {
13807
13808
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13808
13809
  this.shadowRoot.innerHTML = `
13809
13810
  <style>
13810
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
13811
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.195"}/dist/css/nine-mu.css";
13811
13812
  ${customImport}
13812
13813
  </style>
13813
13814
  <div class="wrapper">
@@ -40026,7 +40027,7 @@ class NineDiff extends HTMLElement {
40026
40027
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40027
40028
  this.shadowRoot.innerHTML = `
40028
40029
  <style>
40029
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
40030
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.195"}/dist/css/nine-mu.css";
40030
40031
  ${customImport}
40031
40032
  </style>
40032
40033
 
@@ -40136,7 +40137,7 @@ render_fn2 = function() {
40136
40137
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40137
40138
  this.shadowRoot.innerHTML = `
40138
40139
  <style>
40139
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
40140
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.195"}/dist/css/nine-mu.css";
40140
40141
  ${customImport}
40141
40142
  </style>
40142
40143
 
@@ -40463,7 +40464,7 @@ class ChatMessageBody extends HTMLElement {
40463
40464
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40464
40465
  this.shadowRoot.innerHTML = `
40465
40466
  <style>
40466
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.193"}/dist/css/nine-mu.css";
40467
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.195"}/dist/css/nine-mu.css";
40467
40468
  ${customImport}
40468
40469
  </style>
40469
40470
 
@@ -40557,7 +40558,7 @@ if (!customElements.get("nine-chat-progress")) {
40557
40558
  customElements.define("nine-chat-progress", ProgressMessage);
40558
40559
  }
40559
40560
  const NineMu = {
40560
- version: "0.1.193",
40561
+ version: "0.1.195",
40561
40562
  init: (config2) => {
40562
40563
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40563
40564
  }