@nine-lab/nine-mu 0.1.121 → 0.1.123

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
@@ -9,23 +9,15 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
9
9
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
10
10
  var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
11
11
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
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;
12
+ var _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 as trace$1, api, nine } from "@nine-lab/nine-util";
14
- class NineMuTrace extends trace$1.constructor {
14
+ class Trace extends trace$1.constructor {
15
15
  constructor() {
16
16
  super();
17
- __privateAdd(this, _logger);
18
- __privateSet(this, _logger, this.init("nine-mu", "#0969da"));
17
+ this.init("nine-mu", "#0969da");
19
18
  }
20
- /**
21
- // 🔴 부모의 log를 내 리모컨의 log로 덮어씌웁니다 (Override)
22
- get log() {
23
- return this.#logger.log;
24
- } */
25
- // 필요하다면 warn, error도 똑같이...
26
19
  }
27
- _logger = new WeakMap();
28
- const trace = new NineMuTrace();
20
+ const trace = new Trace();
29
21
  class NineMuService {
30
22
  constructor(connectorUrl) {
31
23
  __privateAdd(this, _getSourcePath, (menuUrl) => {
@@ -13728,7 +13720,7 @@ render_fn = function() {
13728
13720
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13729
13721
  this.shadowRoot.innerHTML = `
13730
13722
  <style>
13731
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.120"}/dist/css/nine-mu.css";
13723
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.122"}/dist/css/nine-mu.css";
13732
13724
  ${customImport}
13733
13725
  </style>
13734
13726
  <div class="wrapper">
@@ -39946,7 +39938,7 @@ class NineDiff extends HTMLElement {
39946
39938
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
39947
39939
  this.shadowRoot.innerHTML = `
39948
39940
  <style>
39949
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.120"}/dist/css/nine-mu.css";
39941
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.122"}/dist/css/nine-mu.css";
39950
39942
  ${customImport}
39951
39943
  </style>
39952
39944
 
@@ -40056,7 +40048,7 @@ render_fn2 = function() {
40056
40048
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40057
40049
  this.shadowRoot.innerHTML = `
40058
40050
  <style>
40059
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.120"}/dist/css/nine-mu.css";
40051
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.122"}/dist/css/nine-mu.css";
40060
40052
  ${customImport}
40061
40053
  </style>
40062
40054
 
@@ -40095,7 +40087,7 @@ handleCancel_fn = function() {
40095
40087
  };
40096
40088
  customElements.define("nine-diff-popup", NineDiffPopup);
40097
40089
  const NineMu = {
40098
- version: "0.1.120",
40090
+ version: "0.1.122",
40099
40091
  init: (config2) => {
40100
40092
  trace$1.log("🛠️ Nine-Mu Engine initialized", config2);
40101
40093
  }