ide-assi 0.624.0 → 0.625.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.
@@ -203649,11 +203649,16 @@ class IdeDiffPopup extends HTMLElement
203649
203649
 
203650
203650
  const getTitle = (type, pathKey = "tobePath") => {
203651
203651
  // changedSource가 유효한지 확인
203652
+
203653
+ console.log("---------", changedSource);
203652
203654
  if (!changedSource) {
203653
203655
  return null;
203654
203656
  }
203655
203657
 
203656
203658
  for (const item of changedSource) {
203659
+
203660
+ console.log(item);
203661
+
203657
203662
  // item이 해당 속성을 가지고 있고, 그 속성의 값이 존재하는지 확인
203658
203663
  if (item.hasOwnProperty(type) && item[pathKey]) {
203659
203664
  const arr = item[pathKey].split("/");
@@ -203645,11 +203645,16 @@ class IdeDiffPopup extends HTMLElement
203645
203645
 
203646
203646
  const getTitle = (type, pathKey = "tobePath") => {
203647
203647
  // changedSource가 유효한지 확인
203648
+
203649
+ console.log("---------", changedSource);
203648
203650
  if (!changedSource) {
203649
203651
  return null;
203650
203652
  }
203651
203653
 
203652
203654
  for (const item of changedSource) {
203655
+
203656
+ console.log(item);
203657
+
203653
203658
  // item이 해당 속성을 가지고 있고, 그 속성의 값이 존재하는지 확인
203654
203659
  if (item.hasOwnProperty(type) && item[pathKey]) {
203655
203660
  const arr = item[pathKey].split("/");
@@ -93,11 +93,16 @@ class IdeDiffPopup extends HTMLElement
93
93
 
94
94
  const getTitle = (type, pathKey = "tobePath") => {
95
95
  // changedSource가 유효한지 확인
96
+
97
+ console.log("---------", changedSource)
96
98
  if (!changedSource) {
97
99
  return null;
98
100
  }
99
101
 
100
102
  for (const item of changedSource) {
103
+
104
+ console.log(item);
105
+
101
106
  // item이 해당 속성을 가지고 있고, 그 속성의 값이 존재하는지 확인
102
107
  if (item.hasOwnProperty(type) && item[pathKey]) {
103
108
  const arr = item[pathKey].split("/");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.624.0",
4
+ "version": "0.625.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -93,11 +93,16 @@ class IdeDiffPopup extends HTMLElement
93
93
 
94
94
  const getTitle = (type, pathKey = "tobePath") => {
95
95
  // changedSource가 유효한지 확인
96
+
97
+ console.log("---------", changedSource)
96
98
  if (!changedSource) {
97
99
  return null;
98
100
  }
99
101
 
100
102
  for (const item of changedSource) {
103
+
104
+ console.log(item);
105
+
101
106
  // item이 해당 속성을 가지고 있고, 그 속성의 값이 존재하는지 확인
102
107
  if (item.hasOwnProperty(type) && item[pathKey]) {
103
108
  const arr = item[pathKey].split("/");