@bundle-stats/ui 4.21.4-beta.0 → 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 +3 -3
package/README.md CHANGED
@@ -6,15 +6,15 @@ UI components for [bundle-stats](https://github.com/relative-ci/bundle-stats)
6
6
 
7
7
  ### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats-ui)
8
8
 
9
- #### Optimize your web app's performance with automated bundle stats analysis and monitoring.
9
+ #### Automated bundle analysis, reviews and monitoring - Quickly identify and fix bundle regressions before shipping to production.
10
10
 
11
11
  - :crystal_ball: In-depth bundle stats analysis for every build
12
12
  - :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations
13
- - :bell: [Rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=bundle-stats-ui), or get notified via [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-ui), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-ui) and [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-ui)
14
- - :wrench: Support for **webpack** and beta support for **Vite**/**Rollup**
13
+ - :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-ui), [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-ui), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-ui), or [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-ui)
14
+ - :wrench: Support for **webpack**, **vite**, **rspack**, **rollup**, **rolldown**
15
15
  - :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI)
16
16
  - :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos
17
- - :two_hearts: **Always free** for **Open Source**
17
+ - :two_hearts: [**Always free** for **Open Source**](https://relative-ci.com/open-source?utm_medium=bundle-stats-ui)
18
18
 
19
19
  [:rocket: Get started](https://relative-ci.com?utm_medium=bundle-stats-ui)
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundle-stats/ui",
3
- "version": "4.21.4-beta.0",
3
+ "version": "4.21.4",
4
4
  "description": "UI components for BundleStats projects.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",
@@ -73,7 +73,7 @@
73
73
  "react-router-dom": "^5.0.0"
74
74
  },
75
75
  "dependencies": {
76
- "@bundle-stats/utils": "4.21.4-beta.0",
76
+ "@bundle-stats/utils": "^4.21.4",
77
77
  "ariakit": "2.0.0-next.44",
78
78
  "d3": "7.9.0",
79
79
  "modern-css-reset": "1.4.0",
@@ -81,5 +81,5 @@
81
81
  "snarkdown": "2.0.0",
82
82
  "use-query-params": "2.2.1"
83
83
  },
84
- "gitHead": "3e0d2056dc080aabfb2fcb54707cf8a1758a9093"
84
+ "gitHead": "2e8073c4a242aa539cf1e580773806f99ae4b668"
85
85
  }