@nine-lab/nine-mu 0.1.101 → 0.1.102
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 +5 -6
- package/dist/nine-mu.js.map +1 -1
- package/dist/nine-mu.umd.js +1 -1
- package/dist/nine-mu.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/NineChat.js +3 -3
package/dist/nine-mu.js
CHANGED
|
@@ -122,8 +122,7 @@ class NineChat extends HTMLElement {
|
|
|
122
122
|
prompt
|
|
123
123
|
});
|
|
124
124
|
if (res2.success && (res2 == null ? void 0 : res2.tasks)) {
|
|
125
|
-
|
|
126
|
-
__privateGet(this, _showDiff).call(this, jsonRoutes, JSON.stringify(res2 == null ? void 0 : res2.tasks, null, 2), "json");
|
|
125
|
+
__privateGet(this, _showDiff).call(this, jsonRoutes, res2 == null ? void 0 : res2.tasks, "json");
|
|
127
126
|
}
|
|
128
127
|
});
|
|
129
128
|
__privateAdd(this, _sourceGenHandler, async (e) => {
|
|
@@ -211,7 +210,7 @@ render_fn = function() {
|
|
|
211
210
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
212
211
|
this.shadowRoot.innerHTML = `
|
|
213
212
|
<style>
|
|
214
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
213
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.101"}/dist/css/nine-mu.css";
|
|
215
214
|
${customImport}
|
|
216
215
|
</style>
|
|
217
216
|
<div class="wrapper">
|
|
@@ -26429,7 +26428,7 @@ class NineDiff extends HTMLElement {
|
|
|
26429
26428
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26430
26429
|
this.shadowRoot.innerHTML = `
|
|
26431
26430
|
<style>
|
|
26432
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26431
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.101"}/dist/css/nine-mu.css";
|
|
26433
26432
|
${customImport}
|
|
26434
26433
|
</style>
|
|
26435
26434
|
|
|
@@ -26539,7 +26538,7 @@ render_fn2 = function() {
|
|
|
26539
26538
|
const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
|
|
26540
26539
|
this.shadowRoot.innerHTML = `
|
|
26541
26540
|
<style>
|
|
26542
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.
|
|
26541
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.101"}/dist/css/nine-mu.css";
|
|
26543
26542
|
${customImport}
|
|
26544
26543
|
</style>
|
|
26545
26544
|
|
|
@@ -26578,7 +26577,7 @@ handleCancel_fn = function() {
|
|
|
26578
26577
|
};
|
|
26579
26578
|
customElements.define("nine-diff-popup", NineDiffPopup);
|
|
26580
26579
|
const NineMu = {
|
|
26581
|
-
version: "0.1.
|
|
26580
|
+
version: "0.1.101",
|
|
26582
26581
|
init: (config) => {
|
|
26583
26582
|
trace.log("🛠️ Nine-Mu Engine initialized", config);
|
|
26584
26583
|
}
|