flakiness 0.233.0 → 0.234.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.
package/lib/cli/cli.js CHANGED
@@ -1030,7 +1030,7 @@ import path7 from "path";
1030
1030
  // ../package.json
1031
1031
  var package_default = {
1032
1032
  name: "@flakiness/monorepo",
1033
- version: "0.233.0",
1033
+ version: "0.234.0",
1034
1034
  type: "module",
1035
1035
  private: true,
1036
1036
  scripts: {
@@ -2063,7 +2063,6 @@ async function cmdListTests(options) {
2063
2063
  axis: options.sort,
2064
2064
  direction: options.sortDir
2065
2065
  },
2066
- historyBuckets: 10,
2067
2066
  fql: options.fql,
2068
2067
  timelineSplit: buildTimelineSplit(options)
2069
2068
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flakiness",
3
- "version": "0.233.0",
3
+ "version": "0.234.0",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "flakiness": "./lib/cli/cli.js"
@@ -23,8 +23,8 @@
23
23
  "@types/debug": "^4.1.13",
24
24
  "@types/express": "^4.17.25",
25
25
  "gray-matter": "^4.0.3",
26
- "@flakiness/server": "0.233.0",
27
- "@flakiness/shared": "0.233.0"
26
+ "@flakiness/server": "0.234.0",
27
+ "@flakiness/shared": "0.234.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "@flakiness/flakiness-report": "^0.29.0",