@rethinkhealth/hl7v2-ast 0.2.11 → 0.2.13

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -169,7 +169,7 @@ export interface Root extends Parent {
169
169
  * Info associated with HL7v2 root nodes by the ecosystem.
170
170
  */
171
171
  export interface RootData extends Data {
172
- delimiters: Delimiters;
172
+ delimiters?: Delimiters | undefined;
173
173
  }
174
174
 
175
175
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rethinkhealth/hl7v2-ast",
3
3
  "description": "HL7v2 is a specification for representing HL7v2 messages as an abstract syntax tree. It implements the unist spec.",
4
- "version": "0.2.11",
4
+ "version": "0.2.13",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Melek Somai",
@@ -15,7 +15,7 @@
15
15
  "@types/unist": "3.0.3"
16
16
  },
17
17
  "devDependencies": {
18
- "@types/node": "22.15.31",
18
+ "@types/node": "24.3.0",
19
19
  "typescript": "^5.8.3",
20
20
  "@rethinkhealth/tsconfig": "0.0.1"
21
21
  },