browsertime 26.3.0 → 26.3.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.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
- package/types/support/filters.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 26.3.1 - 2026-01-11
|
|
4
|
+
### Fixed
|
|
5
|
+
* Reverting back to bidi-har 0.0.18. There where error/failures either in bidi har or in combination with browsertime in the latest release [#2360](https://github.com/sitespeedio/browsertime/pull/2360)
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
## 26.3.0 - 2026-01-09
|
|
4
9
|
|
|
5
10
|
### Added
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browsertime",
|
|
3
3
|
"description": "Get performance metrics from your web page using Browsertime.",
|
|
4
|
-
"version": "26.3.
|
|
4
|
+
"version": "26.3.1",
|
|
5
5
|
"bin": "./bin/browsertime.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./types/scripting.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"chrome-remote-interface": "0.33.3",
|
|
18
18
|
"execa": "9.6.0",
|
|
19
19
|
"fast-stats": "0.0.7",
|
|
20
|
-
"ff-test-bidi-har-export": "0.0.
|
|
20
|
+
"ff-test-bidi-har-export": "0.0.18",
|
|
21
21
|
"lodash.merge": "4.6.2",
|
|
22
22
|
"selenium-webdriver": "4.39.0",
|
|
23
23
|
"yargs": "18.0.0"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../lib/support/filters.js"],"names":[],"mappings":"AAKA;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../lib/support/filters.js"],"names":[],"mappings":"AAKA;;GAEG;AACH,oDACS,aAAQ,aAChB;AACD,2DAGC;AACD,iEAGC"}
|