bundle-stats 4.16.0 → 4.17.0-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.
@@ -94,10 +94,10 @@
94
94
  "entry": true,
95
95
  "initial": true,
96
96
  "files": [
97
- "vendors.8b6bb4f.css",
98
- "vendors.176a5f6.js",
99
- "vendors.8b6bb4f.css.map",
100
- "vendors.176a5f6.js.map"
97
+ "assets/css/vendors.8b6bb4f.css",
98
+ "assets/js/vendors.176a5f6.js",
99
+ "assets/css/vendors.8b6bb4f.css.map",
100
+ "assets/js/vendors.176a5f6.js.map"
101
101
  ],
102
102
  "names": [
103
103
  "vendors"
@@ -182,10 +182,10 @@
182
182
  "entry": true,
183
183
  "initial": true,
184
184
  "files": [
185
- "vendors.5024abb.css",
186
- "vendors.278dc2f.js",
187
- "vendors.5024abb.css.map",
188
- "vendors.278dc2f.js.map"
185
+ "assets/css/vendors.5024abb.css",
186
+ "assets/js/vendors.278dc2f.js",
187
+ "assets/css/vendors.5024abb.css.map",
188
+ "assets/js/vendors.278dc2f.js.map"
189
189
  ],
190
190
  "names": [
191
191
  "vendors"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundle-stats",
3
- "version": "4.16.0",
3
+ "version": "4.17.0-beta.0",
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.16.0",
55
- "@bundle-stats/plugin-webpack-filter": "^4.16.0",
56
- "@bundle-stats/plugin-webpack-validate": "^4.16.0",
57
- "@bundle-stats/utils": "^4.16.0",
54
+ "@bundle-stats/cli-utils": "4.17.0-beta.0",
55
+ "@bundle-stats/plugin-webpack-filter": "4.17.0-beta.0",
56
+ "@bundle-stats/plugin-webpack-validate": "4.17.0-beta.0",
57
+ "@bundle-stats/utils": "4.17.0-beta.0",
58
58
  "boxen": "^5.0.0",
59
59
  "core-js": "^3.21.0",
60
60
  "fs-extra": "^11.0.0",
@@ -64,7 +64,7 @@
64
64
  "yargs": "^17.4.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@playwright/test": "1.48.0",
67
+ "@playwright/test": "1.48.2",
68
68
  "@types/fs-extra": "^11.0.0",
69
69
  "@types/listr": "^0.14.4",
70
70
  "@types/yargs": "^17.0.20",
@@ -73,5 +73,5 @@
73
73
  "rimraf": "6.0.1",
74
74
  "typescript": "5.6.3"
75
75
  },
76
- "gitHead": "39255d376f0180405a690032d42493667669543e"
76
+ "gitHead": "c9d149e59d4e955b2933f858679ce5b7cf99289a"
77
77
  }