SUSHI 3.16.1
SUSHI 3.16.1 updates its dependency libraries to their latest versions. The fhir-package-loader v2.2.0 update brings in the following new feature for SUSHI:
- Allow users to specify an auth header to include when accessing a custom NPM registry. To do so, specify a bearer token in the
FPL_REGISTRY_TOKEN
environment variable (note: requires use ofFPL_REGISTRY
environment variable as well). Many thanks to @bkaney for this contribution to fhir-package-loader.
What's Changed
Full Changelog: v3.16.0...v3.16.1
Install or Update
SUSHI 3.16.1 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.16.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.16.0
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v