flakiness 0.155.0 → 0.156.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
@@ -971,7 +971,7 @@ import path7 from "path";
971
971
  // ../package.json
972
972
  var package_default = {
973
973
  name: "flakiness",
974
- version: "0.155.0",
974
+ version: "0.156.0",
975
975
  type: "module",
976
976
  private: true,
977
977
  scripts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flakiness",
3
- "version": "0.155.0",
3
+ "version": "0.156.0",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "flakiness": "./lib/cli/cli.js"
@@ -27,8 +27,8 @@
27
27
  "author": "Degu Labs, Inc",
28
28
  "license": "Fair Source 100",
29
29
  "devDependencies": {
30
- "@flakiness/server": "0.155.0",
31
- "@flakiness/shared": "0.155.0",
30
+ "@flakiness/server": "0.156.0",
31
+ "@flakiness/shared": "0.156.0",
32
32
  "@playwright/test": "^1.57.0"
33
33
  },
34
34
  "dependencies": {