@serenity-js/web 3.10.3 → 3.10.4

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.10.4](https://github.com/serenity-js/serenity-js/compare/v3.10.3...v3.10.4) (2023-09-22)
7
+
8
+ **Note:** Version bump only for package @serenity-js/web
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.10.3](https://github.com/serenity-js/serenity-js/compare/v3.10.2...v3.10.3) (2023-09-15)
7
15
 
8
16
  **Note:** Version bump only for package @serenity-js/web
@@ -51,7 +51,7 @@ import * as strategies from './strategies';
51
51
  * #### Learn more
52
52
  * - {@apilink SerenityOptions}
53
53
  *
54
- * ## Using `Photographer` with WebdriverIO
54
+ * ## Using Photographer with WebdriverIO
55
55
  *
56
56
  * ```ts
57
57
  * // wdio.conf.ts
@@ -87,7 +87,7 @@ import * as strategies from './strategies';
87
87
  * }
88
88
  * ```
89
89
  *
90
- * ## Using `Photographer` with Protractor
90
+ * ## Using Photographer with Protractor
91
91
  *
92
92
  * ```ts
93
93
  * // protractor.conf.js
@@ -77,7 +77,7 @@ const strategies = __importStar(require("./strategies"));
77
77
  * #### Learn more
78
78
  * - {@apilink SerenityOptions}
79
79
  *
80
- * ## Using `Photographer` with WebdriverIO
80
+ * ## Using Photographer with WebdriverIO
81
81
  *
82
82
  * ```ts
83
83
  * // wdio.conf.ts
@@ -113,7 +113,7 @@ const strategies = __importStar(require("./strategies"));
113
113
  * }
114
114
  * ```
115
115
  *
116
- * ## Using `Photographer` with Protractor
116
+ * ## Using Photographer with Protractor
117
117
  *
118
118
  * ```ts
119
119
  * // protractor.conf.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/web",
3
- "version": "3.10.3",
3
+ "version": "3.10.4",
4
4
  "description": "Serenity/JS Screenplay Pattern APIs for the Web",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -44,8 +44,8 @@
44
44
  "node": "^16.13 || ^18.12 || ^20"
45
45
  },
46
46
  "dependencies": {
47
- "@serenity-js/assertions": "3.10.3",
48
- "@serenity-js/core": "3.10.3",
47
+ "@serenity-js/assertions": "3.10.4",
48
+ "@serenity-js/core": "3.10.4",
49
49
  "tiny-types": "^1.20.0"
50
50
  },
51
51
  "devDependencies": {
@@ -58,5 +58,5 @@
58
58
  "ts-node": "^10.9.1",
59
59
  "typescript": "5.1.6"
60
60
  },
61
- "gitHead": "064edb63e8d4dee447feaab63cf61cbcf6414fdf"
61
+ "gitHead": "28f12bd6029a9a6c1d8e492486138bf0c83916cd"
62
62
  }
@@ -55,7 +55,7 @@ import * as strategies from './strategies';
55
55
  * #### Learn more
56
56
  * - {@apilink SerenityOptions}
57
57
  *
58
- * ## Using `Photographer` with WebdriverIO
58
+ * ## Using Photographer with WebdriverIO
59
59
  *
60
60
  * ```ts
61
61
  * // wdio.conf.ts
@@ -91,7 +91,7 @@ import * as strategies from './strategies';
91
91
  * }
92
92
  * ```
93
93
  *
94
- * ## Using `Photographer` with Protractor
94
+ * ## Using Photographer with Protractor
95
95
  *
96
96
  * ```ts
97
97
  * // protractor.conf.js