Skip to content

Commit 66802ab

Browse files
committed
1.7.0
1 parent c17c394 commit 66802ab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/hl7v2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hl7v2",
33
"description": "HL7 v2 parser, serializer, validator for NodeJS",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"author": "Panates",
66
"license": "MIT",
77
"private": true,
@@ -16,7 +16,7 @@
1616
"uid": "^2.0.2"
1717
},
1818
"peerDependencies": {
19-
"hl7v2-dictionary": "^1.6.0"
19+
"hl7v2-dictionary": "^1.7.0"
2020
},
2121
"devDependencies": {
2222
"expect": "^30.2.0"
@@ -66,4 +66,4 @@
6666
"publishConfig": {
6767
"access": "public"
6868
}
69-
}
69+
}

packages/net/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hl7v2-net",
33
"description": "HL7 v2 server/client for NodeJS",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"author": "Panates",
66
"license": "MIT",
77
"private": true,
@@ -18,8 +18,8 @@
1818
"uid": "^2.0.2"
1919
},
2020
"peerDependencies": {
21-
"hl7v2": "^1.6.0",
22-
"hl7v2-dictionary": "^1.6.0"
21+
"hl7v2": "^1.7.0",
22+
"hl7v2-dictionary": "^1.7.0"
2323
},
2424
"devDependencies": {
2525
"@types/reconnect-core": "^1.3.5",
@@ -71,4 +71,4 @@
7171
"publishConfig": {
7272
"access": "public"
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)