@serenity-js/web 3.37.0 → 3.37.2

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,22 @@
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.2](https://github.com/serenity-js/serenity-js/compare/v3.37.1...v3.37.2) (2026-01-23)
7
+
8
+ **Note:** Version bump only for package @serenity-js/web
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.37.1](https://github.com/serenity-js/serenity-js/compare/v3.37.0...v3.37.1) (2025-12-16)
15
+
16
+ **Note:** Version bump only for package @serenity-js/web
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.37.0](https://github.com/serenity-js/serenity-js/compare/v3.36.2...v3.37.0) (2025-12-02)
7
23
 
8
24
  **Note:** Version bump only for package @serenity-js/web
package/README.md CHANGED
@@ -118,4 +118,4 @@ and priority help in the [Discussions Forum](https://github.com/orgs/serenity-js
118
118
 
119
119
  For corporate sponsorship or commercial support, please contact [Jan Molak](https://www.linkedin.com/in/janmolak/).
120
120
 
121
- [![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).
121
+ [![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/web",
3
- "version": "3.37.0",
3
+ "version": "3.37.2",
4
4
  "description": "Serenity/JS Screenplay Pattern library offering a flexible, web driver-agnostic approach for interacting with web-based user interfaces and components, suitable for various testing contexts",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -53,8 +53,8 @@
53
53
  "node": "^20 || ^22 || ^24"
54
54
  },
55
55
  "dependencies": {
56
- "@serenity-js/assertions": "3.37.0",
57
- "@serenity-js/core": "3.37.0",
56
+ "@serenity-js/assertions": "3.37.2",
57
+ "@serenity-js/core": "3.37.2",
58
58
  "tiny-types": "1.24.3"
59
59
  },
60
60
  "devDependencies": {
@@ -67,5 +67,5 @@
67
67
  "ts-node": "10.9.2",
68
68
  "typescript": "5.9.3"
69
69
  },
70
- "gitHead": "dae146cd99a04f09b5926fb9d3205af562fa2927"
70
+ "gitHead": "5544cfdbfd7f3c4d3bb4e492b5d2f233eb5e3a79"
71
71
  }