From 440e8855bd3a12cd3f3e2f8c8a04e5395448ee0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBugs5382=E2=80=9D?= Date: Wed, 28 Feb 2024 09:07:45 -0500 Subject: [PATCH] feat: fix exports for hl7 --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 762cc4a..3b40f13 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,12 @@ "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js", "default": "./lib/cjs/index.js" + }, + "./hl7": { + "types": "./lib/types/hl7.d.ts", + "import": "./lib/esm/hl7.js", + "require": "./lib/cjs/hl7.js", + "default": "./lib/cjs/hl7.js" } }, "files": [