@openfn/language-resourcemap 0.2.1 → 0.2.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/README.md +5 -10
- package/package.json +2 -2
- package/types/Adaptor.d.ts +1 -1
package/README.md
CHANGED
|
@@ -8,17 +8,12 @@ Language Pack for building expressions and operations for working with the
|
|
|
8
8
|
We are working towards this to start:
|
|
9
9
|
https://github.com/instedd/resourcemap/wiki/REST_API#create-site
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### Configuration
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"baseUrl": "http://some-site-of-yours.com:8080",
|
|
18
|
-
"username": "blah",
|
|
19
|
-
"password": "shhh"
|
|
20
|
-
}
|
|
21
|
-
```
|
|
13
|
+
View all the required and optional properties for `state.configuration` in the
|
|
14
|
+
official
|
|
15
|
+
[configuration-schema](https://docs.openfn.org/adaptors/packages/resourcemap-configuration-schema/)
|
|
16
|
+
definition.
|
|
22
17
|
|
|
23
18
|
## Expressions
|
|
24
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-resourcemap",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Resourcemap Language Pack for OpenFn",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"author": "Open Function Group",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"configuration-schema.json"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@openfn/language-common": "^1.7.
|
|
15
|
+
"@openfn/language-common": "^1.7.6",
|
|
16
16
|
"request": "^2.88.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|