@flakiness/sdk 0.132.0 → 0.134.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
@@ -742,7 +742,7 @@ import path11 from "path";
742
742
  // ../package.json
743
743
  var package_default = {
744
744
  name: "flakiness",
745
- version: "0.132.0",
745
+ version: "0.134.0",
746
746
  private: true,
747
747
  scripts: {
748
748
  minor: "./version.mjs minor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flakiness/sdk",
3
- "version": "0.132.0",
3
+ "version": "0.134.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.132.0",
53
+ "@flakiness/server": "0.134.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.132.0",
62
- "@flakiness/shared": "0.132.0",
61
+ "@flakiness/report": "0.134.0",
62
+ "@flakiness/shared": "0.134.0",
63
63
  "@rgrove/parse-xml": "^4.2.0",
64
64
  "body-parser": "^1.20.3",
65
65
  "chalk": "^5.6.2",