From fbeb77d0534538360b4431aea365669df87fed1f Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Thu, 6 Jun 2019 09:35:18 -0400 Subject: [PATCH] v6.0.1 (#210) Version 6.0.1 updates shr-fhir-export to 6.0.1. --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 49d4a94..d4d83b8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 3fb2131..1f7b85b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"