@openfn/language-mtn-momo 1.1.1 → 1.1.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/ast.json +1 -1
- package/package.json +3 -3
package/ast.json
CHANGED
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"operation"
|
|
137
137
|
],
|
|
138
138
|
"docs": {
|
|
139
|
-
"description": "
|
|
139
|
+
"description": "Execute a function only when the condition returns true",
|
|
140
140
|
"tags": [
|
|
141
141
|
{
|
|
142
142
|
"title": "public",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-mtn-momo",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "OpenFn mtn-momo adaptor",
|
|
3
|
+
"version": "1.1.3",
|
|
4
|
+
"description": "OpenFn mtn-momo adaptor for MTN Mobile Money payment operations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"configuration-schema.json"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@openfn/language-common": "3.0.
|
|
23
|
+
"@openfn/language-common": "3.0.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"assertion-error": "2.0.0",
|