@stablyai/playwright-test 2.1.11 → 2.1.12
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-Li4YhdtX.cjs → index-EhzPL0ML.cjs} +445 -445
- package/dist/index-EhzPL0ML.cjs.map +1 -0
- package/dist/{index-B5Tfm-dD.mjs → index-cF7EDVHb.mjs} +445 -445
- package/dist/index-cF7EDVHb.mjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.d-Cbdkyfd5.d.cts.map +1 -1
- package/dist/index.d-Cbdkyfd5.d.mts.map +1 -1
- package/dist/index.d-Cbdkyfd5.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/reporter.cjs +1 -1
- package/dist/reporter.mjs +1 -1
- package/package.json +3 -3
- package/dist/index-B5Tfm-dD.mjs.map +0 -1
- package/dist/index-Li4YhdtX.cjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ export * from '@playwright/test';
|
|
|
5
5
|
import { requireApiKey, augmentPage, augmentBrowserContext, augmentBrowser, stablyPlaywrightMatchers } from '@stablyai/playwright-base';
|
|
6
6
|
export { Agent, setApiKey } from '@stablyai/playwright-base';
|
|
7
7
|
import { c as createClient, p as postInternalV1TestAccountGoogleAuthState } from './index-DnDradnc.mjs';
|
|
8
|
-
export {
|
|
8
|
+
export { B as stablyReporter } from './index-cF7EDVHb.mjs';
|
|
9
9
|
import 'node:buffer';
|
|
10
10
|
import 'node:path';
|
|
11
11
|
import 'node:child_process';
|
|
@@ -32,7 +32,7 @@ import 'zlib';
|
|
|
32
32
|
import 'buffer';
|
|
33
33
|
|
|
34
34
|
const getApiUrl = () => process.env.STABLY_API_URL ?? "https://api.stably.ai";
|
|
35
|
-
const sdkVersion = "2.1.
|
|
35
|
+
const sdkVersion = "2.1.12" ;
|
|
36
36
|
const assertNonEmptyString = (value, fieldName) => {
|
|
37
37
|
if (!value.trim()) {
|
|
38
38
|
throw new Error(`Missing required field: ${fieldName}`);
|
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.1.
|
|
3
|
+
"version": "2.1.12",
|
|
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.1.
|
|
35
|
-
"@stablyai/playwright-base": "2.1.
|
|
34
|
+
"@stablyai/playwright": "2.1.12",
|
|
35
|
+
"@stablyai/playwright-base": "2.1.12"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@stablyai-internal/api-client": "^0.1.7",
|