@bundle-stats/cli-utils 4.21.4-alpha.3 → 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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -8,15 +8,15 @@ CLI utilities for [bundle-stats](https://github.com/relative-ci/bundle-stats)
8
8
 
9
9
  ### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats-cli-utils)
10
10
 
11
- #### Optimize your web app's performance with automated bundle stats analysis and monitoring.
11
+ #### Automated bundle analysis, reviews and monitoring - Quickly identify and fix bundle regressions before shipping to production.
12
12
 
13
13
  - :crystal_ball: In-depth bundle stats analysis for every build
14
14
  - :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations
15
- - :bell: [Rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=bundle-stats-cli-utils), or get notified via [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-cli-utils), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-cli-utils) and [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-cli-utils)
16
- - :wrench: Support for **webpack** and beta support for **Vite**/**Rollup**
15
+ - :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-cli-utils), [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-cli-utils), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-cli-utils), or [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-cli-utils)
16
+ - :wrench: Support for **webpack**, **vite**, **rspack**, **rollup**, **rolldown**
17
17
  - :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI)
18
18
  - :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos
19
- - :two_hearts: **Always free** for **Open Source**
19
+ - :two_hearts: [**Always free** for **Open Source**](https://relative-ci.com/open-source?utm_medium=bundle-stats-cli-utils)
20
20
 
21
21
  [:rocket: Get started](https://relative-ci.com?utm_medium=bundle-stats-cli-utils)
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundle-stats/cli-utils",
3
- "version": "4.21.4-alpha.3",
3
+ "version": "4.21.4",
4
4
  "description": "BundleStats CLI utilities",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",
@@ -37,9 +37,9 @@
37
37
  },
38
38
  "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli-utils#readme",
39
39
  "dependencies": {
40
- "@bundle-stats/html-templates": "4.21.4-alpha.3",
41
- "@bundle-stats/plugin-webpack-filter": "4.21.4-alpha.3",
42
- "@bundle-stats/utils": "4.21.4-alpha.3",
40
+ "@bundle-stats/html-templates": "^4.21.4",
41
+ "@bundle-stats/plugin-webpack-filter": "^4.21.4",
42
+ "@bundle-stats/utils": "^4.21.4",
43
43
  "find-cache-dir": "^3.1.0",
44
44
  "lodash": "^4.17.21",
45
45
  "stream-chain": "^3.0.1",
@@ -52,10 +52,10 @@
52
52
  "@types/stream-json": "^1.7.3",
53
53
  "jest": "29.7.0",
54
54
  "jest-cli": "29.7.0",
55
- "memfs": "4.46.1",
55
+ "memfs": "4.47.0",
56
56
  "rimraf": "6.0.1",
57
57
  "ts-jest": "29.4.4",
58
58
  "typescript": "5.9.2"
59
59
  },
60
- "gitHead": "2d6f8692bd142102e5faf64d4e0b2432d669499e"
60
+ "gitHead": "2e8073c4a242aa539cf1e580773806f99ae4b668"
61
61
  }