@bundle-stats/utils 4.21.4-beta.0 → 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 +4 -4
package/README.md
CHANGED
|
@@ -70,15 +70,15 @@ Rollup plugin to generate bundle stats report for vite/rolldown/rollup.
|
|
|
70
70
|
|
|
71
71
|
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats-utils)
|
|
72
72
|
|
|
73
|
-
####
|
|
73
|
+
#### Automated bundle analysis, reviews and monitoring - Quickly identify and fix bundle regressions before shipping to production.
|
|
74
74
|
|
|
75
75
|
- :crystal_ball: In-depth bundle stats analysis for every build
|
|
76
76
|
- :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations
|
|
77
|
-
- :bell: [
|
|
78
|
-
- :wrench: Support for **webpack**
|
|
77
|
+
- :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-utils), [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-utils), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-utils), or [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-utils)
|
|
78
|
+
- :wrench: Support for **webpack**, **vite**, **rspack**, **rollup**, **rolldown**
|
|
79
79
|
- :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI)
|
|
80
80
|
- :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos
|
|
81
|
-
- :two_hearts: **Always free** for **Open Source**
|
|
81
|
+
- :two_hearts: [**Always free** for **Open Source**](https://relative-ci.com/open-source?utm_medium=bundle-stats-utils)
|
|
82
82
|
|
|
83
83
|
[:rocket: Get started](https://relative-ci.com?utm_medium=bundle-stats-utils)
|
|
84
84
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bundle-stats/utils",
|
|
3
|
-
"version": "4.21.4
|
|
3
|
+
"version": "4.21.4",
|
|
4
4
|
"description": "BundleStats utils",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-esm/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/utils#readme",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@bundle-stats/plugin-webpack-filter": "4.21.4
|
|
39
|
-
"@bundle-stats/plugin-webpack-validate": "4.21.4
|
|
38
|
+
"@bundle-stats/plugin-webpack-filter": "^4.21.4",
|
|
39
|
+
"@bundle-stats/plugin-webpack-validate": "^4.21.4",
|
|
40
40
|
"serialize-query-params": "2.0.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"core-js": "^3.0.0",
|
|
57
57
|
"lodash": "^4.0.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "2e8073c4a242aa539cf1e580773806f99ae4b668"
|
|
60
60
|
}
|