Skip to content

Commit 007e2ef

Browse files
committed
1.1.6
1 parent cba5042 commit 007e2ef

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.1.5",
4+
"version": "1.1.6",
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.1.5"
19+
"hl7v2-dictionary": "^1.1.6"
2020
},
2121
"devDependencies": {
2222
"expect": "^30.0.5"
@@ -85,4 +85,4 @@
8585
"publishConfig": {
8686
"access": "public"
8787
}
88-
}
88+
}

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.1.5",
4+
"version": "1.1.6",
55
"author": "Panates",
66
"license": "MIT",
77
"private": true,
@@ -16,8 +16,8 @@
1616
"uid": "^2.0.2"
1717
},
1818
"peerDependencies": {
19-
"hl7v2": "^1.1.5",
20-
"hl7v2-dictionary": "^1.1.5"
19+
"hl7v2": "^1.1.6",
20+
"hl7v2-dictionary": "^1.1.6"
2121
},
2222
"devDependencies": {
2323
"expect": "^30.0.5"
@@ -86,4 +86,4 @@
8686
"publishConfig": {
8787
"access": "public"
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)