@stablyai/playwright-test 2.1.3-rc.2 → 2.1.3
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/dist/index-B3E10pom.mjs +9665 -0
- package/dist/index-B3E10pom.mjs.map +1 -0
- package/dist/index-Cjfxwz2m.cjs +9687 -0
- package/dist/index-Cjfxwz2m.cjs.map +1 -0
- package/dist/index.cjs +15 -10
- package/dist/index.cjs.map +1 -1
- package/dist/{index.d-Be6DvZw5.d.cts → index.d-BjGuH5NO.d.cts} +1 -3
- package/dist/{index.d-Be6DvZw5.d.cts.map → index.d-BjGuH5NO.d.cts.map} +1 -1
- package/dist/{index.d-Be6DvZw5.d.mts → index.d-BjGuH5NO.d.mts} +1 -3
- package/dist/{index.d-Be6DvZw5.d.mts.map → index.d-BjGuH5NO.d.mts.map} +1 -1
- package/dist/{index.d-Be6DvZw5.d.ts → index.d-BjGuH5NO.d.ts} +1 -3
- package/dist/{index.d-Be6DvZw5.d.ts.map → index.d-BjGuH5NO.d.ts.map} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +10 -5
- package/dist/index.mjs.map +1 -1
- package/dist/reporter.cjs +11 -5
- package/dist/reporter.cjs.map +1 -1
- package/dist/reporter.d.cts +1 -1
- package/dist/reporter.d.mts +1 -1
- package/dist/reporter.mjs +11 -5
- package/dist/reporter.mjs.map +1 -1
- package/package.json +4 -6
- package/dist/index-Bm8kx_6L.cjs +0 -8340
- package/dist/index-Bm8kx_6L.cjs.map +0 -1
- package/dist/index-DxD3Jxyb.mjs +0 -8317
- package/dist/index-DxD3Jxyb.mjs.map +0 -1
- package/dist/sync-suite-worker.cjs +0 -110
- package/dist/sync-suite-worker.cjs.map +0 -1
- package/dist/sync-suite-worker.mjs +0 -108
- package/dist/sync-suite-worker.mjs.map +0 -1
package/dist/reporter.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { C as Cn } from './index-B3E10pom.mjs';
|
|
2
2
|
import 'node:buffer';
|
|
3
3
|
import 'node:path';
|
|
4
4
|
import 'node:child_process';
|
|
@@ -14,13 +14,19 @@ import 'stream';
|
|
|
14
14
|
import 'node:util';
|
|
15
15
|
import 'node:readline';
|
|
16
16
|
import 'node:stream';
|
|
17
|
-
import 'module';
|
|
18
|
-
import 'synckit';
|
|
19
17
|
import 'util';
|
|
20
|
-
import '
|
|
18
|
+
import 'events';
|
|
19
|
+
import 'https';
|
|
20
|
+
import 'http';
|
|
21
|
+
import 'net';
|
|
22
|
+
import 'tls';
|
|
23
|
+
import 'crypto';
|
|
24
|
+
import 'url';
|
|
25
|
+
import 'zlib';
|
|
26
|
+
import 'buffer';
|
|
21
27
|
import 'os';
|
|
22
28
|
|
|
23
29
|
|
|
24
30
|
|
|
25
|
-
export {
|
|
31
|
+
export { Cn as default };
|
|
26
32
|
//# sourceMappingURL=reporter.mjs.map
|
package/dist/reporter.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reporter.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"reporter.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stablyai/playwright-test",
|
|
3
|
-
"version": "2.1.3
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "Playwright Test wrapper with Stably AI matchers",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -31,10 +31,8 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"@stablyai/playwright": "2.1.3-rc.2",
|
|
37
|
-
"@stablyai/playwright-base": "2.1.3-rc.2"
|
|
34
|
+
"@stablyai/playwright": "2.1.3",
|
|
35
|
+
"@stablyai/playwright-base": "2.1.3"
|
|
38
36
|
},
|
|
39
37
|
"devDependencies": {
|
|
40
38
|
"@stablyai-internal/api-client": "^0.1.6",
|
|
@@ -44,7 +42,7 @@
|
|
|
44
42
|
"@playwright/test": "^1.52.0"
|
|
45
43
|
},
|
|
46
44
|
"scripts": {
|
|
47
|
-
"build": "pkgroll --clean-dist --sourcemap --target=node20
|
|
45
|
+
"build": "pkgroll --clean-dist --sourcemap --target=node20 --define.__PACKAGE_VERSION__=$(node -p \"JSON.stringify(require('./package.json').version)\") && node ../../scripts/add-dts-banner.mjs",
|
|
48
46
|
"test": "vitest",
|
|
49
47
|
"test:e2e": "playwright test"
|
|
50
48
|
}
|