@openfn/language-opencrvs 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/ast.json +1 -1
  2. package/package.json +3 -3
package/ast.json CHANGED
@@ -169,7 +169,7 @@
169
169
  "operation"
170
170
  ],
171
171
  "docs": {
172
- "description": "A custom operation that will only execute the function if the condition returns true",
172
+ "description": "Execute a function only when the condition returns true",
173
173
  "tags": [
174
174
  {
175
175
  "title": "public",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-opencrvs",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "OpenFn adaptor for OpenCRVS",
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,8 +20,8 @@
20
20
  "configuration-schema.json"
21
21
  ],
22
22
  "dependencies": {
23
- "@openfn/language-common": "3.0.2",
24
- "@openfn/language-fhir-4": "0.1.9"
23
+ "@openfn/language-common": "3.0.3",
24
+ "@openfn/language-fhir-4": "0.1.10"
25
25
  },
26
26
  "devDependencies": {
27
27
  "assertion-error": "2.0.0",