@haste-health/hl7v2-parsing 0.1.1 → 0.2.0
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haste-health/hl7v2-parsing",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
|
-
"
|
|
7
|
-
"build": "tsc",
|
|
8
|
-
"test": "pnpm node --experimental-vm-modules $(pnpm bin jest)",
|
|
9
|
-
"publish": "pnpm build && pnpm npm publish --access public --tolerate-republish"
|
|
10
|
-
},
|
|
6
|
+
"description": "Haste Health Hl7V2 Parsing library.",
|
|
11
7
|
"devDependencies": {
|
|
12
8
|
"@jest/globals": "^29.7.0",
|
|
13
9
|
"jest": "^29.7.0",
|
|
@@ -19,6 +15,10 @@
|
|
|
19
15
|
"lib/**"
|
|
20
16
|
],
|
|
21
17
|
"dependencies": {
|
|
22
|
-
"@haste-health/operation-outcomes": "
|
|
18
|
+
"@haste-health/operation-outcomes": "^0.12.0"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"build": "tsc",
|
|
22
|
+
"test": "pnpm node --experimental-vm-modules $(pnpm bin jest)"
|
|
23
23
|
}
|
|
24
24
|
}
|