@nine-lab/nine-mu 0.1.177 → 0.1.178

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.177",
3
+ "version": "0.1.178",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -141,7 +141,7 @@ export class NineChatManager {
141
141
 
142
142
  handleChatSubmit = async el => {
143
143
 
144
- const routes = this.#getRoutes();
144
+ const routes = await this.#getRoutes();
145
145
 
146
146
  trace.log(routes);
147
147