@nine-lab/nine-mu 0.1.73 → 0.1.75

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.73",
3
+ "version": "0.1.75",
4
4
  "description": "AI-Driven Full-Stack Code Fabrication Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/nine-mu.umd.js",
@@ -111,7 +111,7 @@ export class NineDiffPopup extends HTMLElement {
111
111
  contents: finalContent,
112
112
  }
113
113
 
114
- api.post(`/nine-ai/source/generateJsonFile`, params).then(res => {
114
+ api.post(`/nine-mu/source/generateJsonFile`, params).then(res => {
115
115
  nine.alert("소스를 변경하였습니다.").then(res => {
116
116
  this.#dialog.close();
117
117
  });