flakiness 0.241.0 → 0.243.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 +2 -2
- package/package.json +5 -5
- package/types/tsconfig.tsbuildinfo +1 -1
package/lib/cli/cli.js
CHANGED
|
@@ -1033,7 +1033,7 @@ import path7 from "path";
|
|
|
1033
1033
|
// ../package.json
|
|
1034
1034
|
var package_default = {
|
|
1035
1035
|
name: "@flakiness/monorepo",
|
|
1036
|
-
version: "0.
|
|
1036
|
+
version: "0.243.0",
|
|
1037
1037
|
type: "module",
|
|
1038
1038
|
private: true,
|
|
1039
1039
|
scripts: {
|
|
@@ -2071,7 +2071,7 @@ async function cmdListTests(options) {
|
|
|
2071
2071
|
},
|
|
2072
2072
|
fql: options.fql,
|
|
2073
2073
|
timelineSplit: buildTimelineSplit(options)
|
|
2074
|
-
});
|
|
2074
|
+
}).then((response) => response.page);
|
|
2075
2075
|
let scope = "default branch";
|
|
2076
2076
|
if (options.pr !== void 0)
|
|
2077
2077
|
scope = `PR #${options.pr}`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flakiness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.243.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"bin": {
|
|
6
6
|
"flakiness": "./lib/cli/cli.js"
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@types/debug": "^4.1.13",
|
|
24
24
|
"@types/express": "^4.17.25",
|
|
25
25
|
"gray-matter": "^4.0.3",
|
|
26
|
-
"@flakiness/
|
|
27
|
-
"@flakiness/
|
|
26
|
+
"@flakiness/server": "0.243.0",
|
|
27
|
+
"@flakiness/shared": "0.243.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@flakiness/flakiness-report": "^0.
|
|
31
|
-
"@flakiness/sdk": "^2.
|
|
30
|
+
"@flakiness/flakiness-report": "^0.31.0",
|
|
31
|
+
"@flakiness/sdk": "^2.7.0",
|
|
32
32
|
"@rgrove/parse-xml": "^4.2.0",
|
|
33
33
|
"commander": "^14.0.3",
|
|
34
34
|
"debug": "^4.4.3",
|