@serenity-js/local-server 3.23.2 → 3.24.0
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 +7 -7
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.24.0](https://github.com/serenity-js/serenity-js/compare/v3.23.2...v3.24.0) (2024-06-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **assertions:** dynamic descriptions for assertions and expectations ([3fdc7c8](https://github.com/serenity-js/serenity-js/commit/3fdc7c83880d58f509c8b9e9e2494167a99444f0)), closes [#2223](https://github.com/serenity-js/serenity-js/issues/2223)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.23.2](https://github.com/serenity-js/serenity-js/compare/v3.23.1...v3.23.2) (2024-05-24)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @serenity-js/local-server
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/local-server",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "Enables Serenity/JS Actors to manage local Node.js test servers, such as Express, Koa or Restify",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -50,22 +50,22 @@
|
|
|
50
50
|
"node": "^16.13 || ^18.12 || ^20"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@serenity-js/core": "3.
|
|
53
|
+
"@serenity-js/core": "3.24.0",
|
|
54
54
|
"http-shutdown": "1.2.2",
|
|
55
55
|
"portfinder": "1.0.32"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@hapi/hapi": "21.3.
|
|
58
|
+
"@hapi/hapi": "21.3.10",
|
|
59
59
|
"@integration/testing-tools": "3.0.0",
|
|
60
|
-
"@serenity-js/assertions": "3.
|
|
61
|
-
"@serenity-js/rest": "3.
|
|
60
|
+
"@serenity-js/assertions": "3.24.0",
|
|
61
|
+
"@serenity-js/rest": "3.24.0",
|
|
62
62
|
"@types/chai": "4.3.16",
|
|
63
63
|
"@types/express": "4.17.21",
|
|
64
64
|
"@types/hapi": "18.0.14",
|
|
65
65
|
"@types/mocha": "10.0.6",
|
|
66
66
|
"@types/restify": "8.5.12",
|
|
67
67
|
"axios": "1.7.2",
|
|
68
|
-
"c8": "
|
|
68
|
+
"c8": "10.1.2",
|
|
69
69
|
"express": "4.19.2",
|
|
70
70
|
"koa": "2.15.3",
|
|
71
71
|
"mocha": "10.4.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"ts-node": "10.9.2",
|
|
76
76
|
"typescript": "5.2.2"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "174876f2ab2b96bce79ac825ba8c784beae2f63c"
|
|
79
79
|
}
|