@ltht-react/utils
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.9](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.8...@ltht-react/utils@0.0.9) (2020-01-21) | ||
**Note:** Version bump only for package @ltht-react/utils | ||
## [0.0.8](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/utils@0.0.7...@ltht-react/utils@0.0.8) (2020-01-21) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var title_case_1 = require("./title-case"); | ||
var allergyIntoleranceCategoryCodeDisplaySummary = function (categories) { | ||
if (categories === void 0) { categories = []; } | ||
return categories.join(', '); | ||
return categories | ||
.map(function (category) { | ||
return category && title_case_1.titleCase(category); | ||
}) | ||
.join(', '); | ||
}; | ||
exports.allergyIntoleranceCategoryCodeDisplaySummary = allergyIntoleranceCategoryCodeDisplaySummary; | ||
//# sourceMappingURL=allergy-intolerance-category-code.js.map |
@@ -7,1 +7,2 @@ export * from './allergy-intolerance-category-code'; | ||
export * from './resource-reference'; | ||
export * from './title-case'; |
@@ -12,2 +12,3 @@ "use strict"; | ||
__export(require("./resource-reference")); | ||
__export(require("./title-case")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ltht-react/utils", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "> TODO: description", | ||
@@ -32,3 +32,3 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>", | ||
}, | ||
"gitHead": "4b8098cd2b8337f593290c0781d0cb068f0741e6" | ||
"gitHead": "3bf0417168b8ef06ab75cd394fefea498b0694a5" | ||
} |
Sorry, the diff of this file is not supported yet
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
16537
203