@openfn/language-beyonic 0.3.17 → 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.
- package/ast.json +1 -1
- package/package.json +3 -3
package/ast.json
CHANGED
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"operation"
|
|
186
186
|
],
|
|
187
187
|
"docs": {
|
|
188
|
-
"description": "
|
|
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-beyonic",
|
|
3
3
|
"label": "Beyonic",
|
|
4
|
-
"version": "0.3.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "0.3.19",
|
|
5
|
+
"description": "OpenFn adaptor for Beyonic",
|
|
6
6
|
"homepage": "https://docs.openfn.org",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -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.
|
|
31
|
+
"@openfn/language-common": "3.0.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"assertion-error": "2.0.0",
|