@serenity-js/rest 3.0.0-rc.41 → 3.0.0-rc.43

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,22 @@
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.0.0-rc.43](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.42...v3.0.0-rc.43) (2023-03-10)
7
+
8
+ **Note:** Version bump only for package @serenity-js/rest
9
+
10
+
11
+
12
+
13
+
14
+ # [3.0.0-rc.42](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.41...v3.0.0-rc.42) (2023-02-12)
15
+
16
+ **Note:** Version bump only for package @serenity-js/rest
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.0.0-rc.41](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.40...v3.0.0-rc.41) (2023-02-07)
7
23
 
8
24
 
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Serenity/JS
2
2
 
3
+ [![Follow Serenity/JS on LinkedIn](https://img.shields.io/badge/Follow-Serenity%2FJS%20-0077B5?logo=linkedin)](https://www.linkedin.com/company/serenity-js)
4
+ [![Watch Serenity/JS on YouTube](https://img.shields.io/badge/Watch-@serenity--js-E62117?logo=youtube)](https://www.youtube.com/@serenity-js)
5
+ [![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im)
6
+ [![Support Serenity/JS on GitHub](https://img.shields.io/badge/Support-@serenity--js-703EC8?logo=github)](https://matrix.to/#/#serenity-js:gitter.im)
7
+
3
8
  [Serenity/JS](https://serenity-js.org) is a framework designed to make acceptance and regression testing
4
9
  of modern full-stack applications faster, more collaborative and easier to scale.
5
10
 
@@ -10,7 +15,7 @@ and [API docs](https://serenity-js.org/modules/), and follow [@SerenityJS](https
10
15
 
11
16
  To learn more about Serenity/JS, check out the video below, read the [tutorial](https://serenity-js.org/handbook/thinking-in-serenity-js/index.html), review the [examples](https://github.com/serenity-js/serenity-js/tree/main/examples), and create your own test suite with [Serenity/JS template projects](https://github.com/serenity-js).
12
17
 
13
- If you have any questions, join us on [Serenity/JS Community Chat](https://gitter.im/serenity-js/Lobby).
18
+ If you have any questions, join us on the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im).
14
19
 
15
20
  [![Full-Stack Acceptance Testing with Serenity/JS and the Screenplay Pattern](https://img.youtube.com/vi/djPMf-n93Rw/0.jpg)](https://www.youtube.com/watch?v=djPMf-n93Rw)
16
21
 
@@ -82,7 +82,7 @@ import { Answerable, Interaction } from '@serenity-js/core';
82
82
  * )
83
83
  * ```
84
84
  *
85
- * @group Interactions
85
+ * @group Activities
86
86
  */
87
87
  export declare class ChangeApiConfig {
88
88
  /**
@@ -87,7 +87,7 @@ const abilities_1 = require("../abilities");
87
87
  * )
88
88
  * ```
89
89
  *
90
- * @group Interactions
90
+ * @group Activities
91
91
  */
92
92
  class ChangeApiConfig {
93
93
  /**
@@ -20,7 +20,7 @@ import { AxiosRequestConfig } from 'axios';
20
20
  * )
21
21
  * ```
22
22
  *
23
- * @group Interactions
23
+ * @group Activities
24
24
  */
25
25
  export declare class Send extends Interaction {
26
26
  private readonly request;
@@ -25,7 +25,7 @@ const abilities_1 = require("../abilities");
25
25
  * )
26
26
  * ```
27
27
  *
28
- * @group Interactions
28
+ * @group Activities
29
29
  */
30
30
  class Send extends core_1.Interaction {
31
31
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/rest",
3
- "version": "3.0.0-rc.41",
3
+ "version": "3.0.0-rc.43",
4
4
  "description": "Test REST APIs with Serenity/JS",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -45,19 +45,19 @@
45
45
  "npm": "^6 || ^7 || ^8"
46
46
  },
47
47
  "dependencies": {
48
- "@serenity-js/core": "3.0.0-rc.41",
48
+ "@serenity-js/core": "3.0.0-rc.43",
49
49
  "axios": "^1.2.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@integration/testing-tools": "3.0.0",
53
- "@serenity-js/assertions": "3.0.0-rc.41",
53
+ "@serenity-js/assertions": "3.0.0-rc.43",
54
54
  "@types/chai": "^4.3.4",
55
55
  "@types/mocha": "^10.0.1",
56
56
  "axios-mock-adapter": "^1.21.2",
57
57
  "mocha": "^10.2.0",
58
58
  "nyc": "15.1.0",
59
59
  "ts-node": "^10.9.1",
60
- "typescript": "^4.9.4"
60
+ "typescript": "^4.9.5"
61
61
  },
62
- "gitHead": "e74f8f4989f18fe37edde3f8500b2084289d385b"
62
+ "gitHead": "683d2fc1fd69444369b666d4318da95f8a5951fc"
63
63
  }
@@ -86,7 +86,7 @@ import { CallAnApi } from '../abilities';
86
86
  * )
87
87
  * ```
88
88
  *
89
- * @group Interactions
89
+ * @group Activities
90
90
  */
91
91
  export class ChangeApiConfig {
92
92
 
@@ -24,7 +24,7 @@ import { CallAnApi } from '../abilities';
24
24
  * )
25
25
  * ```
26
26
  *
27
- * @group Interactions
27
+ * @group Activities
28
28
  */
29
29
  export class Send extends Interaction {
30
30