endform 0.75.2 → 0.76.0

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +0 -12
  2. package/package.json +7 -7
package/lib/index.d.ts CHANGED
@@ -123,18 +123,6 @@ export interface EndformConfig {
123
123
  * @see https://endform.dev/docs/reference/endform-config-ts#region
124
124
  */
125
125
  region?: "eu" | "us";
126
- /**
127
- * An array of reporter names that should run exclusively during remote
128
- * execution of tests. Each name must correspond to the name of a reporter
129
- * configured in your Playwright config.
130
- *
131
- * Reporters listed here run once on each remotely running test machine
132
- * (one per test), and _not_ on the collected result.
133
- *
134
- * @example ["./custom-reporter.ts"]
135
- * @see https://endform.dev/docs/reference/endform-config-ts#remotereporters
136
- */
137
- remoteReporters?: string[];
138
126
  /**
139
127
  * Extra HTTP headers that will be applied to the Playwright browser
140
128
  * contexts when tests run on remote runners.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "endform",
3
- "version": "0.75.2",
3
+ "version": "0.76.0",
4
4
  "description": "Endform CLI",
5
5
  "license": "UNLICENSED",
6
6
  "repository": "https://github.com/endformdev/docs",
@@ -21,11 +21,11 @@
21
21
  }
22
22
  },
23
23
  "optionalDependencies": {
24
- "endform-darwin-arm64": "0.75.2",
25
- "endform-darwin-x86": "0.75.2",
26
- "endform-linux-arm64": "0.75.2",
27
- "endform-linux-x86": "0.75.2",
28
- "endform-win32-arm64": "0.75.2",
29
- "endform-win32-x86": "0.75.2"
24
+ "endform-darwin-arm64": "0.76.0",
25
+ "endform-darwin-x86": "0.76.0",
26
+ "endform-linux-arm64": "0.76.0",
27
+ "endform-linux-x86": "0.76.0",
28
+ "endform-win32-arm64": "0.76.0",
29
+ "endform-win32-x86": "0.76.0"
30
30
  }
31
31
  }