sitespeed.io 34.8.1 → 34.8.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 34.8.2 - 2024-07-29
4
+ ### Fixed
5
+ * WebPageReplay: Fix for reading configuration. Reading a saved configuration didn't handle camel case correctly, creating arrays for single values [#4242](https://github.com/sitespeedio/sitespeed.io/pull/4242).
6
+
3
7
  ## 34.8.1 - 2024-07-27
4
8
  ### Fixed
5
9
  * Add missing slug for influxdb, thank you [pavel bairov](https://github.com/Amerousful) for PR [#4240](https://github.com/sitespeedio/sitespeed.io/pull/4240).
@@ -24,6 +24,7 @@ let config;
24
24
 
25
25
  try {
26
26
  config = configPath ? JSON.parse(readFileSync(configPath)) : {};
27
+
27
28
  } catch (e) {
28
29
  if (e instanceof SyntaxError) {
29
30
  /* eslint no-console: off */
@@ -150,6 +151,7 @@ async function runBrowsertime() {
150
151
  ' to increase the level of detail.',
151
152
  type: 'count'
152
153
  })
154
+ .parserConfiguration({ 'camel-case-expansion': false, 'deep-merge-config': true })
153
155
  .config(config);
154
156
 
155
157
  const defaultConfig = {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "34.8.1",
3
+ "version": "34.8.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "34.8.1",
9
+ "version": "34.8.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "3.609.0",
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "sitespeed.io": "./bin/sitespeed.js",
6
6
  "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
7
7
  },
8
- "version": "34.8.1",
8
+ "version": "34.8.2",
9
9
  "description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.",
10
10
  "keywords": [
11
11
  "performance",