ide-assi 0.141.0 → 0.142.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.
@@ -193609,7 +193609,7 @@ class IdeAi
193609
193609
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
193610
193610
  console.log(where);
193611
193611
 
193612
- console.log(where.mybatis, ninegrid.decode("mybatis.xml", "mybatis.xml", "::" + where.mybatis + "::", "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
193612
+ console.log(where.mybatis, await ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
193613
193613
 
193614
193614
 
193615
193615
 
@@ -193605,7 +193605,7 @@ class IdeAi
193605
193605
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
193606
193606
  console.log(where);
193607
193607
 
193608
- console.log(where.mybatis, ninegrid.decode("mybatis.xml", "mybatis.xml", "::" + where.mybatis + "::", "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
193608
+ console.log(where.mybatis, await ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
193609
193609
 
193610
193610
 
193611
193611
 
@@ -279,7 +279,7 @@ export class IdeAi
279
279
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
280
280
  console.log(where);
281
281
 
282
- console.log(where.mybatis, ninegrid.decode("mybatis.xml", "mybatis.xml", "::" + where.mybatis + "::", "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
282
+ console.log(where.mybatis, await ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
283
283
 
284
284
 
285
285
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.141.0",
4
+ "version": "0.142.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -279,7 +279,7 @@ export class IdeAi
279
279
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
280
280
  console.log(where);
281
281
 
282
- console.log(where.mybatis, ninegrid.decode("mybatis.xml", "mybatis.xml", "::" + where.mybatis + "::", "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
282
+ console.log(where.mybatis, await ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript, "xx"));
283
283
 
284
284
 
285
285