@serenity-js/playwright 3.37.0 → 3.37.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,14 @@
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.37.1](https://github.com/serenity-js/serenity-js/compare/v3.37.0...v3.37.1) (2025-12-16)
7
+
8
+ **Note:** Version bump only for package @serenity-js/playwright
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.37.0](https://github.com/serenity-js/serenity-js/compare/v3.36.2...v3.37.0) (2025-12-02)
7
15
 
8
16
  **Note:** Version bump only for package @serenity-js/playwright
package/README.md CHANGED
@@ -157,4 +157,4 @@ and priority help in the [Discussions Forum](https://github.com/orgs/serenity-js
157
157
 
158
158
  For corporate sponsorship or commercial support, please contact [Jan Molak](https://www.linkedin.com/in/janmolak/).
159
159
 
160
- [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js).
160
+ [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/playwright",
3
- "version": "3.37.0",
3
+ "version": "3.37.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",
@@ -57,8 +57,8 @@
57
57
  "node": "^20 || ^22 || ^24"
58
58
  },
59
59
  "dependencies": {
60
- "@serenity-js/core": "3.37.0",
61
- "@serenity-js/web": "3.37.0",
60
+ "@serenity-js/core": "3.37.1",
61
+ "@serenity-js/web": "3.37.1",
62
62
  "tiny-types": "1.24.3"
63
63
  },
64
64
  "peerDependencies": {
@@ -75,5 +75,5 @@
75
75
  "ts-node": "10.9.2",
76
76
  "typescript": "5.9.3"
77
77
  },
78
- "gitHead": "dae146cd99a04f09b5926fb9d3205af562fa2927"
78
+ "gitHead": "0af3eff400cdb5adc9d7b92e87b09820c93d77c9"
79
79
  }