Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #209 from standardhealth/fix-npe-fhir
Browse files Browse the repository at this point in the history
Fix NPE for FHIR
  • Loading branch information
cmoesel authored Jun 6, 2019
2 parents 1817efd + b8c49f1 commit 17150f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shr-cli",
"version": "5.20.0",
"version": "5.20.1",
"description": "Command-line interface for SHR tools",
"author": "",
"license": "Apache-2.0",
Expand All @@ -26,7 +26,7 @@
"shr-data-dict-export": "^5.0.0",
"shr-es6-export": "^5.7.2",
"shr-expand": "^5.8.1",
"shr-fhir-export": "^5.14.2",
"shr-fhir-export": "^5.14.3",
"shr-json-export": "^5.1.5",
"shr-json-javadoc": "^1.4.5",
"shr-json-schema-export": "^5.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1229,10 +1229,10 @@ shr-expand@^5.8.1:
version "5.8.1"
resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-5.8.1.tgz#99aa50b7c9d8dfbe7d2c996740b8770e3d23527c"

shr-fhir-export@^5.14.2:
version "5.14.2"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-5.14.2.tgz#495f8fe36c12cdd719eae91e059e6106a9b89818"
integrity sha512-gx4pjNxGwzRp/FVqNEaAh/lqfHRvLl3RFgvliZVz27kVh83639zE61kexwQayoonxWlXcx4T8fITWKYjJOX3/A==
shr-fhir-export@^5.14.3:
version "5.14.3"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-5.14.3.tgz#fcd4dc4f6906579a4627dea67141779299257bf5"
integrity sha512-cwes2ruHfaet+qtmwjNTBIwhj/Pv4skvVBz6rmgp1WRpRGwkRUmAJLm9+GGiikwhc+GBzLvebRiSWkJEHaMSlw==
dependencies:
fs-extra "^2.0.0"
lodash "^4.17.5"
Expand Down

0 comments on commit 17150f8

Please sign in to comment.