@nine-lab/nine-mu 0.1.88 → 0.1.90

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.88",
3
+ "version": "0.1.90",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@nine-lab/nine-ai": "^0.1.78",
29
29
  "@nine-lab/nine-nomenu": "^0.1.15",
30
- "@nine-lab/nine-util": "^0.9.48",
30
+ "@nine-lab/nine-util": "^0.9.62",
31
31
  "@nine-lab/nine-ux": "^0.1.126"
32
32
  },
33
33
  "publishConfig": {
@@ -143,7 +143,7 @@ export class NineChat extends HTMLElement {
143
143
 
144
144
  #makeMenuHandler = async e => {
145
145
 
146
-
146
+ nine.prompt("aaa");
147
147
 
148
148
  const res = await api.post("/nine-mu/source/readFile", { path: this.#routesPath });
149
149
  trace.log(res);