@d3lm/pr-stats 0.1.0 → 0.1.1

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1492,7 +1492,7 @@ var OPTIONS = [
1492
1492
  name: "charts",
1493
1493
  short: "c",
1494
1494
  type: "string",
1495
- default: "histogram,strip,spark",
1495
+ default: "histogram,strip",
1496
1496
  placeholder: "<list>",
1497
1497
  help: "Choose which size charts to print as a comma-separated list. Accepts `histogram` (size distribution bars), `strip` (a quantile strip per metric), and `spark` (a size line chart over time). All three print by default. Pass `none` to print no charts."
1498
1498
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3lm/pr-stats",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "GitHub PR stats from the command line, via the gh CLI or an access token",
5
5
  "type": "module",
6
6
  "author": "Dominic Elm",