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.
@@ -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
  }
@@ -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
  }
@@ -78,7 +78,7 @@ class IdeDiffPopup extends HTMLElement
78
78
  console.log(diff);
79
79
 
80
80
  params.push({
81
- path: o.tobePath,
81
+ path: o[type].tobePath,
82
82
  contents: diff.getContents(),
83
83
  })
84
84
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.508.0",
4
+ "version": "0.509.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -78,7 +78,7 @@ class IdeDiffPopup extends HTMLElement
78
78
  console.log(diff);
79
79
 
80
80
  params.push({
81
- path: o.tobePath,
81
+ path: o[type].tobePath,
82
82
  contents: diff.getContents(),
83
83
  })
84
84
  }