@nine-lab/nine-mu 0.1.242 → 0.1.243
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
|
@@ -17113,7 +17113,7 @@ class NineChatManager {
|
|
|
17113
17113
|
return await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "generator-source-brain", {
|
|
17114
17114
|
//user_input: `다음 미개발 라우트에 대한 백엔드 소스코드(Controller, Service, MyBatis)를 생성해줘.`,
|
|
17115
17115
|
//chat_history: "",
|
|
17116
|
-
routes:
|
|
17116
|
+
routes: unmappedRoutes
|
|
17117
17117
|
// 미개발된 해당 라우트 정보 객체
|
|
17118
17118
|
//current_path: route.path, // 현재 생성 기준 패스 명시
|
|
17119
17119
|
});
|
|
@@ -17443,7 +17443,7 @@ render_fn = function() {
|
|
|
17443
17443
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17444
17444
|
this.shadowRoot.innerHTML = `
|
|
17445
17445
|
<style>
|
|
17446
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17446
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.242"}/dist/css/nine-mu.css";
|
|
17447
17447
|
${customImport}
|
|
17448
17448
|
</style>
|
|
17449
17449
|
<div class="wrapper">
|
|
@@ -43660,7 +43660,7 @@ class NineDiff extends HTMLElement {
|
|
|
43660
43660
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43661
43661
|
this.shadowRoot.innerHTML = `
|
|
43662
43662
|
<style>
|
|
43663
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43663
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.242"}/dist/css/nine-mu.css";
|
|
43664
43664
|
${customImport}
|
|
43665
43665
|
</style>
|
|
43666
43666
|
|
|
@@ -43770,7 +43770,7 @@ render_fn2 = function() {
|
|
|
43770
43770
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43771
43771
|
this.shadowRoot.innerHTML = `
|
|
43772
43772
|
<style>
|
|
43773
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43773
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.242"}/dist/css/nine-mu.css";
|
|
43774
43774
|
${customImport}
|
|
43775
43775
|
</style>
|
|
43776
43776
|
|
|
@@ -44096,7 +44096,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44096
44096
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44097
44097
|
this.shadowRoot.innerHTML = `
|
|
44098
44098
|
<style>
|
|
44099
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44099
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.242"}/dist/css/nine-mu.css";
|
|
44100
44100
|
${customImport}
|
|
44101
44101
|
</style>
|
|
44102
44102
|
|
|
@@ -44190,7 +44190,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44190
44190
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44191
44191
|
}
|
|
44192
44192
|
const NineMu = {
|
|
44193
|
-
version: "0.1.
|
|
44193
|
+
version: "0.1.242",
|
|
44194
44194
|
init: (config2) => {
|
|
44195
44195
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44196
44196
|
}
|