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.
@@ -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
 
@@ -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
 
@@ -313,6 +313,7 @@ export class IdeAi
313
313
  userPrompt: userPrompt,
314
314
  menuUrl: where.menu.url,
315
315
  controllerSource: controllerSrc,
316
+ mybatisXmlSource: mybatisXmlSource,
316
317
  });
317
318
  this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
318
319
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.151.0",
4
+ "version": "0.152.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -313,6 +313,7 @@ export class IdeAi
313
313
  userPrompt: userPrompt,
314
314
  menuUrl: where.menu.url,
315
315
  controllerSource: controllerSrc,
316
+ mybatisXmlSource: mybatisXmlSource,
316
317
  });
317
318
  this.#parent.addMessage("Jsx(React) 소스파일을 생성했습니다.");
318
319