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.
- package/dist/bundle.cjs.js +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +1 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -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
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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
|
}
|
package/dist/components/ideAi.js
CHANGED
|
@@ -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
package/src/components/ideAi.js
CHANGED
|
@@ -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
|
}
|