@jsenv/lighthouse-impact 2.1.6 → 2.1.9
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 +2 -2
- package/src/reportLighthouseImpact.js +1 -1
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ _report_lighthouse_impact.mjs_
|
|
|
115
115
|
* This file is executed by lighthouse_impact.yml GitHub workflow.
|
|
116
116
|
* - it generates lighthouse report before and after merging a pull request
|
|
117
117
|
* - Then, it creates or updates a comment in the pull request
|
|
118
|
-
* See https://github.com/jsenv/
|
|
118
|
+
* See https://github.com/jsenv/workflow/tree/main/packages/jsenv-performance-impact
|
|
119
119
|
*/
|
|
120
120
|
|
|
121
121
|
import {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/lighthouse-impact",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"description": "Package description",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@jsenv/abort": "4.1.2",
|
|
45
45
|
"@jsenv/dynamic-import-worker": "1.0.1",
|
|
46
46
|
"@jsenv/filesystem": "2.7.1",
|
|
47
|
-
"@jsenv/github-pull-request-impact": "1.6.
|
|
47
|
+
"@jsenv/github-pull-request-impact": "1.6.10",
|
|
48
48
|
"@jsenv/logger": "4.0.1",
|
|
49
49
|
"chrome-launcher": "0.15.0",
|
|
50
50
|
"lighthouse": "9.2.0"
|
|
@@ -111,7 +111,7 @@ export const reportLighthouseImpact = async ({
|
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
generatedByLink: {
|
|
114
|
-
url: "https://github.com/jsenv/lighthouse-impact",
|
|
114
|
+
url: "https://github.com/jsenv/workflow/tree/main/packages/jsenv-lighthouse-impact",
|
|
115
115
|
text: "@jsenv/lighthouse-impact",
|
|
116
116
|
},
|
|
117
117
|
runLink,
|