@polka-codes/core 0.9.12 → 0.9.13

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3388,7 +3388,7 @@ var handler14 = async (provider, args) => {
3388
3388
  };
3389
3389
  }
3390
3390
  const { staged, file, commitRange } = toolInfo14.parameters.parse(args);
3391
- const commandParts = ["git", "diff", "--no-color"];
3391
+ const commandParts = ["git", "diff", "--no-color", "-U50"];
3392
3392
  if (staged) {
3393
3393
  commandParts.push("--staged");
3394
3394
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/core",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",