SUSHI 3.15.1 fixes an issue generating the ImplementationGuide JSON when dependencies are specified using the .x wildcard patch version. It also updates FHIR Package Loader to v2.1.2, which downgrades an error to a warning when a #current dependency can't be downloaded from the build server but already exists in the cache (so processing can continue).
What's Changed
- Fix bug detecting dependency uri when wildcard patch is used by @cmoesel in #1566
- Update FPL to v2.1.2 by @cmoesel in #1567
Full Changelog: 3.15.0...v3.15.1
Install or Update
SUSHI 3.15.1 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.15.1, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release, run the following command:
$ npm install -g fsh-sushi@3.15.0
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v