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

Commit

Permalink
v6.0.1 (#210)
Browse files Browse the repository at this point in the history
Version 6.0.1 updates shr-fhir-export to 6.0.1.
  • Loading branch information
cmoesel authored Jun 6, 2019
1 parent f199b9b commit fbeb77d
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": "6.0.0",
"version": "6.0.1",
"description": "Command-line interface for SHR tools",
"author": "",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"mkdirp": "^0.5.1",
"shr-es6-export": "^6.0.0",
"shr-expand": "^6.0.0",
"shr-fhir-export": "^6.0.0",
"shr-fhir-export": "^6.0.1",
"shr-json-javadoc": "^6.0.0",
"shr-json-schema-export": "^6.0.0",
"shr-models": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -940,10 +940,10 @@ shr-expand@^6.0.0:
resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-6.0.0.tgz#a2072f971e19b9f221e012c0056ee389a78633d7"
integrity sha512-zzjli5uVY23J4jHnr5Cr+iLkZ7+6RsHk3kQMksBPUR4ly96NXlCRgillJ3IszbdP3dHpBuWymcrAOjyz4C/lRA==

shr-fhir-export@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-6.0.0.tgz#61cd6e1b08721514950f293a53fbd162f93e236c"
integrity sha512-ZNFnkxOvb26Rq2lIvXsuVSnoPfZsVsCgim7BrytqiNUK0jUXnvSa8oOomXYAILVKb631AK3KCMr3ZQ47ZvKcIQ==
shr-fhir-export@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-6.0.1.tgz#2e54a1cab1ff49f937b529a1a95d0876cf4fd162"
integrity sha512-My2z/NP+Qqbysa/F8qKInx/DfmVsTLURKhOGR4dAucIEyIMYkMzFhMjhlSeTFoL9HaKfISmWzc3pvKur7/nYcQ==
dependencies:
fs-extra "^2.0.0"
lodash "^4.17.5"
Expand Down

0 comments on commit fbeb77d

Please sign in to comment.