@polka-codes/runner 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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21067,7 +21067,7 @@ var {
21067
21067
  Help
21068
21068
  } = import__.default;
21069
21069
  // package.json
21070
- var version = "0.9.12";
21070
+ var version = "0.9.13";
21071
21071
 
21072
21072
  // src/runner.ts
21073
21073
  import { execSync } from "node:child_process";
@@ -57629,7 +57629,7 @@ var handler14 = async (provider2, args) => {
57629
57629
  };
57630
57630
  }
57631
57631
  const { staged, file: file3, commitRange } = toolInfo14.parameters.parse(args);
57632
- const commandParts = ["git", "diff", "--no-color"];
57632
+ const commandParts = ["git", "diff", "--no-color", "-U50"];
57633
57633
  if (staged) {
57634
57634
  commandParts.push("--staged");
57635
57635
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/runner",
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",