@openfn/language-openhim 0.3.7 → 0.3.9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-openhim",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "openhim Language Pack for OpenFn",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",
@@ -15,10 +15,9 @@
15
15
  "JSONPath": "^0.10.0",
16
16
  "lodash-fp": "^0.10.2",
17
17
  "superagent": "^3.7.0",
18
- "@openfn/language-common": "2.2.1"
18
+ "@openfn/language-common": "2.3.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@openfn/simple-ast": "0.4.1",
22
21
  "assertion-error": "^1.0.1",
23
22
  "babel-cli": "^6.26.0",
24
23
  "babel-core": "^6.1.2",
@@ -13,10 +13,8 @@
13
13
  export function execute(...operations: Operations): Operation;
14
14
  /**
15
15
  * Create an encounter
16
- * @example
17
- * execute(
18
- * encounter(data)
19
- * )(state)
16
+ * @example <caption>Create an encounter</caption
17
+ * encounter(encounterData)
20
18
  * @function
21
19
  * @param {object} encounterData - Payload data for the encounter
22
20
  * @returns {Operation}