@nine-lab/nine-mu 0.1.173 → 0.1.175

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nine-lab/nine-mu",
3
- "version": "0.1.173",
3
+ "version": "0.1.175",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -468,7 +468,7 @@ class ChatMessageBody extends HTMLElement
468
468
  }
469
469
 
470
470
  if (!customElements.get('nine-chat-message')) {
471
- customElements.define("nine-chat-body", ChatMessageBody);
471
+ customElements.define("nine-chat-message", ChatMessageBody);
472
472
  }
473
473
 
474
474
  if (!customElements.get('nine-chat-me')) {