@openfn/language-openhim 2.0.0 → 2.0.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/ast.json +1 -1
- package/package.json +2 -2
package/ast.json
CHANGED
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"operation"
|
|
420
420
|
],
|
|
421
421
|
"docs": {
|
|
422
|
-
"description": "
|
|
422
|
+
"description": "Execute a function only when the condition returns true",
|
|
423
423
|
"tags": [
|
|
424
424
|
{
|
|
425
425
|
"title": "public",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-openhim",
|
|
3
3
|
"label": "OpenHIM",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"description": "OpenFn adaptor for OpenHIM",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"author": "Open Function Group",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"JSONPath": "^0.10.0",
|
|
17
17
|
"lodash-fp": "^0.10.4",
|
|
18
|
-
"@openfn/language-common": "3.0
|
|
18
|
+
"@openfn/language-common": "3.1.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"assertion-error": "^1.1.0",
|