browsertime 24.0.0-alpha.1 → 24.0.0-alpha.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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -25,7 +25,7 @@
25
25
  ### Fixed
26
26
  * Updated to webdriver 4.28 [#2226](https://github.com/sitespeedio/browsertime/pull/2226).
27
27
  * Updated dev dependencies [#2228](https://github.com/sitespeedio/browsertime/pull/2228).
28
- * Fix so the check for gnirehtet always use --android.gnirehtet to fix problens setting it in sitespeed.io [#2229](https://github.com/sitespeedio/browsertime/pull/2229).
28
+ * Fix so the check for gnirehtet always use --android.gnirehtet to fix problems setting it in sitespeed.io [#2229](https://github.com/sitespeedio/browsertime/pull/2229).
29
29
  * Update to execa 9.5.2 [#2231](https://github.com/sitespeedio/browsertime/pull/2231).
30
30
  * Update to adbkit 3.3.8 [#2232](https://github.com/sitespeedio/browsertime/pull/2232).
31
31
  * Fix so you cannot use gnirehtet with webpagereplay [#2230](https://github.com/sitespeedio/browsertime/pull/2230).
@@ -33,7 +33,7 @@
33
33
 
34
34
  ## 23.4.5 - 2024-12-20
35
35
  ### Fixed
36
- * Change bottom margin from 10 to 14 pixel when recoring a video on mobile, se bug [#2224](https://github.com/sitespeedio/browsertime/issues/2224) and PR [#2225](https://github.com/sitespeedio/browsertime/pull/2225).
36
+ * Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug [#2224](https://github.com/sitespeedio/browsertime/issues/2224) and PR [#2225](https://github.com/sitespeedio/browsertime/pull/2225).
37
37
 
38
38
  ## 23.4.4 - 2024-12-18
39
39
  ### Fixed
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": "24.0.0-alpha.1",
4
+ "version": "24.0.0-alpha.2",
5
5
  "bin": "./bin/browsertime.js",
6
6
  "type": "module",
7
7
  "types": "./types/scripting.d.ts",
@@ -10,7 +10,7 @@
10
10
  "@sitespeed.io/chromedriver": "131.0.6778-69",
11
11
  "@sitespeed.io/edgedriver": "131.0.2903-112",
12
12
  "@sitespeed.io/geckodriver": "0.35.0-1",
13
- "@sitespeed.io/log": "0.1.0",
13
+ "@sitespeed.io/log": "0.2.3",
14
14
  "@sitespeed.io/throttle": "5.0.1",
15
15
  "@sitespeed.io/tracium": "0.3.3",
16
16
  "chrome-har": "1.0.1",