@serenity-js/assertions 3.31.10 → 3.31.12

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.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
+
8
+ **Note:** Version bump only for package @serenity-js/assertions
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.31.10](https://github.com/serenity-js/serenity-js/compare/v3.31.9...v3.31.10) (2025-03-05)
7
15
 
8
16
 
@@ -11,7 +11,7 @@ import type { FileSystemLocation } from '@serenity-js/core/lib/io';
11
11
  * but rethrows any other errors.
12
12
  *
13
13
  * :::tip Use the factory method
14
- * Use the factory method [`Ensure.eventually`](https://serenity-js.org/api/assertions/class/Ensure/#eventually] to instantiate this interaction.
14
+ * Use the factory method [`Ensure.eventually`](https://serenity-js.org/api/assertions/class/Ensure/#eventually) to instantiate this interaction.
15
15
  * :::
16
16
  *
17
17
  * ## Basic usage with dynamic values
@@ -12,7 +12,7 @@ const core_1 = require("@serenity-js/core");
12
12
  * but rethrows any other errors.
13
13
  *
14
14
  * :::tip Use the factory method
15
- * Use the factory method [`Ensure.eventually`](https://serenity-js.org/api/assertions/class/Ensure/#eventually] to instantiate this interaction.
15
+ * Use the factory method [`Ensure.eventually`](https://serenity-js.org/api/assertions/class/Ensure/#eventually) to instantiate this interaction.
16
16
  * :::
17
17
  *
18
18
  * ## Basic usage with dynamic values
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/assertions",
3
- "version": "3.31.10",
3
+ "version": "3.31.12",
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.10",
51
+ "@serenity-js/core": "3.31.12",
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": "78dc222056887bbfbd5c4a560c757eb1bb496871"
64
+ "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
65
65
  }
@@ -31,7 +31,7 @@ import type { FileSystemLocation } from '@serenity-js/core/lib/io';
31
31
  * but rethrows any other errors.
32
32
  *
33
33
  * :::tip Use the factory method
34
- * Use the factory method [`Ensure.eventually`](https://serenity-js.org/api/assertions/class/Ensure/#eventually] to instantiate this interaction.
34
+ * Use the factory method [`Ensure.eventually`](https://serenity-js.org/api/assertions/class/Ensure/#eventually) to instantiate this interaction.
35
35
  * :::
36
36
  *
37
37
  * ## Basic usage with dynamic values