cwresdev 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/bin/cwgit.js +1 -1
  2. package/package.json +1 -1
package/bin/cwgit.js CHANGED
@@ -62,7 +62,7 @@ async function main() {
62
62
  return;
63
63
  }
64
64
 
65
- const csvPath = await exportCsv(changes, targetPath);
65
+ const csvPath = await exportCsv(changes, workspaceRoot);
66
66
 
67
67
  // Print summary
68
68
  const deleted = changes.filter((c) => c.status === "D").length;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cwresdev",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,