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.
@@ -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;
@@ -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;
@@ -398,6 +398,8 @@ export class IdeAi
398
398
  });
399
399
  this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
400
400
 
401
+ console.log(src.mybatis);
402
+ console.log("======================");
401
403
  console.log(mybatisXmlSource);
402
404
 
403
405
  return;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.225.0",
4
+ "version": "0.227.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -398,6 +398,8 @@ export class IdeAi
398
398
  });
399
399
  this.#parent.addMessage("MyBatis 소스파일을 생성했습니다.");
400
400
 
401
+ console.log(src.mybatis);
402
+ console.log("======================");
401
403
  console.log(mybatisXmlSource);
402
404
 
403
405
  return;