@nine-lab/nine-mu 0.1.364 → 0.1.365

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.364",
3
+ "version": "0.1.365",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -210,7 +210,7 @@ export class NineExceptionHook extends React.Component {
210
210
  React.createElement(
211
211
  'div',
212
212
  { style: { ...NineExceptionStyles.systemError, ...customStyles.systemError } },
213
- '[SYSTEM] COMPONENT RENDER ERROR DETECTED'
213
+ '[SYSTEM] Component render error detected.'
214
214
  ),
215
215
 
216
216
  // 2. 상세화된 에러 내용 (예: ReferenceError: aa is not defined)