@openfn/language-mailchimp 0.3.3 → 0.3.4

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 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,14 +5,12 @@ marketing API.
5
5
 
6
6
  ## Documentation
7
7
 
8
- #### sample configuration
8
+ ### Configuration
9
9
 
10
- ```json
11
- {
12
- "apiKey": "someSecretShhh",
13
- "server": "us11"
14
- }
15
- ```
10
+ View all the required and optional properties for `state.configuration` in the
11
+ official
12
+ [configuration-schema](https://docs.openfn.org/adaptors/packages/mailchimp-configuration-schema/)
13
+ definition.
16
14
 
17
15
  #### sample expression with multiple operations
18
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-mailchimp",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "An OpenFn adaptor for use with Mailchimp",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",