@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.cjs CHANGED
@@ -5,7 +5,7 @@ var require$$7 = require('url');
5
5
  var test$1 = require('@playwright/test');
6
6
  var playwrightBase = require('@stablyai/playwright-base');
7
7
  var index$1 = require('./index-CEcJkg8Q.cjs');
8
- var index = require('./index-Li4YhdtX.cjs');
8
+ var index = require('./index-EhzPL0ML.cjs');
9
9
  require('node:buffer');
10
10
  require('node:path');
11
11
  require('node:child_process');
@@ -32,7 +32,7 @@ require('zlib');
32
32
  require('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}`);
@@ -189,7 +189,7 @@ Object.defineProperty(exports, "setApiKey", {
189
189
  enumerable: true,
190
190
  get: function () { return playwrightBase.setApiKey; }
191
191
  });
192
- exports.stablyReporter = index.Ua;
192
+ exports.stablyReporter = index.Ba;
193
193
  exports.authWithGoogle = authWithGoogle;
194
194
  exports.defineConfig = defineConfig;
195
195
  exports.expect = expect;