@openfn/language-fhir-ndr-et 0.1.1 → 0.1.2
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/README.md +2 -0
- package/package.json +3 -3
- package/dist/index.cjs +0 -26666
- package/dist/index.js +0 -26637
- package/dist/utils.cjs +0 -187
- package/dist/utils.js +0 -146
- package/types/Adaptor.d.ts +0 -3
- package/types/builders.d.ts +0 -25942
- package/types/globals.d.ts +0 -81
- package/types/index.d.ts +0 -4
- package/types/utils.d.ts +0 -21
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
An OpenFn **_adaptor_** for building integration jobs for use with the FHIR API
|
|
4
4
|
for NDR Ethopia.
|
|
5
5
|
|
|
6
|
+
**Builds are DISABLED in CI and local development at the moment - see https://github.com/OpenFn/adaptors/issues/776**
|
|
7
|
+
|
|
6
8
|
## Documentation
|
|
7
9
|
|
|
8
10
|
This adaptor is largely auto-generated from the spec at
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-fhir-ndr-et",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "OpenFn fhir adaptor for NDR HIV in Ehtiopia",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"recast": "^0.23.9",
|
|
36
36
|
"typescript": "4.8.4",
|
|
37
37
|
"yauzl": "^3.1.3",
|
|
38
|
-
"@openfn/language-common": "2.0.
|
|
38
|
+
"@openfn/language-common": "2.0.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"assertion-error": "2.0.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"types": "types/index.d.ts",
|
|
53
53
|
"main": "dist/index.cjs",
|
|
54
54
|
"scripts": {
|
|
55
|
-
"
|
|
55
|
+
"_build": "pnpm clean && esno build/build.ts && build-adaptor fhir-ndr-et",
|
|
56
56
|
"build:src": "esno build/build.ts",
|
|
57
57
|
"build:adaptor": "pnpm build-adaptor fhir-ndr-et",
|
|
58
58
|
"build:schema": "esno build/generate-schema.ts",
|