@openfn/language-varo 2.1.0 → 2.1.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
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"operation"
|
|
339
339
|
],
|
|
340
340
|
"docs": {
|
|
341
|
-
"description": "
|
|
341
|
+
"description": "Execute a function only when the condition returns true",
|
|
342
342
|
"tags": [
|
|
343
343
|
{
|
|
344
344
|
"title": "public",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-varo",
|
|
3
3
|
"label": "Varo",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.2",
|
|
5
5
|
"description": "OpenFn varo adaptor for cold chain information",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"luxon": "^3.6.1",
|
|
25
|
-
"@openfn/language-common": "3.0
|
|
25
|
+
"@openfn/language-common": "3.1.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"assertion-error": "2.0.0",
|