@openfn/language-beyonic 0.3.18 → 0.3.19

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 +2 -2
package/ast.json CHANGED
@@ -185,7 +185,7 @@
185
185
  "operation"
186
186
  ],
187
187
  "docs": {
188
- "description": "A custom operation that will only execute the function if the condition returns true",
188
+ "description": "Execute a function only when the condition returns true",
189
189
  "tags": [
190
190
  {
191
191
  "title": "public",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfn/language-beyonic",
3
3
  "label": "Beyonic",
4
- "version": "0.3.18",
4
+ "version": "0.3.19",
5
5
  "description": "OpenFn adaptor for Beyonic",
6
6
  "homepage": "https://docs.openfn.org",
7
7
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "JSONPath": "^0.10.0",
29
29
  "lodash-fp": "^0.10.2",
30
30
  "superagent": "^8.0.0",
31
- "@openfn/language-common": "3.0.2"
31
+ "@openfn/language-common": "3.0.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "assertion-error": "2.0.0",