@serenity-js/local-server 3.32.3 → 3.32.4
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 +11 -0
- package/package.json +5 -5
- package/tsconfig.build.json +0 -10
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.32.4](https://github.com/serenity-js/serenity-js/compare/v3.32.3...v3.32.4) (2025-07-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **core:** removed unnecessary tsconfig files from build artifacts ([6e4d4fa](https://github.com/serenity-js/serenity-js/commit/6e4d4fabed5d0bc2847bbf7cbc4ead10710ec32b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.32.3](https://github.com/serenity-js/serenity-js/compare/v3.32.2...v3.32.3) (2025-07-07)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/local-server",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.4",
|
|
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",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"node": "^18.12 || ^20 || ^22"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@serenity-js/core": "3.32.
|
|
60
|
+
"@serenity-js/core": "3.32.4",
|
|
61
61
|
"http-shutdown": "1.2.2",
|
|
62
62
|
"portfinder": "1.0.37"
|
|
63
63
|
},
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@hapi/hapi": "21.4.0",
|
|
86
86
|
"@integration/testing-tools": "3.0.0",
|
|
87
|
-
"@serenity-js/assertions": "3.32.
|
|
88
|
-
"@serenity-js/rest": "3.32.
|
|
87
|
+
"@serenity-js/assertions": "3.32.4",
|
|
88
|
+
"@serenity-js/rest": "3.32.4",
|
|
89
89
|
"@types/chai": "4.3.20",
|
|
90
90
|
"@types/express": "5.0.3",
|
|
91
91
|
"@types/hapi": "18.0.14",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"ts-node": "10.9.2",
|
|
103
103
|
"typescript": "5.8.3"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "0f4039dda2a3b275aa72a4fc061da2cede0b5d49"
|
|
106
106
|
}
|