@serenity-js/local-server 3.43.0 → 3.43.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 +16 -0
- package/package.json +5 -5
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.43.2](https://github.com/serenity-js/serenity-js/compare/v3.43.1...v3.43.2) (2026-05-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @serenity-js/local-server
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.43.1](https://github.com/serenity-js/serenity-js/compare/v3.43.0...v3.43.1) (2026-05-11)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @serenity-js/local-server
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.43.0](https://github.com/serenity-js/serenity-js/compare/v3.42.2...v3.43.0) (2026-05-11)
|
|
7
23
|
|
|
8
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/local-server",
|
|
3
|
-
"version": "3.43.
|
|
3
|
+
"version": "3.43.2",
|
|
4
4
|
"description": "Serenity/JS Screenplay Pattern library for managing local Node.js test servers, including Express, Koa, Hapi, and Restify, to support comprehensive integration testing",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"node": "^20 || ^22 || ^24"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@serenity-js/core": "3.43.
|
|
81
|
+
"@serenity-js/core": "3.43.2",
|
|
82
82
|
"http-shutdown": "1.2.2",
|
|
83
83
|
"portfinder": "1.0.38"
|
|
84
84
|
},
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@hapi/hapi": "21.4.9",
|
|
107
107
|
"@integration/testing-tools": "3.0.0",
|
|
108
|
-
"@serenity-js/assertions": "3.43.
|
|
109
|
-
"@serenity-js/rest": "3.43.
|
|
108
|
+
"@serenity-js/assertions": "3.43.2",
|
|
109
|
+
"@serenity-js/rest": "3.43.2",
|
|
110
110
|
"@types/chai": "4.3.20",
|
|
111
111
|
"@types/express": "5.0.6",
|
|
112
112
|
"@types/hapi": "18.0.15",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"tsx": "4.21.0",
|
|
125
125
|
"typescript": "5.9.3"
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "df42aa042648f878111b6217cda68e5d0faa430e"
|
|
128
128
|
}
|