@nine-lab/nine-mu 0.1.101 → 0.1.102

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.101",
3
+ "version": "0.1.102",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -175,9 +175,9 @@ export class NineChat extends HTMLElement {
175
175
 
176
176
  trace.log(saveRes);
177
177
  */
178
- trace.log(res2?.tasks);
179
- this.#showDiff(jsonRoutes, JSON.stringify(res2?.tasks, null, 2), "json");
180
- //this.#showDiff(jsonRoutes, res2?.tasks, "json");
178
+ //trace.log(res2?.tasks);
179
+ //this.#showDiff(jsonRoutes, JSON.stringify(res2?.tasks, null, 2), "json");
180
+ this.#showDiff(jsonRoutes, res2?.tasks, "json");
181
181
  }
182
182
  }
183
183