@rethinkhealth/hl7v2-utils 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * HL7v2 Delimiters type\n */\nexport interface HL7v2Delimiters {\n field: string;\n component: string;\n subcomponent: string;\n repetition: string;\n escape: string;\n segment: string; // now always a string\n}\n\nexport const DEFAULT_DELIMITERS = {\n field: '|',\n component: '^',\n repetition: '~',\n subcomponent: '&',\n escape: '\\\\',\n segment: '\\
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * HL7v2 Delimiters type\n */\nexport interface HL7v2Delimiters {\n field: string;\n component: string;\n subcomponent: string;\n repetition: string;\n escape: string;\n segment: string; // now always a string\n}\n\nexport const DEFAULT_DELIMITERS = {\n field: '|',\n component: '^',\n repetition: '~',\n subcomponent: '&',\n escape: '\\\\',\n segment: '\\r',\n};\n"],"mappings":";AAYO,IAAM,qBAAqB;AAAA,EAChC,OAAO;AAAA,EACP,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,SAAS;AACX;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rethinkhealth/hl7v2-utils",
|
|
3
3
|
"description": "hl7v2 utilities",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Melek Somai",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"tsup": "8.5.0",
|
|
23
23
|
"typescript": "^5.8.3",
|
|
24
24
|
"vitest": "^3.2.4",
|
|
25
|
-
"@rethinkhealth/
|
|
26
|
-
"@rethinkhealth/
|
|
25
|
+
"@rethinkhealth/tsconfig": "0.0.0",
|
|
26
|
+
"@rethinkhealth/testing": "0.0.0"
|
|
27
27
|
},
|
|
28
28
|
"repository": "rethinkhealth/hl7v2.git",
|
|
29
29
|
"homepage": "https://www.rethinkhealth.io/hl7v2/docs",
|