ide-assi 0.508.0 → 0.509.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
|
@@ -202971,7 +202971,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202971
202971
|
console.log(diff);
|
|
202972
202972
|
|
|
202973
202973
|
params.push({
|
|
202974
|
-
path: o.tobePath,
|
|
202974
|
+
path: o[type].tobePath,
|
|
202975
202975
|
contents: diff.getContents(),
|
|
202976
202976
|
});
|
|
202977
202977
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202967,7 +202967,7 @@ class IdeDiffPopup extends HTMLElement
|
|
|
202967
202967
|
console.log(diff);
|
|
202968
202968
|
|
|
202969
202969
|
params.push({
|
|
202970
|
-
path: o.tobePath,
|
|
202970
|
+
path: o[type].tobePath,
|
|
202971
202971
|
contents: diff.getContents(),
|
|
202972
202972
|
});
|
|
202973
202973
|
}
|
package/package.json
CHANGED