@openfn/language-asana 2.1.4 → 2.1.6
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/README.md +5 -7
- package/package.json +2 -2
- package/types/Adaptor.d.ts +1 -1
package/README.md
CHANGED
|
@@ -4,14 +4,12 @@ Language Pack for connecting with Asana.
|
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Configuration
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
```
|
|
9
|
+
View all the required and optional properties for `state.configuration` in the
|
|
10
|
+
official
|
|
11
|
+
[configuration-schema](https://docs.openfn.org/adaptors/packages/asana-configuration-schema/)
|
|
12
|
+
definition.
|
|
15
13
|
|
|
16
14
|
### How to create an API token
|
|
17
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-asana",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "An adaptor to access objects in Asana",
|
|
5
5
|
"homepage": "https://docs.openfn.org",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"configuration-schema.json"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@openfn/language-common": "^1.7.
|
|
26
|
+
"@openfn/language-common": "^1.7.6"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@openfn/buildtools": "^1.0.2",
|