@ltht-react/utils
Advanced tools
Comparing version 1.1.78 to 1.1.79
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.1.79 (2022-05-26) | ||
**Note:** Version bump only for package @ltht-react/utils | ||
## 1.1.78 (2022-05-25) | ||
@@ -8,0 +16,0 @@ |
@@ -12,2 +12,4 @@ export { default as allergyIntoleranceCategoryCodeDisplaySummary } from './allergy-intolerance-category-code'; | ||
export { default as isMobileView } from './isMobileView'; | ||
export { default as stripHtmlTags } from './strip-html-tags'; | ||
export { default as stripBBTags } from './strip-bb-tags'; | ||
export * from './patient'; |
@@ -16,3 +16,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isMobileView = exports.titleCase = exports.resourceReferenceDisplaySummary = exports.rangeText = exports.quantityText = exports.periodSummaryText = exports.metadataSourceSummaryText = exports.medicationTitleSeparator = exports.allergyIntoleranceCategoryCodeDisplaySummary = void 0; | ||
exports.stripBBTags = exports.stripHtmlTags = exports.isMobileView = exports.titleCase = exports.resourceReferenceDisplaySummary = exports.rangeText = exports.quantityText = exports.periodSummaryText = exports.metadataSourceSummaryText = exports.medicationTitleSeparator = exports.allergyIntoleranceCategoryCodeDisplaySummary = void 0; | ||
var allergy_intolerance_category_code_1 = require("./allergy-intolerance-category-code"); | ||
@@ -38,3 +38,7 @@ Object.defineProperty(exports, "allergyIntoleranceCategoryCodeDisplaySummary", { enumerable: true, get: function () { return __importDefault(allergy_intolerance_category_code_1).default; } }); | ||
Object.defineProperty(exports, "isMobileView", { enumerable: true, get: function () { return __importDefault(isMobileView_1).default; } }); | ||
var strip_html_tags_1 = require("./strip-html-tags"); | ||
Object.defineProperty(exports, "stripHtmlTags", { enumerable: true, get: function () { return __importDefault(strip_html_tags_1).default; } }); | ||
var strip_bb_tags_1 = require("./strip-bb-tags"); | ||
Object.defineProperty(exports, "stripBBTags", { enumerable: true, get: function () { return __importDefault(strip_bb_tags_1).default; } }); | ||
__exportStar(require("./patient"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ltht-react/utils", | ||
"version": "1.1.78", | ||
"version": "1.1.79", | ||
"description": "> TODO: description", | ||
@@ -25,5 +25,5 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>", | ||
"dependencies": { | ||
"@ltht-react/types": "^1.0.76" | ||
"@ltht-react/types": "^1.0.77" | ||
}, | ||
"gitHead": "596404bdecdfbcbe541c6d6f277c12afd5ac402a" | ||
"gitHead": "11007c090bb0313b90d89bf103b32989d9fec916" | ||
} |
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
118665
90
1291
Updated@ltht-react/types@^1.0.77