@nine-lab/nine-mu 0.1.249 → 0.1.253
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
|
@@ -17112,7 +17112,7 @@ class NineChatManager {
|
|
|
17112
17112
|
}
|
|
17113
17113
|
trace.log(unmappedRoutes);
|
|
17114
17114
|
const a = await __privateMethod(this, _NineChatManager_instances, callTool_fn).call(this, "generate-source-brain", {
|
|
17115
|
-
|
|
17115
|
+
user_input: `다음 미개발 라우트에 대한 소스코드(Controller, Service, MyBatis, React)를 생성해줘.`,
|
|
17116
17116
|
//chat_history: "",
|
|
17117
17117
|
routes: unmappedRoutes
|
|
17118
17118
|
// 미개발된 해당 라우트 정보 객체
|
|
@@ -17441,7 +17441,7 @@ render_fn = function() {
|
|
|
17441
17441
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17442
17442
|
this.shadowRoot.innerHTML = `
|
|
17443
17443
|
<style>
|
|
17444
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
17444
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
|
|
17445
17445
|
${customImport}
|
|
17446
17446
|
</style>
|
|
17447
17447
|
<div class="wrapper">
|
|
@@ -43658,7 +43658,7 @@ class NineDiff extends HTMLElement {
|
|
|
43658
43658
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43659
43659
|
this.shadowRoot.innerHTML = `
|
|
43660
43660
|
<style>
|
|
43661
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43661
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
|
|
43662
43662
|
${customImport}
|
|
43663
43663
|
</style>
|
|
43664
43664
|
|
|
@@ -43768,7 +43768,7 @@ render_fn2 = function() {
|
|
|
43768
43768
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43769
43769
|
this.shadowRoot.innerHTML = `
|
|
43770
43770
|
<style>
|
|
43771
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
43771
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
|
|
43772
43772
|
${customImport}
|
|
43773
43773
|
</style>
|
|
43774
43774
|
|
|
@@ -44094,7 +44094,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44094
44094
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44095
44095
|
this.shadowRoot.innerHTML = `
|
|
44096
44096
|
<style>
|
|
44097
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
44097
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.252"}/dist/css/nine-mu.css";
|
|
44098
44098
|
${customImport}
|
|
44099
44099
|
</style>
|
|
44100
44100
|
|
|
@@ -44188,7 +44188,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44188
44188
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44189
44189
|
}
|
|
44190
44190
|
const NineMu = {
|
|
44191
|
-
version: "0.1.
|
|
44191
|
+
version: "0.1.252",
|
|
44192
44192
|
init: (config2) => {
|
|
44193
44193
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44194
44194
|
}
|