@nine-lab/nine-mu 0.1.245 → 0.1.246

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.245",
3
+ "version": "0.1.246",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -231,6 +231,7 @@ export class NineChat extends HTMLElement {
231
231
  #sourceGenHandler = async e => {
232
232
  const routes = await this.#manager.getRoutes();
233
233
  const response = await this.#manager.analyzeUnmappedRoutes(routes);
234
+ trace.log(response);
234
235
  }
235
236
 
236
237
  #showDiff = (asis, tobe, lang) => {