ide-assi 0.593.0 → 0.595.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.
@@ -202662,6 +202662,7 @@ console.log(el, href, title);
202662
202662
  if (!apply.javascript) ;
202663
202663
  if (what === "1") {
202664
202664
  if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202665
+ console.log("111111111");
202665
202666
  //await this.#createSource(userPrompt, apply);
202666
202667
  return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202667
202668
  }
@@ -202658,6 +202658,7 @@ console.log(el, href, title);
202658
202658
  if (!apply.javascript) ;
202659
202659
  if (what === "1") {
202660
202660
  if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
202661
+ console.log("111111111");
202661
202662
  //await this.#createSource(userPrompt, apply);
202662
202663
  return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
202663
202664
  }
@@ -796,6 +796,7 @@ console.log(el, href, title);
796
796
  if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
797
797
  //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
798
798
  }
799
+ console.log("111111111")
799
800
  //await this.#createSource(userPrompt, apply);
800
801
  return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
801
802
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.593.0",
4
+ "version": "0.595.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -796,6 +796,7 @@ console.log(el, href, title);
796
796
  if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
797
797
  //return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
798
798
  }
799
+ console.log("111111111")
799
800
  //await this.#createSource(userPrompt, apply);
800
801
  return await this.#generateDetailSource(userPrompt, apply, progressMessageInstance);
801
802
  }