@serenity-js/playwright 3.43.0 → 3.43.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.43.1](https://github.com/serenity-js/serenity-js/compare/v3.43.0...v3.43.1) (2026-05-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** updated API docs ([38b86f4](https://github.com/serenity-js/serenity-js/commit/38b86f4190b5d3c6a64fd0042c87ac187f847f89))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.43.0](https://github.com/serenity-js/serenity-js/compare/v3.42.2...v3.43.0) (2026-05-11)
7
18
 
8
19
 
@@ -214,7 +214,7 @@ export declare class BrowseTheWebWithPlaywright extends BrowseTheWeb<playwright.
214
214
  *
215
215
  * #### Learn more
216
216
  * - [`PlaywrightBrowsingSession.closeAllPages`](https://serenity-js.org/api/playwright/class/PlaywrightBrowsingSession/#closeAllPages)
217
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
217
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
218
218
  */
219
219
  discard(): Promise<void>;
220
220
  }
@@ -229,7 +229,7 @@ export class BrowseTheWebWithPlaywright extends BrowseTheWeb {
229
229
  *
230
230
  * #### Learn more
231
231
  * - [`PlaywrightBrowsingSession.closeAllPages`](https://serenity-js.org/api/playwright/class/PlaywrightBrowsingSession/#closeAllPages)
232
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
232
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
233
233
  */
234
234
  async discard() {
235
235
  if (Discardable.isDiscardable(this.session)) {
@@ -214,7 +214,7 @@ export declare class BrowseTheWebWithPlaywright extends BrowseTheWeb<playwright.
214
214
  *
215
215
  * #### Learn more
216
216
  * - [`PlaywrightBrowsingSession.closeAllPages`](https://serenity-js.org/api/playwright/class/PlaywrightBrowsingSession/#closeAllPages)
217
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
217
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
218
218
  */
219
219
  discard(): Promise<void>;
220
220
  }
@@ -265,7 +265,7 @@ class BrowseTheWebWithPlaywright extends web_1.BrowseTheWeb {
265
265
  *
266
266
  * #### Learn more
267
267
  * - [`PlaywrightBrowsingSession.closeAllPages`](https://serenity-js.org/api/playwright/class/PlaywrightBrowsingSession/#closeAllPages)
268
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
268
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
269
269
  */
270
270
  async discard() {
271
271
  if (core_1.Discardable.isDiscardable(this.session)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/playwright",
3
- "version": "3.43.0",
3
+ "version": "3.43.1",
4
4
  "description": "Adapter that integrates @serenity-js/web with Playwright, enabling Serenity/JS reporting and using the Screenplay Pattern to write component and end-to-end test scenarios",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -78,8 +78,8 @@
78
78
  "node": "^20 || ^22 || ^24"
79
79
  },
80
80
  "dependencies": {
81
- "@serenity-js/core": "3.43.0",
82
- "@serenity-js/web": "3.43.0",
81
+ "@serenity-js/core": "3.43.1",
82
+ "@serenity-js/web": "3.43.1",
83
83
  "tiny-types": "2.0.5"
84
84
  },
85
85
  "peerDependencies": {
@@ -103,5 +103,5 @@
103
103
  "tsx": "4.20.3",
104
104
  "typescript": "5.9.3"
105
105
  },
106
- "gitHead": "96ffb7ecba111082c92d7b107fef007d9f56bb83"
106
+ "gitHead": "b7cc8abc2e54e11707f1b3611df16c4bcdadcf62"
107
107
  }
@@ -272,7 +272,7 @@ export class BrowseTheWebWithPlaywright
272
272
  *
273
273
  * #### Learn more
274
274
  * - [`PlaywrightBrowsingSession.closeAllPages`](https://serenity-js.org/api/playwright/class/PlaywrightBrowsingSession/#closeAllPages)
275
- * - [`Discardable`](https://serenity-js.org/api/core/interface/Discardable/)
275
+ * - [`Discardable`](https://serenity-js.org/api/core/class/Discardable/)
276
276
  */
277
277
  async discard(): Promise<void> {
278
278
  if (Discardable.isDiscardable(this.session)) {