@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.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-
|
|
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.
|
|
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.
|
|
192
|
+
exports.stablyReporter = index.Ba;
|
|
193
193
|
exports.authWithGoogle = authWithGoogle;
|
|
194
194
|
exports.defineConfig = defineConfig;
|
|
195
195
|
exports.expect = expect;
|