@jsenv/file-size-impact 14.3.17 → 14.3.19
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/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/file-size-impact",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.19",
|
|
4
4
|
"description": "Add files size impact into pull requests",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/jsenv/core",
|
|
9
|
-
"directory": "packages/independent/
|
|
9
|
+
"directory": "packages/independent/tooling/file-size-impact"
|
|
10
10
|
},
|
|
11
11
|
"engines": {
|
|
12
12
|
"node": ">=20.0.0"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@jsenv/dynamic-import-worker": "1.2.1",
|
|
37
|
-
"@jsenv/filesystem": "4.13.
|
|
38
|
-
"@jsenv/github-pull-request-impact": "1.8.
|
|
37
|
+
"@jsenv/filesystem": "4.13.5",
|
|
38
|
+
"@jsenv/github-pull-request-impact": "1.8.19",
|
|
39
39
|
"@jsenv/urls": "2.6.0",
|
|
40
40
|
"@jsenv/humanize": "1.2.8"
|
|
41
41
|
}
|
package/readme.md
CHANGED
|
@@ -99,7 +99,7 @@ _report_file_size_impact.mjs_
|
|
|
99
99
|
* This file is executed by file_size_impact.yml GitHub workflow.
|
|
100
100
|
* - it generates file size report before and after merging a pull request
|
|
101
101
|
* - Then, it creates or updates a comment in the pull request
|
|
102
|
-
* See https://github.com/jsenv/
|
|
102
|
+
* See https://github.com/jsenv/core/tree/main/packages/tooling/file-size-impact#how-it-works
|
|
103
103
|
*/
|
|
104
104
|
|
|
105
105
|
import {
|
|
@@ -105,7 +105,7 @@ export const reportFileSizeImpactInGitHubPullRequest = async ({
|
|
|
105
105
|
});
|
|
106
106
|
},
|
|
107
107
|
generatedByLink: {
|
|
108
|
-
url: "https://github.com/jsenv/core/tree/main/packages/independent/
|
|
108
|
+
url: "https://github.com/jsenv/core/tree/main/packages/independent/tooling/file-size-impact",
|
|
109
109
|
text: "@jsenv/file-size-impact",
|
|
110
110
|
},
|
|
111
111
|
runLink,
|