flakiness 0.275.0 → 0.277.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 +3 -3
- package/types/tsconfig.tsbuildinfo +1 -1
package/lib/cli/cli.js
CHANGED
|
@@ -1034,7 +1034,7 @@ import path7 from "path";
|
|
|
1034
1034
|
// ../package.json
|
|
1035
1035
|
var package_default = {
|
|
1036
1036
|
name: "@flakiness/monorepo",
|
|
1037
|
-
version: "0.
|
|
1037
|
+
version: "0.277.0",
|
|
1038
1038
|
type: "module",
|
|
1039
1039
|
private: true,
|
|
1040
1040
|
scripts: {
|
|
@@ -1054,7 +1054,7 @@ var package_default = {
|
|
|
1054
1054
|
devDependencies: {
|
|
1055
1055
|
"@flakiness/playwright": "catalog:",
|
|
1056
1056
|
"@playwright/test": "catalog:",
|
|
1057
|
-
"@types/node": "^22.19.
|
|
1057
|
+
"@types/node": "^22.19.21",
|
|
1058
1058
|
esbuild: "^0.27.7",
|
|
1059
1059
|
flakiness: "workspace:*",
|
|
1060
1060
|
kubik: "^0.24.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flakiness",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.277.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"bin": {
|
|
6
6
|
"flakiness": "./lib/cli/cli.js"
|
|
@@ -23,8 +23,8 @@
|
|
|
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.277.0",
|
|
27
|
+
"@flakiness/shared": "0.277.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@flakiness/flakiness-report": "^0.34.0",
|