gcp-nrces-fhir
Advanced tools
Comparing version 9.0.54 to 9.0.55
@@ -133,6 +133,6 @@ "use strict"; | ||
"<p>", | ||
el.display ? `<i>Display:</i> ${el.display}` : "", | ||
el.type ? `<i>Type:</i> ${el.type}` : "", | ||
el.resource ? `<i>Resource:</i> ${el.resource}` : "", | ||
el.id ? `<i>Resource ID:</i> ${el.id}` : "", | ||
el.display ? `<i>Display</i> ${el.display}` : "", | ||
el.type ? `<i>Type</i> ${el.type}` : "", | ||
el.resource ? `<i>Resource</i> ${el.resource}` : "", | ||
el.id ? `<i>Resource ID</i> ${el.id}` : "", | ||
"</p>" | ||
@@ -139,0 +139,0 @@ ].filter(Boolean).join(" | "); |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "9.0.54", | ||
"version": "9.0.55", | ||
"description": "Google cloud healthcare api NRCES FHIR implimenataion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
2773670