bundle-stats 4.21.4-alpha.3 → 4.21.4
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 +4 -4
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -206,15 +206,15 @@ The option can be disabled using `--no-compare` option.
|
|
|
206
206
|
|
|
207
207
|
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats-cli)
|
|
208
208
|
|
|
209
|
-
####
|
|
209
|
+
#### Automated bundle analysis, reviews and monitoring - Quickly identify and fix bundle regressions before shipping to production.
|
|
210
210
|
|
|
211
211
|
- :crystal_ball: In-depth bundle stats analysis for every build
|
|
212
212
|
- :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations
|
|
213
|
-
- :bell: [
|
|
214
|
-
- :wrench: Support for **webpack**
|
|
213
|
+
- :bell: Quick feedback with [rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=bundle-stats-cli), [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-cli), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-cli), or [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-cli)
|
|
214
|
+
- :wrench: Support for **webpack**, **vite**, **rspack**, **rollup**, **rolldown**
|
|
215
215
|
- :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI)
|
|
216
216
|
- :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos
|
|
217
|
-
- :two_hearts: **Always free** for **Open Source**
|
|
217
|
+
- :two_hearts: [**Always free** for **Open Source**](https://relative-ci.com/open-source?utm_medium=bundle-stats-cli)
|
|
218
218
|
|
|
219
219
|
[:rocket: Get started](https://relative-ci.com?utm_medium=bundle-stats-cli)
|
|
220
220
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bundle-stats",
|
|
3
|
-
"version": "4.21.4
|
|
3
|
+
"version": "4.21.4",
|
|
4
4
|
"description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
|
|
5
5
|
"bin": {
|
|
6
6
|
"bundle-stats": "bin/index.js"
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@bundle-stats/cli-utils": "4.21.4
|
|
55
|
-
"@bundle-stats/plugin-webpack-filter": "4.21.4
|
|
56
|
-
"@bundle-stats/plugin-webpack-validate": "4.21.4
|
|
57
|
-
"@bundle-stats/utils": "4.21.4
|
|
54
|
+
"@bundle-stats/cli-utils": "^4.21.4",
|
|
55
|
+
"@bundle-stats/plugin-webpack-filter": "^4.21.4",
|
|
56
|
+
"@bundle-stats/plugin-webpack-validate": "^4.21.4",
|
|
57
|
+
"@bundle-stats/utils": "^4.21.4",
|
|
58
58
|
"boxen": "^5.0.0",
|
|
59
59
|
"core-js": "^3.21.0",
|
|
60
60
|
"fs-extra": "^11.0.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"rimraf": "6.0.1",
|
|
74
74
|
"typescript": "5.9.2"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "2e8073c4a242aa539cf1e580773806f99ae4b668"
|
|
77
77
|
}
|