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

Commit

Permalink
v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel committed Sep 20, 2019
1 parent 6dd40d6 commit e16b787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shr-fhir-export",
"version": "6.5.0",
"version": "6.6.0",
"description": "Exports SHR data elements from SHR models to FHIR profiles",
"author": "",
"license": "Apache-2.0",
Expand All @@ -26,12 +26,12 @@
"chai": "^3.5.0",
"eslint": "^6.0.1",
"mocha": "^6.1.4",
"shr-models": "^6.5.0",
"shr-models": "^6.6.0",
"shr-test-helpers": "^6.0.0"
},
"peerDependencies": {
"bunyan": "^1.8.9",
"shr-models": "^6.5.0"
"shr-models": "^6.6.0"
},
"resolutions": {
"brace-expansion": "^1.1.11"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1034,10 +1034,10 @@ shebang-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"

shr-models@^6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/shr-models/-/shr-models-6.5.0.tgz#3fce98c39faf36864b983a56273315385cdd35af"
integrity sha512-Z0FvawkdTfjXWb2QpYy6XwVLPZjM9el3/yTXS7zao3IKkiYQ9DPWOGDnoSLr6iyGIjpxag5xt5VFYKy5aKjqVg==
shr-models@^6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/shr-models/-/shr-models-6.6.0.tgz#5d58d01d58f1adf500c8129b1510f69cccce1dbc"
integrity sha512-OMnpOdJN61Gr9abzveIZrfxQQoi2CLHbeFOfzgcahiX1ERZ+tQOqxLFvc0vrB3js9yQewmCZVH9w11pHSp6PTQ==

shr-test-helpers@^6.0.0:
version "6.0.0"
Expand Down

0 comments on commit e16b787

Please sign in to comment.