@ltht-react/utils
Advanced tools
Comparing version 1.1.20 to 1.1.21
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.1.21 (2021-10-13) | ||
**Note:** Version bump only for package @ltht-react/utils | ||
## 1.1.20 (2021-10-05) | ||
@@ -8,0 +16,0 @@ |
import { CodeableConcept, Maybe } from '@ltht-react/types'; | ||
declare const codeableConceptDisplaySummary: (codeableConcept?: Maybe<CodeableConcept>) => string; | ||
declare const codeableConceptCodeSummary: (codeableConcept?: CodeableConcept) => string; | ||
declare const codeableConceptCodeSummary: (codeableConcept?: Maybe<CodeableConcept>) => string; | ||
declare const codeableConceptTextSummary: (codeableConcept?: Maybe<CodeableConcept>[]) => string; | ||
export { codeableConceptDisplaySummary, codeableConceptCodeSummary, codeableConceptTextSummary }; |
@@ -17,3 +17,3 @@ "use strict"; | ||
if (codeableConcept === void 0) { codeableConcept = {}; } | ||
var codings = codeableConcept.coding || []; | ||
var codings = (codeableConcept === null || codeableConcept === void 0 ? void 0 : codeableConcept.coding) || []; | ||
var code = codings.map(function (coding) { return coding === null || coding === void 0 ? void 0 : coding.code; }).join(', '); | ||
@@ -20,0 +20,0 @@ return code; |
{ | ||
"name": "@ltht-react/utils", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"description": "> TODO: description", | ||
@@ -25,5 +25,5 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>", | ||
"dependencies": { | ||
"@ltht-react/types": "^1.0.18" | ||
"@ltht-react/types": "^1.0.19" | ||
}, | ||
"gitHead": "5d940e27b681e319e23dc85b5f2458fabc756523" | ||
"gitHead": "7d1b43bfcf37912035c63c899c19bdb83aaa57d3" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105235
Updated@ltht-react/types@^1.0.19