@rethinkhealth/hl7v2-ast 0.13.2 → 0.14.1
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/index.d.ts +2 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -175,6 +175,8 @@ export interface Segment extends Parent {
|
|
|
175
175
|
type: "segment";
|
|
176
176
|
/**
|
|
177
177
|
* Name identifier for the segment (e.g., "MSH", "PID").
|
|
178
|
+
* Empty string when the parser encounters field content before any segment
|
|
179
|
+
* name — the linter surfaces this as a diagnostic.
|
|
178
180
|
*/
|
|
179
181
|
name: string;
|
|
180
182
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rethinkhealth/hl7v2-ast",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "HL7v2 is a specification for representing HL7v2 messages as an abstract syntax tree. It implements the unist spec.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bin",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^25.5.0",
|
|
28
28
|
"@types/unist": "^3.0.3",
|
|
29
|
-
"@vitest/coverage-v8": "4.1.
|
|
29
|
+
"@vitest/coverage-v8": "4.1.2",
|
|
30
30
|
"tsdown": "0.21.7",
|
|
31
31
|
"typescript": "^5.9.3",
|
|
32
32
|
"unified": "^11.0.5",
|
|
33
33
|
"unist-builder": "^4.0.0",
|
|
34
|
-
"vitest": "4.1.
|
|
34
|
+
"vitest": "4.1.2",
|
|
35
35
|
"@rethinkhealth/tsconfig": "0.0.1"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|