rollup-plugin-webpack-stats 1.2.0-beta.0 → 1.2.3-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -58,7 +58,7 @@ export default defineConfig((env) => ({
58
58
  - `fileName` - JSON stats file inside rollup/vite output directory
59
59
  - `excludeAssets` - exclude matching assets: `string | RegExp | ((filepath: string) => boolean) | Array<string | RegExp | ((filepath: string) => boolean)>`
60
60
  - `excludeModules` - exclude matching modules: `string | RegExp | ((filepath: string) => boolean) | Array<string | RegExp | ((filepath: string) => boolean)>`
61
- - `transform` - access and mutate the resulting stats after the conversion: `(stats: WebpackStatsFilterd) => WebpackStatsFilterd`
61
+ - `transform` - access and mutate the resulting stats after the conversion: `(stats: WebpackStatsFilterd, sources: TransformSources, bundle: OutputBundle) => WebpackStatsFilterd`
62
62
 
63
63
  ### Examples
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup-plugin-webpack-stats",
3
- "version": "1.2.0-beta.0",
3
+ "version": "1.2.3-beta.0",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "dist/index.cjs",
@@ -57,17 +57,17 @@
57
57
  "trailingComma": "es5"
58
58
  },
59
59
  "devDependencies": {
60
- "@release-it/conventional-changelog": "9.0.1",
61
- "@rollup/plugin-typescript": "12.1.1",
60
+ "@release-it/conventional-changelog": "9.0.3",
61
+ "@rollup/plugin-typescript": "12.1.2",
62
62
  "@tsconfig/node18": "18.2.4",
63
- "@types/node": "22.8.2",
64
- "dotenv": "16.4.5",
65
- "husky": "9.1.6",
63
+ "@types/node": "22.10.2",
64
+ "dotenv": "16.4.7",
65
+ "husky": "9.1.7",
66
66
  "release-it": "17.10.0",
67
- "rollup": "4.24.2",
68
- "tslib": "2.8.0",
69
- "typescript": "5.6.3",
70
- "vitest": "2.1.4"
67
+ "rollup": "4.28.1",
68
+ "tslib": "2.8.1",
69
+ "typescript": "5.7.2",
70
+ "vitest": "2.1.8"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "rollup": "^3.0.0 || ^4.0.0"