@rethinkhealth/hl7v2-lint-segment-header-length 0.3.2 → 0.3.3

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
@@ -6,4 +6,3 @@ import type { Root } from "@rethinkhealth/hl7v2-ast";
6
6
  */
7
7
  declare const hl7v2LintSegmentHeaderLength: import("unified-lint-rule").Plugin<Root, undefined>;
8
8
  export default hl7v2LintSegmentHeaderLength;
9
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rethinkhealth/hl7v2-lint-segment-header-length",
3
3
  "description": "hl7v2-lint rule to warn when segment header length is invalid",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Melek Somai",
@@ -30,10 +30,10 @@
30
30
  "typescript": "^5.9.3",
31
31
  "vfile": "^6.0.3",
32
32
  "vitest": "^4.0.6",
33
- "@rethinkhealth/hl7v2-ast": "0.3.2",
33
+ "@rethinkhealth/hl7v2-ast": "0.3.3",
34
34
  "@rethinkhealth/testing": "0.0.2",
35
- "@rethinkhealth/tsconfig": "0.0.1",
36
- "@rethinkhealth/hl7v2-builder": "0.3.2"
35
+ "@rethinkhealth/hl7v2-builder": "0.3.3",
36
+ "@rethinkhealth/tsconfig": "0.0.1"
37
37
  },
38
38
  "repository": "rethinkhealth/hl7v2.git",
39
39
  "homepage": "https://www.rethinkhealth.io/hl7v2/docs",
@@ -48,6 +48,9 @@
48
48
  "rule",
49
49
  "typescript"
50
50
  ],
51
+ "engines": {
52
+ "node": ">=18"
53
+ },
51
54
  "packageManager": "pnpm@10.14.0",
52
55
  "publishConfig": {
53
56
  "access": "public"
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAKrD;;;;GAIG;AACH,QAAA,MAAM,4BAA4B,qDA4BjC,CAAC;AAEF,eAAe,4BAA4B,CAAC"}