@openfn/language-asana 5.0.1 → 5.0.3
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
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
"operation"
|
|
663
663
|
],
|
|
664
664
|
"docs": {
|
|
665
|
-
"description": "
|
|
665
|
+
"description": "Execute a function only when the condition returns true",
|
|
666
666
|
"tags": [
|
|
667
667
|
{
|
|
668
668
|
"title": "public",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-asana",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"label": "Asana",
|
|
5
5
|
"description": "OpenFn adaptor for accessing objects in Asana",
|
|
6
6
|
"homepage": "https://docs.openfn.org",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"configuration-schema.json"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@openfn/language-common": "3.0
|
|
28
|
+
"@openfn/language-common": "3.1.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"assertion-error": "2.0.0",
|