@openfn/language-mongodb 1.0.5 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +6 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,15 +4,12 @@ Language Pack for building expressions and operations for use with MongoDB.
4
4
 
5
5
  ## Documentation
6
6
 
7
- ### sample configuration
8
-
9
- ```json
10
- {
11
- "username": "something",
12
- "password": "secret",
13
- "clusterUrl": "yourCluster-xxxyzzz.mongodb.net"
14
- }
15
- ```
7
+ ### Configuration
8
+
9
+ View all the required and optional properties for `state.configuration` in the
10
+ official
11
+ [configuration-schema](https://docs.openfn.org/adaptors/packages/mongodb-configuration-schema/)
12
+ definition.
16
13
 
17
14
  ### insertDocuments
18
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-mongodb",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A language package for working with MongoDb",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",