From 46ed3395790e35c02004d5228505a3dc2cf2b8ae Mon Sep 17 00:00:00 2001 From: Egor Lezhnin <878990+pavertomato@users.noreply.github.com> Date: Mon, 8 Apr 2019 18:10:30 +0700 Subject: [PATCH] fix(google-cloud): Update healthcare-api-adapter to use v1beta1 URLs (#379) --- Packages/ohif-google-cloud/package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/ohif-google-cloud/package.js b/Packages/ohif-google-cloud/package.js index 6ba8daed6..dfacc7491 100644 --- a/Packages/ohif-google-cloud/package.js +++ b/Packages/ohif-google-cloud/package.js @@ -6,7 +6,7 @@ Package.describe({ }); Npm.depends({ - 'healthcare-api-adapter': "git+https://github.com/quantumsoftgroup/healthcare-api-adapter#v0.2.1" + 'healthcare-api-adapter': "git+https://github.com/quantumsoftgroup/healthcare-api-adapter#v0.2.2" });