Skip to content
Merged

Dev #62

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hl7v2-dictionary",
"description": "HL7 v2 parser, serializer, validator for NodeJS",
"version": "1.4.2",
"version": "1.4.3",
"author": "Panates",
"license": "MIT",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/hl7v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hl7v2",
"description": "HL7 v2 parser, serializer, validator for NodeJS",
"version": "1.4.2",
"version": "1.4.3",
"author": "Panates",
"license": "MIT",
"private": true,
Expand All @@ -16,7 +16,7 @@
"uid": "^2.0.2"
},
"peerDependencies": {
"hl7v2-dictionary": "^1.4.2"
"hl7v2-dictionary": "^1.4.3"
},
"devDependencies": {
"expect": "^30.0.5"
Expand Down
1 change: 1 addition & 0 deletions packages/hl7v2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './hl7-component.js';
export * from './hl7-error.js';
export * from './hl7-field.js';
export * from './hl7-message.js';
export * from './hl7-message-node.js';
export * from './hl7-repetition.js';
export * from './hl7-segment.js';
export * from './hl7-sub-component.js';
Expand Down
6 changes: 3 additions & 3 deletions packages/net/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hl7v2-net",
"description": "HL7 v2 server/client for NodeJS",
"version": "1.4.2",
"version": "1.4.3",
"author": "Panates",
"license": "MIT",
"private": true,
Expand All @@ -16,8 +16,8 @@
"uid": "^2.0.2"
},
"peerDependencies": {
"hl7v2": "^1.4.2",
"hl7v2-dictionary": "^1.4.2"
"hl7v2": "^1.4.3",
"hl7v2-dictionary": "^1.4.3"
},
"devDependencies": {
"expect": "^30.0.5"
Expand Down