lighthouse-badges 1.4.4 → 1.4.5

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/README.md +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -37,9 +37,9 @@ optional arguments:
37
37
  -h, --help show this help message and exit
38
38
  -v, --version show program's version number and exit
39
39
  -s, --single-badge Output only one single badge averaging all lighthouse categories' scores
40
- -b {flat,flat-square,plastic,for-the-badge,social}, --badge-style {flat,flat-square,plastic,for-the-badge,social}
40
+ -b, --badge-style {flat,flat-square,plastic,for-the-badge,social}
41
41
  Define look and feel for the badge
42
- -o OUTPUT_PATH, --output-path OUTPUT_PATH
42
+ -o, --output-path OUTPUT_PATH
43
43
  Define output path for artifacts
44
44
  -r, --save-report Save lighthouse report as html for every supplied url
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse-badges",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "🚦Generate gh-badges (shields.io) based on Lighthouse performance.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -52,19 +52,19 @@
52
52
  "badge-maker": "^5.0.2",
53
53
  "chrome-launcher": "1.2.1",
54
54
  "clui": "^0.3.6",
55
- "lighthouse": "^13.0.3",
55
+ "lighthouse": "^13.1.0",
56
56
  "ramda": "^0.32.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@eslint/js": "^10.0.1",
60
- "@types/node": "^25.2.3",
61
- "@typescript-eslint/eslint-plugin": "^8.55.0",
62
- "@typescript-eslint/parser": "^8.55.0",
63
- "eslint": "^10.0.0",
64
- "globals": "^17.3.0",
60
+ "@types/node": "^25.5.2",
61
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
62
+ "@typescript-eslint/parser": "^8.58.0",
63
+ "eslint": "^10.2.0",
64
+ "globals": "^17.4.0",
65
65
  "husky": "^9.1.7",
66
- "lint-staged": "^16.2.7",
67
- "typescript": "^5.9.3"
66
+ "lint-staged": "^16.4.0",
67
+ "typescript": "^6.0.2"
68
68
  },
69
69
  "engines": {
70
70
  "bun": ">=1.0.0"