flakiness 0.298.0 → 0.299.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
@@ -1044,7 +1044,7 @@ import path7 from "path";
1044
1044
  // ../package.json
1045
1045
  var package_default = {
1046
1046
  name: "@flakiness/monorepo",
1047
- version: "0.298.0",
1047
+ version: "0.299.0",
1048
1048
  type: "module",
1049
1049
  private: true,
1050
1050
  scripts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flakiness",
3
- "version": "0.298.0",
3
+ "version": "0.299.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.298.0",
23
- "@flakiness/shared": "0.298.0",
22
+ "@flakiness/server": "0.299.0",
23
+ "@flakiness/shared": "0.299.0",
24
24
  "@playwright/test": "^1.62.1",
25
25
  "@types/debug": "^4.1.13",
26
26
  "@types/express": "^4.17.25",