browsertime 16.11.1 → 16.11.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 +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 16.11.2 - 2022-07-05
|
|
4
|
+
### Fixed
|
|
5
|
+
* Updated Geckodriver install, it will autoamtically pickup Geckodriver in the path for Raspberry Pis.
|
|
3
6
|
## 16.11.1 - 2022-06-29
|
|
4
7
|
### Fixed
|
|
5
8
|
* Fixed `--preWarmServer` so it works with `--headless`, Docker and specific Android or iOS device [#1815](https://github.com/sitespeedio/browsertime/pull/1815).
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Browsertime",
|
|
3
|
-
"version": "16.11.
|
|
3
|
+
"version": "16.11.2",
|
|
4
4
|
"bin": "./bin/browsertime.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@cypress/xvfb": "1.2.4",
|
|
7
7
|
"@devicefarmer/adbkit": "2.11.3",
|
|
8
8
|
"@sitespeed.io/chromedriver": "103.0.5060-24",
|
|
9
9
|
"@sitespeed.io/edgedriver": "103.0.1264-37",
|
|
10
|
-
"@sitespeed.io/geckodriver": "0.31.0",
|
|
10
|
+
"@sitespeed.io/geckodriver": "0.31.0-b",
|
|
11
11
|
"@sitespeed.io/throttle": "4.0.1",
|
|
12
12
|
"@sitespeed.io/tracium": "0.3.3",
|
|
13
13
|
"btoa": "1.2.1",
|