@serenity-js/rest 3.31.12 → 3.31.14

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,29 @@
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.14](https://github.com/serenity-js/serenity-js/compare/v3.31.13...v3.31.14) (2025-04-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency typescript to v5.8.3 ([b19c09b](https://github.com/serenity-js/serenity-js/commit/b19c09b5e5e7d05e744bc0c8b0b49cd3af89483c))
12
+ * **deps:** update rest dependencies ([6331afb](https://github.com/serenity-js/serenity-js/commit/6331afbe32c439808b317d497043dd6deb513801))
13
+
14
+
15
+
16
+
17
+
18
+ ## [3.31.13](https://github.com/serenity-js/serenity-js/compare/v3.31.12...v3.31.13) (2025-03-20)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **deps:** update dependency axios to v1.8.4 ([3f94d9a](https://github.com/serenity-js/serenity-js/commit/3f94d9a30305dabdd855f549a4518784b8377e0f))
24
+
25
+
26
+
27
+
28
+
6
29
  ## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
30
 
8
31
 
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),
@@ -33,7 +33,6 @@ run the following command in your computer terminal:
33
33
  npm install --save-dev @serenity-js/core @serenity-js/rest @serenity-js/assertions axios
34
34
  ```
35
35
 
36
- 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/).
37
36
 
38
37
  ### Example test
39
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/rest",
3
- "version": "3.31.12",
3
+ "version": "3.31.14",
4
4
  "description": "Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -51,18 +51,18 @@
51
51
  "node": "^18.12 || ^20 || ^22"
52
52
  },
53
53
  "dependencies": {
54
- "@serenity-js/core": "3.31.12",
54
+ "@serenity-js/core": "3.31.14",
55
55
  "agent-base": "7.1.3",
56
- "axios": "1.8.2",
56
+ "axios": "1.9.0",
57
57
  "http-proxy-agent": "7.0.2",
58
58
  "https-proxy-agent": "7.0.6",
59
- "lru-cache": "11.0.2",
59
+ "lru-cache": "11.1.0",
60
60
  "proxy-from-env": "1.1.0",
61
61
  "tiny-types": "1.23.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@integration/testing-tools": "3.0.0",
65
- "@serenity-js/assertions": "3.31.12",
65
+ "@serenity-js/assertions": "3.31.14",
66
66
  "@types/chai": "4.3.20",
67
67
  "@types/mocha": "10.0.10",
68
68
  "axios-mock-adapter": "2.1.0",
@@ -70,7 +70,7 @@
70
70
  "mocha": "11.1.0",
71
71
  "mocha-multi": "1.1.7",
72
72
  "ts-node": "10.9.2",
73
- "typescript": "5.8.2"
73
+ "typescript": "5.8.3"
74
74
  },
75
- "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
75
+ "gitHead": "12d24f951ec02ece66016a7b1d2b9b111acaae4a"
76
76
  }