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 #185 from standardhealth/fix-map-to-ext
Browse files Browse the repository at this point in the history
Fix map to ext
  • Loading branch information
cmoesel authored Apr 12, 2019
2 parents 92afd4a + f093cd3 commit f7b5176
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.17.1",
"version": "5.17.2",
"description": "Command-line interface for SHR tools",
"author": "",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"shr-adl-bmm-export": "^1.0.1",
"shr-es6-export": "^5.5.1",
"shr-expand": "^5.8.0",
"shr-fhir-export": "^5.13.1",
"shr-fhir-export": "^5.13.2",
"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 @@ -1122,10 +1122,10 @@ shr-expand@^5.8.0:
resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-5.8.0.tgz#ba4e6feb9f042c0b1e62ff274441dc835a3fc15d"
integrity sha512-POC1DclInP5d8oRj0yup5InIQw7P9YENIcWEV2iHYnjlLvN21wnj259UQKTRwltVDUqgninYRPR/z2ZA15901g==

shr-fhir-export@^5.13.1:
version "5.13.1"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-5.13.1.tgz#3ff2a34abe34ece1629149718c7c06cf74c51f71"
integrity sha512-Qzac3jGBOxaBgTvS6/5XTQtOGiWzZ4DlmZhbbxV9LCluVRn1hs1Sf0IFsFnPi9v5F2z4RDymPGAQUbAZH9I5Tg==
shr-fhir-export@^5.13.2:
version "5.13.2"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-5.13.2.tgz#2eee2dd5ae98749ba6b1cc9baf8b6b465507c31d"
integrity sha512-gc14GQtp1GMEzBAXW8YLbUyu4L2ruFLkm7s3/0M++HtTFfvvZ4f938qGsLZltD1lgnpqKgwlRA4DilohsRZ8Ug==
dependencies:
fs-extra "^2.0.0"
lodash "^4.17.5"
Expand Down

0 comments on commit f7b5176

Please sign in to comment.