@rethinkhealth/hl7v2-lint-message-version 0.4.0 → 0.4.2

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
@@ -4,3 +4,4 @@ export type MessageVersionLintOptions = {
4
4
  };
5
5
  declare const hl7v2LintMessageVersion: import("unified-lint-rule").Plugin<Nodes, MessageVersionLintOptions>;
6
6
  export default hl7v2LintMessageVersion;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAQ,MAAM,0BAA0B,CAAC;AAM5D,MAAM,MAAM,yBAAyB,GAAG;IACtC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAMF,QAAA,MAAM,uBAAuB,sEAgE5B,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rethinkhealth/hl7v2-lint-message-version",
3
3
  "description": "hl7v2-lint rule to warn when message version is not supported",
4
- "version": "0.4.0",
4
+ "version": "0.4.2",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Melek Somai",
@@ -18,8 +18,8 @@
18
18
  "dependencies": {
19
19
  "ensure-error": "5.0.0",
20
20
  "unified-lint-rule": "3.0.1",
21
- "@rethinkhealth/hl7v2-util-query": "0.4.0",
22
- "@rethinkhealth/hl7v2-util-semver": "0.4.0"
21
+ "@rethinkhealth/hl7v2-util-query": "0.4.2",
22
+ "@rethinkhealth/hl7v2-util-semver": "0.4.2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "24.10.1",
@@ -30,10 +30,10 @@
30
30
  "unified": "^11.0.5",
31
31
  "vfile": "^6.0.3",
32
32
  "vitest": "4.0.14",
33
- "@rethinkhealth/hl7v2-ast": "0.4.0",
34
- "@rethinkhealth/hl7v2-util-message-info": "0.4.0",
35
- "@rethinkhealth/hl7v2-builder": "0.4.0",
33
+ "@rethinkhealth/hl7v2-ast": "0.4.2",
36
34
  "@rethinkhealth/testing": "0.0.2",
35
+ "@rethinkhealth/hl7v2-builder": "0.4.2",
36
+ "@rethinkhealth/hl7v2-util-message-info": "0.4.2",
37
37
  "@rethinkhealth/tsconfig": "0.0.1"
38
38
  },
39
39
  "engines": {