@stablyai/playwright-test 2.0.12 → 2.0.13
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-Cf1SUa76.cjs → index-DVywK-2d.cjs} +219 -218
- package/dist/index-DVywK-2d.cjs.map +1 -0
- package/dist/{index-YCMYxOS2.mjs → index-q6hgdCVS.mjs} +219 -218
- package/dist/index-q6hgdCVS.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d-DaMmBaG3.d.cts.map +1 -1
- package/dist/index.d-DaMmBaG3.d.mts.map +1 -1
- package/dist/index.d-DaMmBaG3.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/reporter.cjs +1 -1
- package/dist/reporter.mjs +1 -1
- package/package.json +3 -3
- package/dist/index-Cf1SUa76.cjs.map +0 -1
- package/dist/index-YCMYxOS2.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import { test as test$2, expect as expect$1, defineConfig as defineConfig$1 } fr
|
|
|
4
4
|
export * from '@playwright/test';
|
|
5
5
|
import { augmentPage, augmentBrowserContext, augmentBrowser, stablyPlaywrightMatchers } from '@stablyai/playwright-base';
|
|
6
6
|
export { Agent, setApiKey } from '@stablyai/playwright-base';
|
|
7
|
-
export { B as stablyReporter } from './index-
|
|
7
|
+
export { B as stablyReporter } from './index-q6hgdCVS.mjs';
|
|
8
8
|
import 'node:buffer';
|
|
9
9
|
import 'node:path';
|
|
10
10
|
import 'node:child_process';
|
package/dist/reporter.cjs
CHANGED
package/dist/reporter.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stablyai/playwright-test",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "Playwright Test wrapper with Stably AI matchers",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@stablyai/playwright": "2.0.
|
|
35
|
-
"@stablyai/playwright-base": "2.0.
|
|
34
|
+
"@stablyai/playwright": "2.0.13",
|
|
35
|
+
"@stablyai/playwright-base": "2.0.13"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@stablyai/playwright-reporter": "1.3.3"
|