@bundle-stats/cli-utils 4.19.1 → 4.20.1-alpha.0
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 +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ CLI to generate bundle stats report.
|
|
|
42
42
|
|
|
43
43
|
[](https://www.npmjs.com/package/bundle-stats-webpack-plugin) [](https://www.npmjs.com/package/bundle-stats-webpack-plugin)
|
|
44
44
|
|
|
45
|
-
Webpack plugin to generate bundle stats report.
|
|
45
|
+
Webpack plugin to generate bundle stats report for webpack/rspack.
|
|
46
46
|
|
|
47
47
|
### [`gatsby-plugin-bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/gatsby-plugin)
|
|
48
48
|
|
|
@@ -61,4 +61,4 @@ Webpack plugin to generate bundle stats report.
|
|
|
61
61
|
|
|
62
62
|
[](https://www.npmjs.com/package/rollup-plugin-bundle-stats) [](https://www.npmjs.com/package/rollup-plugin-bundle-stats)
|
|
63
63
|
|
|
64
|
-
Rollup plugin to generate bundle stats report.
|
|
64
|
+
Rollup plugin to generate bundle stats report for vite/rolldown/rollup.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bundle-stats/cli-utils",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.20.1-alpha.0",
|
|
4
4
|
"description": "BundleStats CLI utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-esm/index.js",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bundle-stats/html-templates": "
|
|
41
|
-
"@bundle-stats/plugin-webpack-filter": "
|
|
42
|
-
"@bundle-stats/utils": "
|
|
40
|
+
"@bundle-stats/html-templates": "4.20.1-alpha.0",
|
|
41
|
+
"@bundle-stats/plugin-webpack-filter": "4.20.1-alpha.0",
|
|
42
|
+
"@bundle-stats/utils": "4.20.1-alpha.0",
|
|
43
43
|
"find-cache-dir": "^3.1.0",
|
|
44
44
|
"lodash": "^4.17.21",
|
|
45
45
|
"stream-chain": "^3.0.1",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"jest-cli": "29.7.0",
|
|
55
55
|
"memfs": "4.17.0",
|
|
56
56
|
"rimraf": "6.0.1",
|
|
57
|
-
"ts-jest": "29.2
|
|
58
|
-
"typescript": "5.8.
|
|
57
|
+
"ts-jest": "29.3.2",
|
|
58
|
+
"typescript": "5.8.3"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "636ef21360699cd8a3cf892e92425a0e2ae0f28c"
|
|
61
61
|
}
|