lighthouse-badges 1.4.1 → 1.4.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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -92,7 +92,7 @@ bunx lighthouse-badges --url https://www.youtube.com/ -o test_results
|
|
|
92
92
|
|
|
93
93
|
#### Option 3: Docker
|
|
94
94
|
```bash
|
|
95
|
-
#
|
|
95
|
+
# May alter lighthouse results due to performance differences compared to running directly on host
|
|
96
96
|
docker run --rm \
|
|
97
97
|
-v $PWD/test_results:/home/chrome/reports \
|
|
98
98
|
emazzotta/lighthouse-badges \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse-badges",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "🚦Generate gh-badges (shields.io) based on Lighthouse performance.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@eslint/js": "^9.39.2",
|
|
60
|
-
"@types/node": "^25.0.
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^8.53.
|
|
62
|
-
"@typescript-eslint/parser": "^8.53.
|
|
60
|
+
"@types/node": "^25.0.10",
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^8.53.1",
|
|
62
|
+
"@typescript-eslint/parser": "^8.53.1",
|
|
63
63
|
"eslint": "^9.39.2",
|
|
64
|
-
"globals": "^17.
|
|
64
|
+
"globals": "^17.1.0",
|
|
65
65
|
"husky": "^9.1.7",
|
|
66
66
|
"lint-staged": "^16.2.7",
|
|
67
67
|
"typescript": "^5.9.3"
|