ide-assi 0.137.0 → 0.138.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.
@@ -193559,7 +193559,7 @@ class IdeAi
193559
193559
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
193560
193560
  console.log(where);
193561
193561
 
193562
- console.log(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
193562
+ console.log(where.mybatis, ninegrid.decode("mybatis.xml", "mybatis.xml", "::" + where.mybatis + "::", "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
193563
193563
 
193564
193564
 
193565
193565
 
@@ -193555,7 +193555,7 @@ class IdeAi
193555
193555
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
193556
193556
  console.log(where);
193557
193557
 
193558
- console.log(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
193558
+ console.log(where.mybatis, ninegrid.decode("mybatis.xml", "mybatis.xml", "::" + where.mybatis + "::", "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
193559
193559
 
193560
193560
 
193561
193561
 
@@ -279,7 +279,7 @@ export class IdeAi
279
279
  this.#parent.addMessage("대상 메뉴와 테이블을 찾았습니다.");
280
280
  console.log(where);
281
281
 
282
- console.log(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
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));
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.137.0",
4
+ "version": "0.138.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(ninegrid.decode("mybatis.xml", "mybatis.xml", where.mybatis, "service.java", where.service, "controller.java", where.controller, "react.jsx", where.javascript));
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));
283
283
 
284
284
 
285
285