@nine-lab/nine-mu 0.1.118 → 0.1.120

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
@@ -11,7 +11,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
11
11
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
12
12
  var _logger, _getSourcePath, _service, _routes, _diffPopup, _packageName, _routesPath, _connectorUrl, _mcpClient, _NineChat_instances, initInteractions_fn, initActions_fn, _initMcp, render_fn, _makeMenuHandler, _sourceGenHandler, _showDiff, _asisEditorView, _tobeEditorView, _asisEditorEl, _tobeEditorEl, _languageCompartment, _isScrollSyncActive, _initCodeMirror, _setupScrollSync, _applyDiffDecorations, _dialog, _diffView, _asisBackup, _host, _NineDiffPopup_instances, render_fn2, handleConfirm_fn, handleCancel_fn;
13
13
  import { trace, api, nine } from "@nine-lab/nine-util";
14
- class NineMuTrace extends trace {
14
+ class NineMuTrace extends trace.constructor {
15
15
  constructor() {
16
16
  super();
17
17
  __privateAdd(this, _logger);
@@ -13728,7 +13728,7 @@ render_fn = function() {
13728
13728
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13729
13729
  this.shadowRoot.innerHTML = `
13730
13730
  <style>
13731
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.117"}/dist/css/nine-mu.css";
13731
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.119"}/dist/css/nine-mu.css";
13732
13732
  ${customImport}
13733
13733
  </style>
13734
13734
  <div class="wrapper">
@@ -39946,7 +39946,7 @@ class NineDiff extends HTMLElement {
39946
39946
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
39947
39947
  this.shadowRoot.innerHTML = `
39948
39948
  <style>
39949
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.117"}/dist/css/nine-mu.css";
39949
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.119"}/dist/css/nine-mu.css";
39950
39950
  ${customImport}
39951
39951
  </style>
39952
39952
 
@@ -40056,7 +40056,7 @@ render_fn2 = function() {
40056
40056
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40057
40057
  this.shadowRoot.innerHTML = `
40058
40058
  <style>
40059
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.117"}/dist/css/nine-mu.css";
40059
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.119"}/dist/css/nine-mu.css";
40060
40060
  ${customImport}
40061
40061
  </style>
40062
40062
 
@@ -40095,7 +40095,7 @@ handleCancel_fn = function() {
40095
40095
  };
40096
40096
  customElements.define("nine-diff-popup", NineDiffPopup);
40097
40097
  const NineMu = {
40098
- version: "0.1.117",
40098
+ version: "0.1.119",
40099
40099
  init: (config2) => {
40100
40100
  trace.log("🛠️ Nine-Mu Engine initialized", config2);
40101
40101
  }