@openfn/language-resourcemap 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +5 -10
  2. package/package.json +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
- ## Sample configuration
11
+ ### Configuration
12
12
 
13
- ResourceMap uses Basic Auth.
14
-
15
- ```json
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.1",
3
+ "version": "0.2.2",
4
4
  "description": "Resourcemap Language Pack for OpenFn",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",