@openfn/language-wigal-sms 0.1.6 → 0.1.8
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/package.json +3 -3
- package/types/Adaptor.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/language-wigal-sms",
|
|
3
|
-
"
|
|
3
|
+
"label": "Wigal SMS",
|
|
4
|
+
"version": "0.1.8",
|
|
4
5
|
"description": "OpenFn wigal-sms adaptor",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"exports": {
|
|
@@ -21,13 +22,12 @@
|
|
|
21
22
|
],
|
|
22
23
|
"dependencies": {
|
|
23
24
|
"undici": "^5.28.4",
|
|
24
|
-
"@openfn/language-common": "2.
|
|
25
|
+
"@openfn/language-common": "2.5.0"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"assertion-error": "2.0.0",
|
|
28
29
|
"chai": "4.3.6",
|
|
29
30
|
"deep-eql": "4.1.1",
|
|
30
|
-
"esno": "^0.16.3",
|
|
31
31
|
"mocha": "^10.7.3",
|
|
32
32
|
"rimraf": "3.0.2"
|
|
33
33
|
},
|
package/types/Adaptor.d.ts
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* @property data - the parsed response body. containt status and message response
|
|
14
14
|
* @property response - the response from the Wigal SMS server, including headers, statusCode etc
|
|
15
15
|
* @property references - an array of all previous data objects used in the Job
|
|
16
|
+
* @private
|
|
16
17
|
**/
|
|
17
18
|
/**
|
|
18
19
|
* Executes an operation.
|