@flakiness/playwright 1.3.0 → 1.3.1
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/playwright-test.js +3 -3
- package/package.json +4 -4
package/lib/playwright-test.js
CHANGED
|
@@ -682,7 +682,7 @@ var require_src = __commonJS({
|
|
|
682
682
|
}
|
|
683
683
|
});
|
|
684
684
|
|
|
685
|
-
// node_modules/.pnpm/@flakiness+sdk@2.2.1_@flakiness+flakiness-report@0.
|
|
685
|
+
// node_modules/.pnpm/@flakiness+sdk@2.2.1_@flakiness+flakiness-report@0.27.0_zod@4.3.5_/node_modules/@flakiness/sdk/lib/index.js
|
|
686
686
|
var import_debug = __toESM(require_src(), 1);
|
|
687
687
|
import os3 from "os";
|
|
688
688
|
import assert2 from "assert";
|
|
@@ -14499,7 +14499,7 @@ function stableHash(t) {
|
|
|
14499
14499
|
}
|
|
14500
14500
|
var dist_default = stableHash;
|
|
14501
14501
|
|
|
14502
|
-
// node_modules/.pnpm/@flakiness+sdk@2.2.1_@flakiness+flakiness-report@0.
|
|
14502
|
+
// node_modules/.pnpm/@flakiness+sdk@2.2.1_@flakiness+flakiness-report@0.27.0_zod@4.3.5_/node_modules/@flakiness/sdk/lib/index.js
|
|
14503
14503
|
import assert22 from "assert";
|
|
14504
14504
|
import fs42 from "fs";
|
|
14505
14505
|
import { URL as URL2 } from "url";
|
|
@@ -15508,7 +15508,7 @@ defineLazyProperty(apps, "browser", () => "browser");
|
|
|
15508
15508
|
defineLazyProperty(apps, "browserPrivate", () => "browserPrivate");
|
|
15509
15509
|
var open_default = open;
|
|
15510
15510
|
|
|
15511
|
-
// node_modules/.pnpm/@flakiness+sdk@2.2.1_@flakiness+flakiness-report@0.
|
|
15511
|
+
// node_modules/.pnpm/@flakiness+sdk@2.2.1_@flakiness+flakiness-report@0.27.0_zod@4.3.5_/node_modules/@flakiness/sdk/lib/index.js
|
|
15512
15512
|
var import_debug2 = __toESM(require_src(), 1);
|
|
15513
15513
|
import * as fs62 from "fs";
|
|
15514
15514
|
import * as http from "http";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flakiness/playwright",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"typescript": "^5.9.3"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@flakiness/flakiness-report": "^0.
|
|
39
|
+
"@flakiness/flakiness-report": "^0.27.0",
|
|
40
40
|
"@flakiness/sdk": "2.2.1",
|
|
41
41
|
"chalk": "^5.6.2"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
44
|
+
"build": "kubik build.mts",
|
|
45
|
+
"watch": "kubik build.mts -w"
|
|
46
46
|
}
|
|
47
47
|
}
|