@nine-lab/nine-mu 0.1.245 → 0.1.246

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
@@ -17339,7 +17339,8 @@ class NineChat extends HTMLElement {
17339
17339
  });
17340
17340
  __privateAdd(this, _sourceGenHandler, async (e) => {
17341
17341
  const routes = await __privateGet(this, _manager).getRoutes();
17342
- await __privateGet(this, _manager).analyzeUnmappedRoutes(routes);
17342
+ const response = await __privateGet(this, _manager).analyzeUnmappedRoutes(routes);
17343
+ trace.log(response);
17343
17344
  });
17344
17345
  __privateAdd(this, _showDiff, (asis, tobe, lang) => {
17345
17346
  const oldPopup = this.shadowRoot.querySelector("nine-diff-popup");
@@ -17445,7 +17446,7 @@ render_fn = function() {
17445
17446
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17446
17447
  this.shadowRoot.innerHTML = `
17447
17448
  <style>
17448
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
17449
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.245"}/dist/css/nine-mu.css";
17449
17450
  ${customImport}
17450
17451
  </style>
17451
17452
  <div class="wrapper">
@@ -43662,7 +43663,7 @@ class NineDiff extends HTMLElement {
43662
43663
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43663
43664
  this.shadowRoot.innerHTML = `
43664
43665
  <style>
43665
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
43666
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.245"}/dist/css/nine-mu.css";
43666
43667
  ${customImport}
43667
43668
  </style>
43668
43669
 
@@ -43772,7 +43773,7 @@ render_fn2 = function() {
43772
43773
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43773
43774
  this.shadowRoot.innerHTML = `
43774
43775
  <style>
43775
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
43776
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.245"}/dist/css/nine-mu.css";
43776
43777
  ${customImport}
43777
43778
  </style>
43778
43779
 
@@ -44098,7 +44099,7 @@ class ChatMessageBody extends HTMLElement {
44098
44099
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44099
44100
  this.shadowRoot.innerHTML = `
44100
44101
  <style>
44101
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.244"}/dist/css/nine-mu.css";
44102
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.245"}/dist/css/nine-mu.css";
44102
44103
  ${customImport}
44103
44104
  </style>
44104
44105
 
@@ -44192,7 +44193,7 @@ if (!customElements.get("nine-chat-progress")) {
44192
44193
  customElements.define("nine-chat-progress", ProgressMessage);
44193
44194
  }
44194
44195
  const NineMu = {
44195
- version: "0.1.244",
44196
+ version: "0.1.245",
44196
44197
  init: (config2) => {
44197
44198
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44198
44199
  }