@serenity-js/webdriverio 3.10.0 → 3.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +15 -15
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.10.1](https://github.com/serenity-js/serenity-js/compare/v3.10.0...v3.10.1) (2023-09-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** use module: es2020 instead of Node16 to avoid issue nrwl/nx[#18801](https://github.com/serenity-js/serenity-js/issues/18801) ([935e655](https://github.com/serenity-js/serenity-js/commit/935e655a9a707ed8c97797e8b1bfab4e806c984c))
12
+ * **webdriverio:** use Node16 module loader ([105be09](https://github.com/serenity-js/serenity-js/commit/105be094af2050e6ec3ae4dbb9768b8d372a5cef))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.10.0](https://github.com/serenity-js/serenity-js/compare/v3.9.1...v3.10.0) (2023-08-23)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/webdriverio",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "Serenity/JS reporter and Screenplay Pattern library for WebdriverIO",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -64,9 +64,9 @@
64
64
  "node": "^16.13 || ^18.12 || ^20"
65
65
  },
66
66
  "dependencies": {
67
- "@serenity-js/core": "3.10.0",
68
- "@serenity-js/web": "3.10.0",
69
- "@wdio/reporter": "8.15.6",
67
+ "@serenity-js/core": "3.10.1",
68
+ "@serenity-js/web": "3.10.1",
69
+ "@wdio/reporter": "8.15.10",
70
70
  "deepmerge": "^4.3.1",
71
71
  "tiny-types": "^1.20.0"
72
72
  },
@@ -74,8 +74,8 @@
74
74
  "@serenity-js/cucumber": "^3.0.0",
75
75
  "@serenity-js/jasmine": "^3.0.0",
76
76
  "@serenity-js/mocha": "^3.0.0",
77
- "@wdio/cli": "^8.15.6",
78
- "webdriverio": "^8.15.6"
77
+ "@wdio/cli": "^8.15.10",
78
+ "webdriverio": "^8.15.10"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "@serenity-js/cucumber": {
@@ -91,13 +91,13 @@
91
91
  "devDependencies": {
92
92
  "@integration/testing-tools": "3.0.0",
93
93
  "@types/mocha": "^10.0.1",
94
- "@wdio/cli": "8.15.6",
95
- "@wdio/devtools-service": "8.15.6",
96
- "@wdio/dot-reporter": "8.15.6",
97
- "@wdio/local-runner": "8.15.6",
98
- "@wdio/spec-reporter": "8.15.6",
99
- "@wdio/types": "8.15.0",
100
- "axios": "^1.4.0",
94
+ "@wdio/cli": "8.15.10",
95
+ "@wdio/devtools-service": "8.15.10",
96
+ "@wdio/dot-reporter": "8.15.10",
97
+ "@wdio/local-runner": "8.15.10",
98
+ "@wdio/spec-reporter": "8.15.10",
99
+ "@wdio/types": "8.15.10",
100
+ "axios": "^1.5.0",
101
101
  "c8": "8.0.1",
102
102
  "cross-env": "^7.0.3",
103
103
  "mocha": "^10.2.0",
@@ -105,7 +105,7 @@
105
105
  "mocha-testdata": "^1.2.0",
106
106
  "puppeteer-core": "^20.9.0",
107
107
  "start-server-and-test": "^2.0.0",
108
- "webdriverio": "8.15.6"
108
+ "webdriverio": "8.15.10"
109
109
  },
110
- "gitHead": "06ae5d8a702be0be2890e989c120715c32f6578a"
110
+ "gitHead": "7ab90f30b17ed745cad713363a27edfd7cdce08a"
111
111
  }