ide-assi 0.225.0 → 0.227.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 +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/components/ideAi.js +2 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -193814,6 +193814,8 @@ class IdeAi
|
|
|
193814
193814
|
});
|
|
193815
193815
|
this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
|
|
193816
193816
|
|
|
193817
|
+
console.log(src.mybatis);
|
|
193818
|
+
console.log("======================");
|
|
193817
193819
|
console.log(mybatisXmlSource);
|
|
193818
193820
|
|
|
193819
193821
|
return;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193810,6 +193810,8 @@ class IdeAi
|
|
|
193810
193810
|
});
|
|
193811
193811
|
this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
|
|
193812
193812
|
|
|
193813
|
+
console.log(src.mybatis);
|
|
193814
|
+
console.log("======================");
|
|
193813
193815
|
console.log(mybatisXmlSource);
|
|
193814
193816
|
|
|
193815
193817
|
return;
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED