@rethinkhealth/hl7v2-decode-escapes 0.3.2 → 0.3.4

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.d.ts CHANGED
@@ -12,4 +12,3 @@ export type HL7v2DecodeOptions = {
12
12
  * - Uses delimiters from Root.data.delimiters if available
13
13
  */
14
14
  export declare const hl7v2DecodeEscapes: Plugin<[HL7v2DecodeOptions?], Root, Root>;
15
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rethinkhealth/hl7v2-decode-escapes",
3
3
  "description": "hl7v2 plugin to decode hl7v2 escape sequences",
4
- "version": "0.3.2",
4
+ "version": "0.3.4",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Melek Somai",
@@ -19,7 +19,7 @@
19
19
  "unified": "11.0.5",
20
20
  "unist-util-visit": "5.0.0",
21
21
  "unist-util-visit-parents": "6.0.2",
22
- "@rethinkhealth/hl7v2-utils": "0.3.2"
22
+ "@rethinkhealth/hl7v2-utils": "0.3.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "24.10.0",
@@ -28,10 +28,13 @@
28
28
  "tsup": "8.5.0",
29
29
  "typescript": "^5.9.3",
30
30
  "vitest": "^4.0.6",
31
- "@rethinkhealth/hl7v2-ast": "0.3.2",
32
- "@rethinkhealth/hl7v2-builder": "0.3.2",
33
- "@rethinkhealth/testing": "0.0.2",
34
- "@rethinkhealth/tsconfig": "0.0.1"
31
+ "@rethinkhealth/hl7v2-ast": "0.3.4",
32
+ "@rethinkhealth/hl7v2-builder": "0.3.4",
33
+ "@rethinkhealth/tsconfig": "0.0.1",
34
+ "@rethinkhealth/testing": "0.0.2"
35
+ },
36
+ "engines": {
37
+ "node": ">=18"
35
38
  },
36
39
  "repository": "rethinkhealth/hl7v2.git",
37
40
  "homepage": "https://www.rethinkhealth.io/hl7v2/docs",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,IAAI,EAAgB,MAAM,0BAA0B,CAAC;AAE/E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAGtC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;CAClC,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAetE,CAAC"}