SUSHI 3.7.0 contains the following enhancements and bug fixes:
What's Changed
- Support logical model examples without
resourceTypeoridby @jafeltra in #1418 - Allow extensions on configured dependencies by @jafeltra in #1420
- Use current extension for specifying IG resource format by @jafeltra in #1421
- Fall back to package.json when resolving "latest" version in IG by @cmoesel in #1423
- Update assorted dependencies by @mint-thompson in #1417
- Regression script: handle errors thrown during repo compare by @cmoesel in #1419
Install or Update
SUSHI 3.7.0 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.7.0, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.6.1), run the following command:
$ npm install -g fsh-sushi@3.6.1
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
Full Changelog: v3.6.1...v3.7.0