@nine-lab/nine-mu 0.1.211 → 0.1.212

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
@@ -17169,8 +17169,8 @@ connect_fn = async function() {
17169
17169
  // 👈 껍데기 통과용 커스텀 스키마
17170
17170
  (notification) => {
17171
17171
  trace.log(notification);
17172
+ trace.log(this.add);
17172
17173
  this.add("ai", notification.params.message);
17173
- this.add("ing", "");
17174
17174
  }
17175
17175
  );
17176
17176
  }).catch((err) => {
@@ -17397,7 +17397,7 @@ render_fn = function() {
17397
17397
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17398
17398
  this.shadowRoot.innerHTML = `
17399
17399
  <style>
17400
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
17400
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.211"}/dist/css/nine-mu.css";
17401
17401
  ${customImport}
17402
17402
  </style>
17403
17403
  <div class="wrapper">
@@ -43616,7 +43616,7 @@ class NineDiff extends HTMLElement {
43616
43616
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43617
43617
  this.shadowRoot.innerHTML = `
43618
43618
  <style>
43619
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
43619
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.211"}/dist/css/nine-mu.css";
43620
43620
  ${customImport}
43621
43621
  </style>
43622
43622
 
@@ -43726,7 +43726,7 @@ render_fn2 = function() {
43726
43726
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43727
43727
  this.shadowRoot.innerHTML = `
43728
43728
  <style>
43729
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
43729
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.211"}/dist/css/nine-mu.css";
43730
43730
  ${customImport}
43731
43731
  </style>
43732
43732
 
@@ -44053,7 +44053,7 @@ class ChatMessageBody extends HTMLElement {
44053
44053
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44054
44054
  this.shadowRoot.innerHTML = `
44055
44055
  <style>
44056
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.210"}/dist/css/nine-mu.css";
44056
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.211"}/dist/css/nine-mu.css";
44057
44057
  ${customImport}
44058
44058
  </style>
44059
44059
 
@@ -44147,7 +44147,7 @@ if (!customElements.get("nine-chat-progress")) {
44147
44147
  customElements.define("nine-chat-progress", ProgressMessage);
44148
44148
  }
44149
44149
  const NineMu = {
44150
- version: "0.1.210",
44150
+ version: "0.1.211",
44151
44151
  init: (config2) => {
44152
44152
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44153
44153
  }