@haste-health/hl7.fhir.r4b.test-data 0.1.3 → 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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haste-health/hl7.fhir.r4b.test-data",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"title": "Hl7 Test data for R4B",
|
|
6
6
|
"description": "HasteHealth package that contains hl7 R4B test data.",
|
|
7
7
|
"fhirVersions": [
|
|
@@ -21,13 +21,12 @@
|
|
|
21
21
|
"email": "dev@haste.health"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"remove-duplicates": "pnpm node remove_duplicates.js examples-json",
|
|
26
|
-
"generate-index-file": "pnpm node ../../../packages/cli/lib/hastehealth.js generate index-file -p . -r examples-json",
|
|
27
|
-
"publish": "pnpm npm publish --access public --tolerate-republish"
|
|
28
|
-
},
|
|
29
24
|
"files": [
|
|
30
25
|
".index.json",
|
|
31
26
|
"examples-json/**"
|
|
32
|
-
]
|
|
27
|
+
],
|
|
28
|
+
"scripts": {
|
|
29
|
+
"remove-duplicates": "pnpm node remove_duplicates.js examples-json",
|
|
30
|
+
"generate-index-file": "pnpm node ../../../packages/cli/lib/hastehealth.js generate index-file -p . -r examples-json"
|
|
31
|
+
}
|
|
33
32
|
}
|