browsertime 23.1.0 → 23.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
+ ## 23.1.2 - 2024-10-11
4
+ ### Fixed
5
+ * Updated Chrome HAR to 1.0.1 [#2191](https://github.com/sitespeedio/browsertime/pull/2191).
6
+
7
+ ## 23.1.1 - 2024-10-08
8
+ ### Fixed
9
+ * Updated to har export 0.0.16 for Firefox that fixes the HAR timing problem in [#2189](https://github.com/sitespeedio/browsertime/issues/2189) [#2190](https://github.com/sitespeedio/browsertime/pull/2190).
10
+
3
11
  ## 23.1.0 - 2024-10-08
4
12
  ### Added
5
13
  * Log if you use a profile template for Firefox [#2186](https://github.com/sitespeedio/browsertime/pull/2186).
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": "23.1.0",
4
+ "version": "23.1.2",
5
5
  "bin": "./bin/browsertime.js",
6
6
  "type": "module",
7
7
  "types": "./types/scripting.d.ts",
@@ -14,12 +14,12 @@
14
14
  "@sitespeed.io/throttle": "5.0.1",
15
15
  "@sitespeed.io/tracium": "0.3.3",
16
16
  "btoa": "1.2.1",
17
- "chrome-har": "1.0.0",
17
+ "chrome-har": "1.0.1",
18
18
  "chrome-remote-interface": "0.33.2",
19
19
  "dayjs": "1.11.13",
20
20
  "execa": "9.3.1",
21
21
  "fast-stats": "0.0.7",
22
- "ff-test-bidi-har-export": "0.0.15",
22
+ "ff-test-bidi-har-export": "0.0.16",
23
23
  "find-up": "7.0.0",
24
24
  "get-port": "7.1.0",
25
25
  "hasbin": "1.2.3",