@flakiness/sdk 0.137.0 → 0.138.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
@@ -744,7 +744,7 @@ import path11 from "path";
744
744
  // ../package.json
745
745
  var package_default = {
746
746
  name: "flakiness",
747
- version: "0.137.0",
747
+ version: "0.138.0",
748
748
  private: true,
749
749
  scripts: {
750
750
  minor: "./version.mjs minor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flakiness/sdk",
3
- "version": "0.137.0",
3
+ "version": "0.138.0",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "flakiness": "./lib/cli/cli.js"
@@ -50,7 +50,7 @@
50
50
  "author": "Degu Labs, Inc",
51
51
  "license": "Fair Source 100",
52
52
  "devDependencies": {
53
- "@flakiness/server": "0.137.0",
53
+ "@flakiness/server": "0.138.0",
54
54
  "@playwright/test": "^1.54.0",
55
55
  "@types/babel__code-frame": "^7.0.6",
56
56
  "@types/compression": "^1.8.1",
@@ -58,8 +58,8 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/code-frame": "^7.26.2",
61
- "@flakiness/report": "0.137.0",
62
- "@flakiness/shared": "0.137.0",
61
+ "@flakiness/report": "0.138.0",
62
+ "@flakiness/shared": "0.138.0",
63
63
  "@rgrove/parse-xml": "^4.2.0",
64
64
  "body-parser": "^1.20.3",
65
65
  "chalk": "^5.6.2",