@jsenv/lighthouse-impact 4.2.20 → 4.2.21

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
@@ -140,7 +140,7 @@ _report_lighthouse_impact.mjs_
140
140
  * This file is executed by lighthouse_impact.yml GitHub workflow.
141
141
  * - it generates lighthouse report before and after merging a pull request
142
142
  * - Then, it creates or updates a comment in the pull request
143
- * See https://github.com/jsenv/workflow/tree/main/packages/performance-impact
143
+ * See https://github.com/jsenv/core/tree/main/packages/tooling/performance-impact
144
144
  */
145
145
 
146
146
  import {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jsenv/lighthouse-impact",
3
- "version": "4.2.20",
3
+ "version": "4.2.21",
4
4
  "description": "Package description",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/jsenv/core",
9
- "directory": "packages/independent/workflow/lighthouse-impact"
9
+ "directory": "packages/independent/tooling/lighthouse-impact"
10
10
  },
11
11
  "engines": {
12
12
  "node": ">=20.0.0"
@@ -31,8 +31,8 @@
31
31
  "dependencies": {
32
32
  "@jsenv/abort": "4.3.0",
33
33
  "@jsenv/dynamic-import-worker": "1.2.1",
34
- "@jsenv/filesystem": "4.13.4",
35
- "@jsenv/github-pull-request-impact": "1.8.18",
34
+ "@jsenv/filesystem": "4.13.5",
35
+ "@jsenv/github-pull-request-impact": "1.8.19",
36
36
  "@jsenv/humanize": "1.2.8",
37
37
  "lighthouse": "12.3.0"
38
38
  }
@@ -107,7 +107,7 @@ export const reportLighthouseImpactInGithubPullRequest = async ({
107
107
  };
108
108
  },
109
109
  generatedByLink: {
110
- url: "https://github.com/jsenv/core/tree/main/packages/independent/workflow/lighthouse-impact",
110
+ url: "https://github.com/jsenv/core/tree/main/packages/independent/tooling/lighthouse-impact",
111
111
  text: "@jsenv/lighthouse-impact",
112
112
  },
113
113
  runLink,