Releases: leanix/leanix-reporting-cli
Releases · leanix/leanix-reporting-cli
1.0.0-beta.22
Update custom report template's build system to webpack v5.
1.0.0-beta 21
Allow upload of a report when the author in package.json uses the email syntax in the author field. (John Doejohn.doe@email.com)
1.0.0-beta.20
lxr start
now supports webpack version 4 and 5.
1.0.0-beta.19
- Change implementation of
lxr init
to resolve license issues
1.0.0-beta.18
- Allow configuration of custom dist folder and build command using a
leanixReportingCli
section inpackage.json
. This enables uploading reports that use build tools likeparcel
orvue-cli-service
instead ofwebpack
. Runlxr help build
for more information.
1.0.0-beta.17
Improvements
- Update version of
css-loader
to 3.2.0 because of security vulnerabilities
1.0.0-beta.16
Improvements
- Update
tar
andlodash
because of security vulnerabilities
1.0.0-beta.15
Improvements
- Remove jQuery as depenency
- Update lodash version
1.0.0-beta.14
Improvements
- The default template for a new report has been upgraded to work with webpack 4 in order to fix a vunerability in the webpack-dev-server (#27)
1.0.0-beta.13
Features
- Update dependencies of the example report created by
lxr init