@serenity-js/assertions 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,14 @@
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
+ **Note:** Version bump only for package @serenity-js/assertions
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
15
 
8
16
  **Note:** Version bump only for package @serenity-js/assertions
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),
@@ -32,7 +32,6 @@ To install this module, run the following command in your computer terminal:
32
32
  npm install --save-dev @serenity-js/core @serenity-js/assertions
33
33
  ```
34
34
 
35
- 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/).
36
35
 
37
36
  ### Performing verifications using `Ensure`
38
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/assertions",
3
- "version": "3.31.12",
3
+ "version": "3.31.13",
4
4
  "description": "Serenity/JS universal assertion library supporting all types of functional tests, including both web and REST API scenarios",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -48,7 +48,7 @@
48
48
  "node": "^18.12 || ^20 || ^22"
49
49
  },
50
50
  "dependencies": {
51
- "@serenity-js/core": "3.31.12",
51
+ "@serenity-js/core": "3.31.13",
52
52
  "tiny-types": "1.23.0"
53
53
  },
54
54
  "devDependencies": {
@@ -61,5 +61,5 @@
61
61
  "ts-node": "10.9.2",
62
62
  "typescript": "5.8.2"
63
63
  },
64
- "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
64
+ "gitHead": "4f4a4d87b439afb43d81cd5a38ffaca43cec420d"
65
65
  }