Skip to content

Commit

Permalink
chore: publish release v5.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smelukov committed Sep 24, 2023
1 parent 087186a commit 8593d17
Show file tree
Hide file tree
Showing 25 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.27.0",
"version": "5.28.0",
"command": {
"version": {
"exact": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/cli",
"version": "5.27.0",
"version": "5.28.0",
"description": "Statoscope CLI tools",
"scripts": {
"build": "../../node_modules/.bin/tsc",
Expand All @@ -25,16 +25,16 @@
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@statoscope/config": "5.27.0",
"@statoscope/helpers": "5.25.0",
"@statoscope/helpers": "5.28.0",
"@statoscope/report-writer": "5.27.0",
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-custom-reports": "5.27.0",
"@statoscope/stats-extension-custom-reports": "5.28.0",
"@statoscope/stats-validator": "5.27.0",
"@statoscope/stats-validator-reporter-console": "5.27.0",
"@statoscope/stats-validator-reporter-stats-report": "5.27.0",
"@statoscope/stats-validator-reporter-stats-report": "5.28.0",
"@statoscope/types": "5.27.0",
"@statoscope/webpack-model": "5.27.0",
"@statoscope/webpack-ui": "5.27.0",
"@statoscope/webpack-model": "5.28.0",
"@statoscope/webpack-ui": "5.28.0",
"@types/yargs": "^17.0.10",
"open": "^8.4.0",
"yargs": "^17.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/helpers",
"version": "5.25.0",
"version": "5.28.0",
"description": "Statoscope utils",
"main": "./dist/index.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stats-extension-compressed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/stats-extension-compressed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/stats-extension-compressed",
"version": "5.25.0",
"version": "5.28.0",
"description": "Statoscope extension for collecting compressed resource sizes",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/helpers": "5.25.0",
"@statoscope/helpers": "5.28.0",
"gzip-size": "^6.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stats-extension-custom-reports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/stats-extension-custom-reports",
"version": "5.27.0",
"version": "5.28.0",
"description": "Statoscope extension to store custom reports in stats",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/extensions": "5.14.1",
"@statoscope/helpers": "5.25.0",
"@statoscope/helpers": "5.28.0",
"@statoscope/stats": "5.14.1",
"@statoscope/types": "5.27.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/stats-extension-package-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/stats-extension-package-info",
"version": "5.27.0",
"version": "5.28.0",
"description": "Statoscope extension for collecting package info (e.g. available versions)",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/helpers": "5.25.0"
"@statoscope/helpers": "5.28.0"
},
"devDependencies": {
"@statoscope/extensions": "5.14.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/stats-extension-stats-validation-result/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/stats-extension-stats-validation-result",
"version": "5.27.0",
"version": "5.28.0",
"description": "Statoscope extension that collects stats validation result",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/extensions": "5.14.1",
"@statoscope/helpers": "5.25.0",
"@statoscope/helpers": "5.28.0",
"@statoscope/stats": "5.14.1",
"@statoscope/types": "5.27.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/stats-validator-plugin-webpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/stats-validator-plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/stats-validator-plugin-webpack",
"version": "5.27.0",
"version": "5.28.0",
"description": "Plugin for @statoscope/stats-validator to validate webpack stats",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -18,11 +18,11 @@
"license": "MIT",
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/helpers": "5.25.0",
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/helpers": "5.28.0",
"@statoscope/stats-extension-compressed": "5.28.0",
"@statoscope/stats-validator": "5.27.0",
"@statoscope/types": "5.27.0",
"@statoscope/webpack-model": "5.27.0",
"@statoscope/webpack-model": "5.28.0",
"chalk": "^4.1.2",
"semver": "^7.3.7"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/stats-validator-reporter-stats-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/stats-validator-reporter-stats-report",
"version": "5.27.0",
"version": "5.28.0",
"description": "Stats report reporter for @statoscope/stats-validator",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -21,10 +21,10 @@
"@discoveryjs/json-ext": "^0.5.7",
"@statoscope/report-writer": "5.27.0",
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-stats-validation-result": "5.27.0",
"@statoscope/stats-extension-stats-validation-result": "5.28.0",
"@statoscope/types": "5.27.0",
"@statoscope/webpack-model": "5.27.0",
"@statoscope/webpack-ui": "5.27.0",
"@statoscope/webpack-model": "5.28.0",
"@statoscope/webpack-ui": "5.28.0",
"open": "^8.4.0"
}
}
6 changes: 3 additions & 3 deletions packages/ui-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/ui-webpack",
"version": "5.27.0",
"version": "5.28.0",
"description": "This package is an alias for @statoscope/webpack-plugin and @statoscope/webpack-plugin",
"main": "./plugin/index.js",
"browser": "./src/index.js",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/webpack-plugin": "5.27.0",
"@statoscope/webpack-ui": "5.27.0"
"@statoscope/webpack-plugin": "5.28.0",
"@statoscope/webpack-ui": "5.28.0"
}
}
4 changes: 2 additions & 2 deletions packages/webpack-model/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/webpack-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/webpack-model",
"version": "5.27.0",
"version": "5.28.0",
"description": "This package contains helpers to process webpack stats",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,12 +19,12 @@
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/extensions": "5.14.1",
"@statoscope/helpers": "5.25.0",
"@statoscope/helpers": "5.28.0",
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/stats-extension-custom-reports": "5.27.0",
"@statoscope/stats-extension-package-info": "5.27.0",
"@statoscope/stats-extension-stats-validation-result": "5.27.0",
"@statoscope/stats-extension-compressed": "5.28.0",
"@statoscope/stats-extension-custom-reports": "5.28.0",
"@statoscope/stats-extension-package-info": "5.28.0",
"@statoscope/stats-extension-stats-validation-result": "5.28.0",
"@statoscope/types": "5.27.0",
"md5": "^2.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/webpack-plugin",
"version": "5.27.0",
"version": "5.28.0",
"description": "Helpers for webpack part of Statoscope",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -21,13 +21,13 @@
"@discoveryjs/json-ext": "^0.5.7",
"@statoscope/report-writer": "5.27.0",
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/stats-extension-custom-reports": "5.27.0",
"@statoscope/stats-extension-compressed": "5.28.0",
"@statoscope/stats-extension-custom-reports": "5.28.0",
"@statoscope/types": "5.27.0",
"@statoscope/webpack-model": "5.27.0",
"@statoscope/webpack-stats-extension-compressed": "5.27.0",
"@statoscope/webpack-stats-extension-package-info": "5.27.0",
"@statoscope/webpack-ui": "5.27.0",
"@statoscope/webpack-model": "5.28.0",
"@statoscope/webpack-stats-extension-compressed": "5.28.0",
"@statoscope/webpack-stats-extension-package-info": "5.28.0",
"@statoscope/webpack-ui": "5.28.0",
"open": "^8.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-stats-extension-compressed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/webpack-stats-extension-compressed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/webpack-stats-extension-compressed",
"version": "5.27.0",
"version": "5.28.0",
"description": "Webpack adapter for @statoscope/stats-extension-compressed",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/webpack-model": "5.27.0"
"@statoscope/stats-extension-compressed": "5.28.0",
"@statoscope/webpack-model": "5.28.0"
},
"devDependencies": {
"@types/webpack": "^5.0.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8593d17

Please sign in to comment.