SUSHI 3.18.1 fixes a bug with generating IG dependencies on some release-specific packages. It also updates several dependencies.
What's Changed
- Handle finding IG URLs for release-specific packages with incorrect packageIds by @cmoesel in #1614
- Dependency Updates (March 2026) by @cmoesel in #1615
Install or Update
SUSHI 3.18.1 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.18.1, run the following command:
$ npm install -g fsh-sushi
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
To revert back to the previous version of SUSHI, you can run the following command:
$ npm install -g fsh-sushi@3.18.0
Full Changelog: v3.18.0...v3.18.1