@stablyai/playwright-test 2.1.5-rc.2 → 2.1.5-rc.3

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-CtXerwkV.cjs');
8
+ var index = require('./index-BYn4B_OP.cjs');
9
9
  require('node:buffer');
10
10
  require('node:path');
11
11
  require('node:child_process');
@@ -32,7 +32,7 @@ require('buffer');
32
32
  require('os');
33
33
 
34
34
  const getApiUrl = () => process.env.STABLY_API_URL ?? "https://api.stably.ai";
35
- const sdkVersion = "2.1.5-rc.2" ;
35
+ const sdkVersion = "2.1.5-rc.3" ;
36
36
  const assertNonEmptyString = (value, fieldName) => {
37
37
  if (!value.trim()) {
38
38
  throw new Error(`Missing required field: ${fieldName}`);
@@ -45553,6 +45553,8 @@ declare class StablyReporter implements Reporter {
45553
45553
  private readonly notificationConfigs?;
45554
45554
  private readonly sensitiveValues?;
45555
45555
  private filteredNotificationConfigs?;
45556
+ private readonly testIdMap;
45557
+ private pendingQueuedSpecs?;
45556
45558
  private readonly attachmentFiles;
45557
45559
  private readonly pendingUploadUrlRequests;
45558
45560
  constructor(options?: StablyReporterOptions);
@@ -45582,4 +45584,4 @@ declare function stablyReporter(options?: StablyReporterOptions): [string, any];
45582
45584
 
45583
45585
  export { StablyReporter as d, stablyReporter as s };
45584
45586
  export type { NotificationResultPolicy as N, ProjectNotificationConfig as P, StablyNotificationConfig as S, StablyEmailNotificationConfig as a, StablyReporterOptions as b, StablySlackNotificationConfig as c };
45585
- //# sourceMappingURL=index.d-BqzcdIN3.d.cts.map
45587
+ //# sourceMappingURL=index.d-BYzcguUj.d.cts.map