rollup-plugin-webpack-stats 2.1.5 → 2.1.7
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 -2
- package/package.json +13 -10
package/README.md
CHANGED
|
@@ -191,8 +191,10 @@ Output vite/rollup/rolldown stats.
|
|
|
191
191
|
- :crystal_ball: In-depth bundle stats analysis for every build
|
|
192
192
|
- :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations
|
|
193
193
|
- :bell: Quick feedback with [rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=rollup-plugin-webpack-stats), [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=rollup-plugin-webpack-stats), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=rollup-plugin-webpack-stats), or [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=rollup-plugin-webpack-stats)
|
|
194
|
-
- :wrench: Support for **webpack**, **vite**, **rspack**, **rollup**, **
|
|
194
|
+
- :wrench: Support for **webpack**, **vite**, **rspack**, **rollup**, **rolldown**
|
|
195
195
|
- :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI)
|
|
196
196
|
- :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos
|
|
197
|
-
- :two_hearts: [**Always free** for **Open Source**](https://relative-ci.com/open-source)
|
|
197
|
+
- :two_hearts: [**Always free** for **Open Source**](https://relative-ci.com/open-source?utm_medium=rollup-plugin-webpack-stats)
|
|
198
|
+
|
|
199
|
+
[:rocket: Get started](https://relative-ci.com?utm_medium=rollup-plugin-webpack-stats)
|
|
198
200
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup-plugin-webpack-stats",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@release-it/conventional-changelog": "10.0.1",
|
|
70
|
-
"@rollup/plugin-typescript": "12.
|
|
70
|
+
"@rollup/plugin-typescript": "12.3.0",
|
|
71
71
|
"@tsconfig/node18": "18.2.4",
|
|
72
|
-
"@types/node": "24.
|
|
72
|
+
"@types/node": "24.9.2",
|
|
73
73
|
"husky": "9.1.7",
|
|
74
|
-
"memfs": "4.
|
|
74
|
+
"memfs": "4.50.0",
|
|
75
75
|
"release-it": "19.0.5",
|
|
76
|
-
"rimraf": "6.0
|
|
77
|
-
"rollup": "4.52.
|
|
76
|
+
"rimraf": "6.1.0",
|
|
77
|
+
"rollup": "4.52.5",
|
|
78
78
|
"tslib": "2.8.1",
|
|
79
|
-
"typescript": "5.9.
|
|
80
|
-
"vitest": "
|
|
79
|
+
"typescript": "5.9.3",
|
|
80
|
+
"vitest": "4.0.6"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"rollup-plugin-stats": "1.5.
|
|
83
|
+
"rollup-plugin-stats": "1.5.2"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
@@ -88,11 +88,14 @@
|
|
|
88
88
|
"rolldown": "^1.0.0-beta.0"
|
|
89
89
|
},
|
|
90
90
|
"peerDependenciesMeta": {
|
|
91
|
-
"
|
|
91
|
+
"rolldown": {
|
|
92
92
|
"optional": true
|
|
93
93
|
},
|
|
94
94
|
"rollup": {
|
|
95
95
|
"optional": true
|
|
96
|
+
},
|
|
97
|
+
"vite": {
|
|
98
|
+
"optional": true
|
|
96
99
|
}
|
|
97
100
|
}
|
|
98
101
|
}
|