lighthouse-badges 1.2.6 → 1.2.7

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/README.md CHANGED
@@ -80,6 +80,8 @@ EOF
80
80
  lighthouse-badges --urls https://www.youtube.com/
81
81
  ```
82
82
 
83
+ See [here](https://github.com/GoogleChrome/lighthouse/blob/main/docs/configuration.md) for more configuration examples in the official lighthouse docs.
84
+
83
85
  ### Run
84
86
 
85
87
  node >= 16 is required.
package/dist/README.md CHANGED
@@ -80,6 +80,8 @@ EOF
80
80
  lighthouse-badges --urls https://www.youtube.com/
81
81
  ```
82
82
 
83
+ See [here](https://github.com/GoogleChrome/lighthouse/blob/main/docs/configuration.md) for more configuration examples in the official lighthouse docs.
84
+
83
85
  ### Run
84
86
 
85
87
  node >= 16 is required.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse-badges",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "🚦Generate gh-badges (shields.io) based on Lighthouse performance.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -51,15 +51,15 @@
51
51
  "badge-maker": "^3.3.1",
52
52
  "chrome-launcher": "^0.15.1",
53
53
  "clui": "^0.3.6",
54
- "lighthouse": "^10.0.2",
54
+ "lighthouse": "^10.1.0",
55
55
  "ramda": "^0.28.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/cli": "^7.21.0",
59
- "@babel/core": "^7.21.0",
59
+ "@babel/core": "^7.21.3",
60
60
  "@babel/plugin-transform-runtime": "^7.21.0",
61
61
  "@babel/preset-env": "^7.20.2",
62
- "@types/jest": "^29.4.0",
62
+ "@types/jest": "^29.5.0",
63
63
  "eslint": "^8.36.0",
64
64
  "eslint-config-airbnb-base": "^15.0.0",
65
65
  "eslint-plugin-import": "^2.27.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse-badges",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "🚦Generate gh-badges (shields.io) based on Lighthouse performance.",
5
5
  "main": "dist/src/index.js",
6
6
  "bin": {
@@ -51,15 +51,15 @@
51
51
  "badge-maker": "^3.3.1",
52
52
  "chrome-launcher": "^0.15.1",
53
53
  "clui": "^0.3.6",
54
- "lighthouse": "^10.0.2",
54
+ "lighthouse": "^10.1.0",
55
55
  "ramda": "^0.28.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/cli": "^7.21.0",
59
- "@babel/core": "^7.21.0",
59
+ "@babel/core": "^7.21.3",
60
60
  "@babel/plugin-transform-runtime": "^7.21.0",
61
61
  "@babel/preset-env": "^7.20.2",
62
- "@types/jest": "^29.4.0",
62
+ "@types/jest": "^29.5.0",
63
63
  "eslint": "^8.36.0",
64
64
  "eslint-config-airbnb-base": "^15.0.0",
65
65
  "eslint-plugin-import": "^2.27.5",