@serenity-js/local-server 3.31.12 → 3.31.13

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,18 @@
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.31.13](https://github.com/serenity-js/serenity-js/compare/v3.31.12...v3.31.13) (2025-03-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency axios to v1.8.4 ([3f94d9a](https://github.com/serenity-js/serenity-js/commit/3f94d9a30305dabdd855f549a4518784b8377e0f))
12
+ * **deps:** update dependency portfinder to v1.0.35 ([f1becee](https://github.com/serenity-js/serenity-js/commit/f1becee2c37af62df5c51439a96df92907187444))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
19
 
8
20
 
package/README.md CHANGED
@@ -10,9 +10,9 @@ of complex software systems faster, more collaborative and easier to scale.
10
10
 
11
11
  ⭐️ Get started with Serenity/JS!
12
12
  - [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
13
- - [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
13
+ - [Serenity/JS Handbook](https://serenity-js.org/handbook)
14
14
  - [API documentation](https://serenity-js.org/api/)
15
- - [Serenity/JS Project Templates](https://serenity-js.org/handbook/getting-started/project-templates/)
15
+ - [Serenity/JS Project Templates](https://serenity-js.org/handbook/project-templates/)
16
16
 
17
17
  👋 Join the Serenity/JS Community!
18
18
  - Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
@@ -36,7 +36,6 @@ To install this module, run the following command in your computer terminal:
36
36
  npm install --save-dev @serenity-js/core @serenity-js/local-server
37
37
  ```
38
38
 
39
- To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide](https://serenity-js.org/handbook/getting-started/).
40
39
 
41
40
  ### Example test
42
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/local-server",
3
- "version": "3.31.12",
3
+ "version": "3.31.13",
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,9 +57,9 @@
57
57
  "node": "^18.12 || ^20 || ^22"
58
58
  },
59
59
  "dependencies": {
60
- "@serenity-js/core": "3.31.12",
60
+ "@serenity-js/core": "3.31.13",
61
61
  "http-shutdown": "1.2.2",
62
- "portfinder": "1.0.34"
62
+ "portfinder": "1.0.35"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@hapi/hapi": "^21.4.0",
@@ -84,14 +84,14 @@
84
84
  "devDependencies": {
85
85
  "@hapi/hapi": "21.4.0",
86
86
  "@integration/testing-tools": "3.0.0",
87
- "@serenity-js/assertions": "3.31.12",
88
- "@serenity-js/rest": "3.31.12",
87
+ "@serenity-js/assertions": "3.31.13",
88
+ "@serenity-js/rest": "3.31.13",
89
89
  "@types/chai": "4.3.20",
90
90
  "@types/express": "4.17.21",
91
91
  "@types/hapi": "18.0.14",
92
92
  "@types/mocha": "10.0.10",
93
93
  "@types/restify": "8.5.12",
94
- "axios": "1.8.2",
94
+ "axios": "1.8.4",
95
95
  "c8": "10.1.3",
96
96
  "express": "4.21.2",
97
97
  "koa": "2.16.0",
@@ -102,5 +102,5 @@
102
102
  "ts-node": "10.9.2",
103
103
  "typescript": "5.8.2"
104
104
  },
105
- "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
105
+ "gitHead": "4f4a4d87b439afb43d81cd5a38ffaca43cec420d"
106
106
  }