@nine-lab/nine-mu 0.1.253 → 0.1.255
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
|
@@ -3580,6 +3580,7 @@ var ZodFirstPartyTypeKind;
|
|
|
3580
3580
|
ZodFirstPartyTypeKind2["ZodReadonly"] = "ZodReadonly";
|
|
3581
3581
|
})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
3582
3582
|
const stringType = ZodString$1.create;
|
|
3583
|
+
const anyType = ZodAny.create;
|
|
3583
3584
|
ZodNever$1.create;
|
|
3584
3585
|
ZodArray$1.create;
|
|
3585
3586
|
const objectType = ZodObject$1.create;
|
|
@@ -17185,7 +17186,8 @@ connect_fn = async function() {
|
|
|
17185
17186
|
params: objectType({
|
|
17186
17187
|
level: stringType(),
|
|
17187
17188
|
logger: stringType(),
|
|
17188
|
-
message: stringType()
|
|
17189
|
+
message: stringType(),
|
|
17190
|
+
data: anyType().optional()
|
|
17189
17191
|
})
|
|
17190
17192
|
});
|
|
17191
17193
|
__privateGet(this, _mcpClient).setNotificationHandler(
|
|
@@ -17441,7 +17443,7 @@ render_fn = function() {
|
|
|
17441
17443
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
17442
17444
|
this.shadowRoot.innerHTML = `
|
|
17443
17445
|
<style>
|
|
17444
|
-
@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.254"}/dist/css/nine-mu.css";
|
|
17445
17447
|
${customImport}
|
|
17446
17448
|
</style>
|
|
17447
17449
|
<div class="wrapper">
|
|
@@ -43658,7 +43660,7 @@ class NineDiff extends HTMLElement {
|
|
|
43658
43660
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43659
43661
|
this.shadowRoot.innerHTML = `
|
|
43660
43662
|
<style>
|
|
43661
|
-
@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.254"}/dist/css/nine-mu.css";
|
|
43662
43664
|
${customImport}
|
|
43663
43665
|
</style>
|
|
43664
43666
|
|
|
@@ -43768,7 +43770,7 @@ render_fn2 = function() {
|
|
|
43768
43770
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
43769
43771
|
this.shadowRoot.innerHTML = `
|
|
43770
43772
|
<style>
|
|
43771
|
-
@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.254"}/dist/css/nine-mu.css";
|
|
43772
43774
|
${customImport}
|
|
43773
43775
|
</style>
|
|
43774
43776
|
|
|
@@ -44094,7 +44096,7 @@ class ChatMessageBody extends HTMLElement {
|
|
|
44094
44096
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
44095
44097
|
this.shadowRoot.innerHTML = `
|
|
44096
44098
|
<style>
|
|
44097
|
-
@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.254"}/dist/css/nine-mu.css";
|
|
44098
44100
|
${customImport}
|
|
44099
44101
|
</style>
|
|
44100
44102
|
|
|
@@ -44188,7 +44190,7 @@ if (!customElements.get("nine-chat-progress")) {
|
|
|
44188
44190
|
customElements.define("nine-chat-progress", ProgressMessage);
|
|
44189
44191
|
}
|
|
44190
44192
|
const NineMu = {
|
|
44191
|
-
version: "0.1.
|
|
44193
|
+
version: "0.1.254",
|
|
44192
44194
|
init: (config2) => {
|
|
44193
44195
|
trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
|
|
44194
44196
|
}
|