Closed arturovt closed 1 week ago
CI is running/has finished running commands for commit 0a93595ddd64c1b4b0dd4088132725343e2c76d1. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
``` yarn add https://pkg.pr.new/@ngxs/devtools-plugin@2246.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/form-plugin@2246.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/hmr-plugin@2246.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/router-plugin@2246.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/storage-plugin@2246.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/store@2246.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/websocket-plugin@2246.tgz ```
commit: 0a93595
Total files change +400B +0.3%
Final result: :white_check_mark:
View report in BundleMon website ➡️
No change in files bundle size
Final result: :white_check_mark:
View report in BundleMon website ➡️
Total files change -111B -0.05%
Final result: :white_check_mark:
View report in BundleMon website ➡️
Tokens are removed from the bundle.
Code Climate has analyzed commit 0a93595d and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 90.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 95.3% (0.0% change).
View more on Code Climate.
Merging because I want to proceed with the next patch release. This change only reduces the bundle size by removing tokens that are not used in standard apps. These tokens were previously exposed as part of the ngxs-labs/data package.
In this commit, we remove internal injection token providers from the root providers list. Instead, we expose a function that provides these tokens.