ide-assi 0.461.0 → 0.463.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
CHANGED
|
@@ -202801,7 +202801,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202801
202801
|
console.log(chagedSource);
|
|
202802
202802
|
|
|
202803
202803
|
setTimeout(() => {
|
|
202804
|
-
for (const key
|
|
202804
|
+
for (const key of chagedSource) {
|
|
202805
202805
|
|
|
202806
202806
|
console.log(key);
|
|
202807
202807
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202797,7 +202797,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202797
202797
|
console.log(chagedSource);
|
|
202798
202798
|
|
|
202799
202799
|
setTimeout(() => {
|
|
202800
|
-
for (const key
|
|
202800
|
+
for (const key of chagedSource) {
|
|
202801
202801
|
|
|
202802
202802
|
console.log(key);
|
|
202803
202803
|
|
package/package.json
CHANGED