flakiness 0.217.0 → 0.218.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
@@ -1028,7 +1028,7 @@ import path7 from "path";
1028
1028
  // ../package.json
1029
1029
  var package_default = {
1030
1030
  name: "@flakiness/monorepo",
1031
- version: "0.217.0",
1031
+ version: "0.218.0",
1032
1032
  type: "module",
1033
1033
  private: true,
1034
1034
  scripts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flakiness",
3
- "version": "0.217.0",
3
+ "version": "0.218.0",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "flakiness": "./lib/cli/cli.js"
@@ -22,8 +22,8 @@
22
22
  "@playwright/test": "^1.57.0",
23
23
  "@types/debug": "^4.1.12",
24
24
  "@types/express": "^4.17.20",
25
- "@flakiness/server": "0.217.0",
26
- "@flakiness/shared": "0.217.0"
25
+ "@flakiness/shared": "0.218.0",
26
+ "@flakiness/server": "0.218.0"
27
27
  },
28
28
  "dependencies": {
29
29
  "@flakiness/flakiness-report": "^0.28.0",