@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.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 { U as stablyReporter } from './index-B5Tfm-dD.mjs';
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.11" ;
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
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Li4YhdtX.cjs');
3
+ var index = require('./index-EhzPL0ML.cjs');
4
4
  require('node:buffer');
5
5
  require('node:path');
6
6
  require('node:child_process');
package/dist/reporter.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { v as vn } from './index-B5Tfm-dD.mjs';
1
+ import { v as vn } from './index-cF7EDVHb.mjs';
2
2
  import 'node:buffer';
3
3
  import 'node:path';
4
4
  import 'node:child_process';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stablyai/playwright-test",
3
- "version": "2.1.11",
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.11",
35
- "@stablyai/playwright-base": "2.1.11"
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",