@serenity-js/webdriverio 3.23.0 → 3.23.1
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 +12 -0
- package/package.json +6 -6
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.23.1](https://github.com/serenity-js/serenity-js/compare/v3.23.0...v3.23.1) (2024-05-20)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency axios to v1.7.0 ([7baf7c3](https://github.com/serenity-js/serenity-js/commit/7baf7c340f63ab7a7cf661be3a3835087e168c80))
|
|
12
|
+
* **rest:** upgraded Axios to 1.7.1 ([83566b7](https://github.com/serenity-js/serenity-js/commit/83566b73f3ccd4f0db222c841a95fc2f428759b8))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.23.0](https://github.com/serenity-js/serenity-js/compare/v3.22.4...v3.23.0) (2024-05-12)
|
|
7
19
|
|
|
8
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/webdriverio",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.1",
|
|
4
4
|
"description": "Serenity/JS reporter and Screenplay Pattern library for WebdriverIO",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"node": "^16.13 || ^18.12 || ^20"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@serenity-js/core": "3.23.
|
|
69
|
-
"@serenity-js/rest": "3.23.
|
|
70
|
-
"@serenity-js/web": "3.23.
|
|
68
|
+
"@serenity-js/core": "3.23.1",
|
|
69
|
+
"@serenity-js/rest": "3.23.1",
|
|
70
|
+
"@serenity-js/web": "3.23.1",
|
|
71
71
|
"@wdio/reporter": "8.36.1",
|
|
72
72
|
"deepmerge": "4.3.1",
|
|
73
73
|
"tiny-types": "1.22.0"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@wdio/local-runner": "8.36.1",
|
|
100
100
|
"@wdio/spec-reporter": "8.36.1",
|
|
101
101
|
"@wdio/types": "8.36.1",
|
|
102
|
-
"axios": "1.
|
|
102
|
+
"axios": "1.7.1",
|
|
103
103
|
"c8": "9.1.0",
|
|
104
104
|
"cross-env": "7.0.3",
|
|
105
105
|
"mocha": "10.4.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"start-server-and-test": "2.0.3",
|
|
110
110
|
"webdriverio": "8.36.1"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "6bb08ce04a5590660704eed74334396ccca42a33"
|
|
113
113
|
}
|