@jsenv/lighthouse-impact 2.1.7 → 2.1.8

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
@@ -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/lighthouse-impact#how-it-works
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.7",
3
+ "version": "2.1.8",
4
4
  "description": "Package description",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -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,