Skip to content

Commit

Permalink
chore: publish release v5.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smelukov committed Feb 18, 2023
1 parent 7f3a0af commit b86badb
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 47 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.25.0",
"version": "5.25.1",
"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.

10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/cli",
"version": "5.25.0",
"version": "5.25.1",
"description": "Statoscope CLI tools",
"scripts": {
"build": "../../node_modules/.bin/tsc",
Expand All @@ -26,14 +26,14 @@
"@discoveryjs/json-ext": "^0.5.7",
"@statoscope/config": "5.22.0",
"@statoscope/helpers": "5.25.0",
"@statoscope/report-writer": "5.25.0",
"@statoscope/report-writer": "5.25.1",
"@statoscope/stats-extension-custom-reports": "5.25.0",
"@statoscope/stats-validator": "5.22.0",
"@statoscope/stats-validator-reporter-console": "5.22.0",
"@statoscope/stats-validator-reporter-stats-report": "5.25.0",
"@statoscope/stats-validator-reporter-stats-report": "5.25.1",
"@statoscope/types": "5.22.0",
"@statoscope/webpack-model": "5.25.0",
"@statoscope/webpack-ui": "5.25.0",
"@statoscope/webpack-model": "5.25.1",
"@statoscope/webpack-ui": "5.25.1",
"@types/yargs": "^17.0.10",
"open": "^8.4.0",
"yargs": "^17.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/report-writer/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/report-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/report-writer",
"version": "5.25.0",
"version": "5.25.1",
"description": "Statoscope report writer",
"main": "./dist/index.js",
"scripts": {
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.

4 changes: 2 additions & 2 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.25.0",
"version": "5.25.1",
"description": "Plugin for @statoscope/stats-validator to validate webpack stats",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/stats-validator": "5.22.0",
"@statoscope/types": "5.22.0",
"@statoscope/webpack-model": "5.25.0",
"@statoscope/webpack-model": "5.25.1",
"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.25.0",
"version": "5.25.1",
"description": "Stats report reporter for @statoscope/stats-validator",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,12 +19,12 @@
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@statoscope/report-writer": "5.25.0",
"@statoscope/report-writer": "5.25.1",
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-stats-validation-result": "5.25.0",
"@statoscope/types": "5.22.0",
"@statoscope/webpack-model": "5.25.0",
"@statoscope/webpack-ui": "5.25.0",
"@statoscope/webpack-model": "5.25.1",
"@statoscope/webpack-ui": "5.25.1",
"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.25.0",
"version": "5.25.1",
"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.25.0",
"@statoscope/webpack-ui": "5.25.0"
"@statoscope/webpack-plugin": "5.25.1",
"@statoscope/webpack-ui": "5.25.1"
}
}
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.

2 changes: 1 addition & 1 deletion 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.25.0",
"version": "5.25.1",
"description": "This package contains helpers to process webpack stats",
"main": "./dist/index.js",
"scripts": {
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.

12 changes: 6 additions & 6 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.25.0",
"version": "5.25.1",
"description": "Helpers for webpack part of Statoscope",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,15 +19,15 @@
"homepage": "https://github.com/statoscope/statoscope/",
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@statoscope/report-writer": "5.25.0",
"@statoscope/report-writer": "5.25.1",
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/stats-extension-custom-reports": "5.25.0",
"@statoscope/types": "5.22.0",
"@statoscope/webpack-model": "5.25.0",
"@statoscope/webpack-stats-extension-compressed": "5.25.0",
"@statoscope/webpack-stats-extension-package-info": "5.25.0",
"@statoscope/webpack-ui": "5.25.0",
"@statoscope/webpack-model": "5.25.1",
"@statoscope/webpack-stats-extension-compressed": "5.25.1",
"@statoscope/webpack-stats-extension-package-info": "5.25.1",
"@statoscope/webpack-ui": "5.25.1",
"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.

4 changes: 2 additions & 2 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.25.0",
"version": "5.25.1",
"description": "Webpack adapter for @statoscope/stats-extension-compressed",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/webpack-model": "5.25.0"
"@statoscope/webpack-model": "5.25.1"
},
"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.

4 changes: 2 additions & 2 deletions packages/webpack-stats-extension-package-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/webpack-stats-extension-package-info",
"version": "5.25.0",
"version": "5.25.1",
"description": "Webpack adapter for @statoscope/stats-extension-package-info",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@statoscope/stats": "5.14.1",
"@statoscope/stats-extension-package-info": "5.25.0",
"@statoscope/webpack-model": "5.25.0"
"@statoscope/webpack-model": "5.25.1"
},
"devDependencies": {
"@types/webpack": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-ui/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/webpack-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statoscope/webpack-ui",
"version": "5.25.0",
"version": "5.25.1",
"description": "Webpack plugin and UI for analyzing webpack bundle with Statoscope",
"main": "./dist/main.js",
"types": "./types.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@statoscope/stats-extension-compressed": "5.25.0",
"@statoscope/stats-extension-package-info": "5.25.0",
"@statoscope/stats-extension-stats-validation-result": "5.25.0",
"@statoscope/webpack-model": "5.25.0",
"@statoscope/webpack-model": "5.25.1",
"@types/md5": "^2.3.2",
"@wdxlab/events": "^1.1.0",
"babel-loader": "^8.2.5",
Expand Down

0 comments on commit b86badb

Please sign in to comment.