@bundle-stats/utils 4.19.1-beta.1 → 4.20.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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -46,7 +46,7 @@ CLI to generate bundle stats report.
46
46
 
47
47
  [![npm](https://img.shields.io/npm/v/bundle-stats-webpack-plugin)](https://www.npmjs.com/package/bundle-stats-webpack-plugin) [![npm](https://img.shields.io/npm/dm/bundle-stats-webpack-plugin)](https://www.npmjs.com/package/bundle-stats-webpack-plugin)
48
48
 
49
- Webpack plugin to generate bundle stats report.
49
+ Webpack plugin to generate bundle stats report for webpack/rspack.
50
50
 
51
51
  ### [`gatsby-plugin-bundle-stats`](https://github.com/relative-ci/bundle-stats/tree/master/packages/gatsby-plugin)
52
52
 
@@ -64,7 +64,7 @@ Webpack plugin to generate bundle stats report.
64
64
 
65
65
  [![npm](https://img.shields.io/npm/v/rollup-plugin-bundle-stats)](https://www.npmjs.com/package/rollup-plugin-bundle-stats) [![npm](https://img.shields.io/npm/dm/rollup-plugin-bundle-stats)](https://www.npmjs.com/package/rollup-plugin-bundle-stats)
66
66
 
67
- Rollup plugin to generate bundle stats report.
67
+ Rollup plugin to generate bundle stats report for vite/rolldown/rollup.
68
68
 
69
69
  ## Related projects
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundle-stats/utils",
3
- "version": "4.19.1-beta.1",
3
+ "version": "4.20.0",
4
4
  "description": "BundleStats utils",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",
@@ -35,26 +35,26 @@
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.19.1-beta.1",
39
- "@bundle-stats/plugin-webpack-validate": "4.19.1-beta.1",
38
+ "@bundle-stats/plugin-webpack-filter": "4.20.0",
39
+ "@bundle-stats/plugin-webpack-validate": "4.20.0",
40
40
  "serialize-query-params": "2.0.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/jest": "29.5.14",
44
44
  "@types/lodash": "4.17.16",
45
- "core-js": "3.41.0",
45
+ "core-js": "3.42.0",
46
46
  "jest": "29.7.0",
47
47
  "jest-cli": "29.7.0",
48
48
  "jest-date-mock": "1.0.10",
49
49
  "lodash": "4.17.21",
50
50
  "regenerator-runtime": "0.14.1",
51
51
  "rimraf": "6.0.1",
52
- "ts-jest": "29.2.6",
53
- "typescript": "5.8.2"
52
+ "ts-jest": "29.3.2",
53
+ "typescript": "5.8.3"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "core-js": "^3.0.0",
57
57
  "lodash": "^4.0.0"
58
58
  },
59
- "gitHead": "564bbd00a3cb92e3faeb9f3f0bd02716e901c074"
59
+ "gitHead": "c68e78f170842e38d442497a49dc1f1bb3d3a78a"
60
60
  }