flakiness 0.232.0 → 0.234.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 +4 -6
- package/package.json +8 -8
- package/types/tsconfig.tsbuildinfo +1 -1
package/lib/cli/cli.js
CHANGED
|
@@ -1030,7 +1030,7 @@ import path7 from "path";
|
|
|
1030
1030
|
// ../package.json
|
|
1031
1031
|
var package_default = {
|
|
1032
1032
|
name: "@flakiness/monorepo",
|
|
1033
|
-
version: "0.
|
|
1033
|
+
version: "0.234.0",
|
|
1034
1034
|
type: "module",
|
|
1035
1035
|
private: true,
|
|
1036
1036
|
scripts: {
|
|
@@ -1048,12 +1048,11 @@ var package_default = {
|
|
|
1048
1048
|
author: "Degu Labs, Inc",
|
|
1049
1049
|
license: "Fair Source 100",
|
|
1050
1050
|
devDependencies: {
|
|
1051
|
-
flakiness: "workspace:*",
|
|
1052
1051
|
"@flakiness/playwright": "catalog:",
|
|
1053
1052
|
"@playwright/test": "catalog:",
|
|
1054
|
-
"@types/node": "^22.19.
|
|
1055
|
-
esbuild: "^0.27.
|
|
1056
|
-
|
|
1053
|
+
"@types/node": "^22.19.15",
|
|
1054
|
+
esbuild: "^0.27.4",
|
|
1055
|
+
flakiness: "workspace:*",
|
|
1057
1056
|
kubik: "^0.24.0",
|
|
1058
1057
|
"smee-client": "^5.0.0",
|
|
1059
1058
|
tsx: "^4.21.0",
|
|
@@ -2064,7 +2063,6 @@ async function cmdListTests(options) {
|
|
|
2064
2063
|
axis: options.sort,
|
|
2065
2064
|
direction: options.sortDir
|
|
2066
2065
|
},
|
|
2067
|
-
historyBuckets: 10,
|
|
2068
2066
|
fql: options.fql,
|
|
2069
2067
|
timelineSplit: buildTimelineSplit(options)
|
|
2070
2068
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flakiness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.234.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"bin": {
|
|
6
6
|
"flakiness": "./lib/cli/cli.js"
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
"author": "Degu Labs, Inc",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@playwright/test": "^1.
|
|
23
|
-
"@types/debug": "^4.1.
|
|
24
|
-
"@types/express": "^4.17.
|
|
22
|
+
"@playwright/test": "^1.58.2",
|
|
23
|
+
"@types/debug": "^4.1.13",
|
|
24
|
+
"@types/express": "^4.17.25",
|
|
25
25
|
"gray-matter": "^4.0.3",
|
|
26
|
-
"@flakiness/
|
|
27
|
-
"@flakiness/
|
|
26
|
+
"@flakiness/server": "0.234.0",
|
|
27
|
+
"@flakiness/shared": "0.234.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@flakiness/flakiness-report": "^0.29.0",
|
|
31
31
|
"@flakiness/sdk": "^2.6.0",
|
|
32
32
|
"@rgrove/parse-xml": "^4.2.0",
|
|
33
|
-
"commander": "^14.0.
|
|
33
|
+
"commander": "^14.0.3",
|
|
34
34
|
"debug": "^4.4.3",
|
|
35
35
|
"mime": "^4.1.0",
|
|
36
36
|
"open": "^10.2.0",
|
|
37
37
|
"ora": "^8.2.0",
|
|
38
|
-
"temporal-polyfill": "^0.3.
|
|
38
|
+
"temporal-polyfill": "^0.3.2"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"test": "pnpm playwright test",
|