ide-assi 0.151.0 → 0.152.0
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/dist/bundle.cjs.js +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +1 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -193647,6 +193647,7 @@ class IdeAi
|
|
|
193647
193647
|
userPrompt: userPrompt,
|
|
193648
193648
|
menuUrl: where.menu.url,
|
|
193649
193649
|
controllerSource: controllerSrc,
|
|
193650
|
+
mybatisXmlSource: mybatisXmlSource,
|
|
193650
193651
|
});
|
|
193651
193652
|
this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
193652
193653
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193643,6 +193643,7 @@ class IdeAi
|
|
|
193643
193643
|
userPrompt: userPrompt,
|
|
193644
193644
|
menuUrl: where.menu.url,
|
|
193645
193645
|
controllerSource: controllerSrc,
|
|
193646
|
+
mybatisXmlSource: mybatisXmlSource,
|
|
193646
193647
|
});
|
|
193647
193648
|
this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
|
|
193648
193649
|
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED