@serenity-js/protractor 3.37.0 → 3.37.2
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 +22 -0
- package/README.md +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.37.2](https://github.com/serenity-js/serenity-js/compare/v3.37.1...v3.37.2) (2026-01-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency body-parser to v2.2.2 ([05f2a84](https://github.com/serenity-js/serenity-js/commit/05f2a843d2bf24b3a0afda7a0567500c60129acb))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.37.1](https://github.com/serenity-js/serenity-js/compare/v3.37.0...v3.37.1) (2025-12-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **deps:** update dependency express to v5.2.1 ([485fb4c](https://github.com/serenity-js/serenity-js/commit/485fb4c90fcfd6cc80be9e03f6f7debf0698e278))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [3.37.0](https://github.com/serenity-js/serenity-js/compare/v3.36.2...v3.37.0) (2025-12-02)
|
|
7
29
|
|
|
8
30
|
|
package/README.md
CHANGED
|
@@ -178,4 +178,4 @@ and priority help in the [Discussions Forum](https://github.com/orgs/serenity-js
|
|
|
178
178
|
|
|
179
179
|
For corporate sponsorship or commercial support, please contact [Jan Molak](https://www.linkedin.com/in/janmolak/).
|
|
180
180
|
|
|
181
|
-
[](https://github.com/sponsors/serenity-js)
|
|
181
|
+
[](https://github.com/sponsors/serenity-js)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/protractor",
|
|
3
|
-
"version": "3.37.
|
|
3
|
+
"version": "3.37.2",
|
|
4
4
|
"description": "Adapter that integrates @serenity-js/web with Protractor, enabling Serenity/JS reporting and using the Screenplay Pattern to write end-to-end test scenarios",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"node": "^20 || ^22 || ^24"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@serenity-js/core": "3.37.
|
|
62
|
-
"@serenity-js/rest": "3.37.
|
|
63
|
-
"@serenity-js/web": "3.37.
|
|
61
|
+
"@serenity-js/core": "3.37.2",
|
|
62
|
+
"@serenity-js/rest": "3.37.2",
|
|
63
|
+
"@serenity-js/web": "3.37.2",
|
|
64
64
|
"deepmerge": "4.3.1",
|
|
65
65
|
"query-selector-shadow-dom": "1.0.1",
|
|
66
66
|
"tiny-types": "1.24.3"
|
|
@@ -85,21 +85,21 @@
|
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@integration/testing-tools": "3.0.0",
|
|
88
|
-
"@serenity-js/assertions": "3.37.
|
|
89
|
-
"@serenity-js/cucumber": "3.37.
|
|
90
|
-
"@serenity-js/jasmine": "3.37.
|
|
91
|
-
"@serenity-js/local-server": "3.37.
|
|
92
|
-
"@serenity-js/mocha": "3.37.
|
|
88
|
+
"@serenity-js/assertions": "3.37.2",
|
|
89
|
+
"@serenity-js/cucumber": "3.37.2",
|
|
90
|
+
"@serenity-js/jasmine": "3.37.2",
|
|
91
|
+
"@serenity-js/local-server": "3.37.2",
|
|
92
|
+
"@serenity-js/mocha": "3.37.2",
|
|
93
93
|
"@serenity-js/web": "workspace:*",
|
|
94
94
|
"@types/chai": "4.3.20",
|
|
95
95
|
"@types/express": "5.0.6",
|
|
96
96
|
"@types/html-minifier": "4.0.6",
|
|
97
97
|
"@types/mocha": "10.0.10",
|
|
98
98
|
"axios": "1.13.2",
|
|
99
|
-
"body-parser": "2.2.
|
|
99
|
+
"body-parser": "2.2.2",
|
|
100
100
|
"c8": "10.1.3",
|
|
101
101
|
"cross-env": "10.1.0",
|
|
102
|
-
"express": "5.2.
|
|
102
|
+
"express": "5.2.1",
|
|
103
103
|
"html-minifier": "4.0.0",
|
|
104
104
|
"mocha": "11.7.5",
|
|
105
105
|
"mocha-multi": "1.1.7",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"ts-node": "10.9.2",
|
|
109
109
|
"typescript": "5.9.3"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "5544cfdbfd7f3c4d3bb4e492b5d2f233eb5e3a79"
|
|
112
112
|
}
|