ide-assi 0.634.0 → 0.635.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.
@@ -202989,6 +202989,7 @@ console.log(el, href, title);
202989
202989
  else if (what === "U1") {
202990
202990
  // .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
202991
202991
  const el = document.querySelector(".list-wrapper.active");
202992
+ console.log("================", el);
202992
202993
  if (el) {
202993
202994
  return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202994
202995
  }
@@ -202985,6 +202985,7 @@ console.log(el, href, title);
202985
202985
  else if (what === "U1") {
202986
202986
  // .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
202987
202987
  const el = document.querySelector(".list-wrapper.active");
202988
+ console.log("================", el);
202988
202989
  if (el) {
202989
202990
  return await this.#modifySource(userPrompt, apply, progressMessageInstance);
202990
202991
  }
@@ -1123,6 +1123,7 @@ console.log(el, href, title);
1123
1123
  else if (what === "U1") {
1124
1124
  // .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
1125
1125
  const el = document.querySelector(".list-wrapper.active");
1126
+ console.log("================", el);
1126
1127
  if (el) {
1127
1128
  return await this.#modifySource(userPrompt, apply, progressMessageInstance);
1128
1129
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.634.0",
4
+ "version": "0.635.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -1123,6 +1123,7 @@ console.log(el, href, title);
1123
1123
  else if (what === "U1") {
1124
1124
  // .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
1125
1125
  const el = document.querySelector(".list-wrapper.active");
1126
+ console.log("================", el);
1126
1127
  if (el) {
1127
1128
  return await this.#modifySource(userPrompt, apply, progressMessageInstance);
1128
1129
  }