@openfn/language-mongodb 2.1.19 → 2.1.20
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/ast.json +1 -1
- package/package.json +2 -2
package/ast.json
CHANGED
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"operation"
|
|
183
183
|
],
|
|
184
184
|
"docs": {
|
|
185
|
-
"description": "
|
|
185
|
+
"description": "Execute a function only when the condition returns true",
|
|
186
186
|
"tags": [
|
|
187
187
|
{
|
|
188
188
|
"title": "public",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-mongodb",
|
|
3
3
|
"label": "MongoDB",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.20",
|
|
5
5
|
"description": "A language package for working with MongoDb",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"author": "Open Function Group",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"mongodb": "^3.7.3",
|
|
17
|
-
"@openfn/language-common": "3.0.
|
|
17
|
+
"@openfn/language-common": "3.0.3"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"assertion-error": "^1.1.0",
|