@nine-lab/nine-mu 0.1.247 → 0.1.249

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
@@ -17111,13 +17111,15 @@ class NineChatManager {
17111
17111
  return;
17112
17112
  }
17113
17113
  trace.log(unmappedRoutes);
17114
- return await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "generate-source-brain", {
17114
+ const a = await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "generate-source-brain", {
17115
17115
  //user_input: `다음 미개발 라우트에 대한 백엔드 소스코드(Controller, Service, MyBatis)를 생성해줘.`,
17116
17116
  //chat_history: "",
17117
17117
  routes: unmappedRoutes
17118
17118
  // 미개발된 해당 라우트 정보 객체
17119
17119
  //current_path: route.path, // 현재 생성 기준 패스 명시
17120
17120
  });
17121
+ trace.log(a);
17122
+ return a;
17121
17123
  });
17122
17124
  __privateSet(this, _owner, owner);
17123
17125
  __privateSet(this, _routeUrl, __privateGet(this, _owner).getAttribute("route-url"));
@@ -17439,7 +17441,7 @@ render_fn = function() {
17439
17441
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
17440
17442
  this.shadowRoot.innerHTML = `
17441
17443
  <style>
17442
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.246"}/dist/css/nine-mu.css";
17444
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.248"}/dist/css/nine-mu.css";
17443
17445
  ${customImport}
17444
17446
  </style>
17445
17447
  <div class="wrapper">
@@ -43656,7 +43658,7 @@ class NineDiff extends HTMLElement {
43656
43658
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43657
43659
  this.shadowRoot.innerHTML = `
43658
43660
  <style>
43659
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.246"}/dist/css/nine-mu.css";
43661
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.248"}/dist/css/nine-mu.css";
43660
43662
  ${customImport}
43661
43663
  </style>
43662
43664
 
@@ -43766,7 +43768,7 @@ render_fn2 = function() {
43766
43768
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
43767
43769
  this.shadowRoot.innerHTML = `
43768
43770
  <style>
43769
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.246"}/dist/css/nine-mu.css";
43771
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.248"}/dist/css/nine-mu.css";
43770
43772
  ${customImport}
43771
43773
  </style>
43772
43774
 
@@ -44092,7 +44094,7 @@ class ChatMessageBody extends HTMLElement {
44092
44094
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
44093
44095
  this.shadowRoot.innerHTML = `
44094
44096
  <style>
44095
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.246"}/dist/css/nine-mu.css";
44097
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.248"}/dist/css/nine-mu.css";
44096
44098
  ${customImport}
44097
44099
  </style>
44098
44100
 
@@ -44186,7 +44188,7 @@ if (!customElements.get("nine-chat-progress")) {
44186
44188
  customElements.define("nine-chat-progress", ProgressMessage);
44187
44189
  }
44188
44190
  const NineMu = {
44189
- version: "0.1.246",
44191
+ version: "0.1.248",
44190
44192
  init: (config2) => {
44191
44193
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
44192
44194
  }