@nine-lab/nine-mu 0.1.192 β†’ 0.1.193

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
@@ -4468,7 +4468,7 @@ const LoggingMessageNotificationParamsSchema = NotificationsParamsSchema.extend(
4468
4468
  */
4469
4469
  data: unknown()
4470
4470
  });
4471
- const LoggingMessageNotificationSchema = NotificationSchema.extend({
4471
+ const LoggingMessageNotificationSchema$1 = NotificationSchema.extend({
4472
4472
  method: literal$1("notifications/message"),
4473
4473
  params: LoggingMessageNotificationParamsSchema
4474
4474
  });
@@ -4905,7 +4905,7 @@ union([
4905
4905
  union([
4906
4906
  CancelledNotificationSchema,
4907
4907
  ProgressNotificationSchema,
4908
- LoggingMessageNotificationSchema,
4908
+ LoggingMessageNotificationSchema$1,
4909
4909
  ResourceUpdatedNotificationSchema,
4910
4910
  ResourceListChangedNotificationSchema,
4911
4911
  ToolListChangedNotificationSchema,
@@ -13571,17 +13571,15 @@ connect_fn = async function() {
13571
13571
  __privateGet(this, _mcpClient).connect(transport).then(() => {
13572
13572
  __privateMethod(this, _NineChatManager_instances, updateStatus_fn).call(this, "βœ… MCP Connected");
13573
13573
  __privateGet(this, _mcpClient).setNotificationHandler(
13574
- {
13575
- method: "notifications/logging/message"
13576
- // πŸ‘ˆ 이 λ¦¬ν„°λŸ΄ 값이 정상 μΈμ‹λ˜μ–΄μ•Ό ν•©λ‹ˆλ‹€.
13577
- },
13574
+ LoggingMessageNotificationSchema,
13575
+ // πŸ‘ˆ 검증기 톡과 패슀포트
13578
13576
  (notification) => {
13579
13577
  try {
13580
13578
  const logData = JSON.parse(notification.params.message);
13581
13579
  if (logData.type === "BRAIN_DECISION") {
13582
13580
  }
13583
13581
  } catch (e) {
13584
- console.warn("μ•Œλ¦Ό 데이터 νŒŒμ‹± μ‹€νŒ¨:", e);
13582
+ console.warn("μ•Œλ¦Ό νŒŒμ‹± μ‹€νŒ¨:", e);
13585
13583
  }
13586
13584
  }
13587
13585
  );
@@ -13809,7 +13807,7 @@ render_fn = function() {
13809
13807
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
13810
13808
  this.shadowRoot.innerHTML = `
13811
13809
  <style>
13812
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
13810
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.192"}/dist/css/nine-mu.css";
13813
13811
  ${customImport}
13814
13812
  </style>
13815
13813
  <div class="wrapper">
@@ -40028,7 +40026,7 @@ class NineDiff extends HTMLElement {
40028
40026
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40029
40027
  this.shadowRoot.innerHTML = `
40030
40028
  <style>
40031
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
40029
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.192"}/dist/css/nine-mu.css";
40032
40030
  ${customImport}
40033
40031
  </style>
40034
40032
 
@@ -40138,7 +40136,7 @@ render_fn2 = function() {
40138
40136
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40139
40137
  this.shadowRoot.innerHTML = `
40140
40138
  <style>
40141
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
40139
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.192"}/dist/css/nine-mu.css";
40142
40140
  ${customImport}
40143
40141
  </style>
40144
40142
 
@@ -40465,7 +40463,7 @@ class ChatMessageBody extends HTMLElement {
40465
40463
  const customImport = this.getAttribute("css-path") ? `@import "${this.getAttribute("css-path")}";` : "";
40466
40464
  this.shadowRoot.innerHTML = `
40467
40465
  <style>
40468
- @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.191"}/dist/css/nine-mu.css";
40466
+ @import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-mu@${"0.1.192"}/dist/css/nine-mu.css";
40469
40467
  ${customImport}
40470
40468
  </style>
40471
40469
 
@@ -40559,7 +40557,7 @@ if (!customElements.get("nine-chat-progress")) {
40559
40557
  customElements.define("nine-chat-progress", ProgressMessage);
40560
40558
  }
40561
40559
  const NineMu = {
40562
- version: "0.1.191",
40560
+ version: "0.1.192",
40563
40561
  init: (config2) => {
40564
40562
  trace$1.log("πŸ› οΈ Nine-Mu Engine initialized", config2);
40565
40563
  }