@openfn/language-mpesa 1.0.2 → 1.0.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.
@@ -27,7 +27,7 @@
27
27
  "examples": ["GA2PNftcXvv2uC2VdgNjxXyvF8eZ4td6iBsL7N7N2ZFnXzf3"]
28
28
  },
29
29
  "consumer_secret": {
30
- "title": "Consumer key",
30
+ "title": "Consumer secret",
31
31
  "type": "string",
32
32
  "description": "Your app's consumer secret sent to you via email once you go live",
33
33
  "examples": ["zKjr2j0jjihCtzIwzGtgnV0YgP82jZf1hY9RW6HygntWG6AGuf4tAUe3E5tPtiyA"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-mpesa",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "OpenFn mpesa adaptor",
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,7 +20,7 @@
20
20
  "configuration-schema.json"
21
21
  ],
22
22
  "dependencies": {
23
- "@openfn/language-common": "2.3.3"
23
+ "@openfn/language-common": "2.4.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "assertion-error": "2.0.0",
@@ -4,6 +4,7 @@
4
4
  * @property data - the parsed response body
5
5
  * @property response - the response from the DARAJA API server (excluding the body)
6
6
  * @property references - an array of all previous data objects used in the Job
7
+ * @private
7
8
  **/
8
9
  /**
9
10
  * Options provided to the HTTP request