flakiness 0.302.0 → 0.304.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
@@ -1058,7 +1058,7 @@ import path7 from "path";
1058
1058
  // ../package.json
1059
1059
  var package_default = {
1060
1060
  name: "@flakiness/monorepo",
1061
- version: "0.302.0",
1061
+ version: "0.304.0",
1062
1062
  type: "module",
1063
1063
  private: true,
1064
1064
  scripts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flakiness",
3
- "version": "0.302.0",
3
+ "version": "0.304.0",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "flakiness": "./lib/cli/cli.js"
@@ -19,8 +19,8 @@
19
19
  "author": "Degu Labs, Inc",
20
20
  "license": "MIT",
21
21
  "devDependencies": {
22
- "@flakiness/server": "0.302.0",
23
- "@flakiness/shared": "0.302.0",
22
+ "@flakiness/server": "0.304.0",
23
+ "@flakiness/shared": "0.304.0",
24
24
  "@playwright/test": "^1.62.1",
25
25
  "@types/debug": "^4.1.13",
26
26
  "@types/express": "^4.17.25",