browsertime 17.10.2 → 17.11.0
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 +8 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 17.11.2 - 2022-06-01
|
|
4
|
+
### Fixed
|
|
5
|
+
* Fixed broken Docker auto build that skipped adding Docker manifest file.
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
* Use Chrome ane Chromedriver 114.
|
|
9
|
+
|
|
3
10
|
## 17.10.2 - 2022-05-26
|
|
4
11
|
### Fixed
|
|
5
|
-
* Fix for--host-resolver-rules, thank you [Mikhail](https://github.com/atuchin-m) for PR [#1953](https://github.com/sitespeedio/browsertime/pull/1953).
|
|
12
|
+
* Fix for --host-resolver-rules, thank you [Mikhail](https://github.com/atuchin-m) for PR [#1953](https://github.com/sitespeedio/browsertime/pull/1953).
|
|
6
13
|
|
|
7
14
|
## 17.10.1 - 2022-05-19
|
|
8
15
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browsertime",
|
|
3
3
|
"description": "Get performance metrics from your web page using Browsertime.",
|
|
4
|
-
"version": "17.
|
|
4
|
+
"version": "17.11.0",
|
|
5
5
|
"bin": "./bin/browsertime.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@cypress/xvfb": "1.2.4",
|
|
9
9
|
"@devicefarmer/adbkit": "2.11.3",
|
|
10
|
-
"@sitespeed.io/chromedriver": "
|
|
11
|
-
"@sitespeed.io/edgedriver": "113.0.1774-
|
|
10
|
+
"@sitespeed.io/chromedriver": "114.0.5735-90",
|
|
11
|
+
"@sitespeed.io/edgedriver": "113.0.1774-9b",
|
|
12
12
|
"@sitespeed.io/geckodriver": "0.33.0",
|
|
13
13
|
"@sitespeed.io/throttle": "5.0.0",
|
|
14
14
|
"@sitespeed.io/tracium": "0.3.3",
|