@openfn/language-wigal-sms 0.1.11 → 0.1.13

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/ast.json +1 -1
  2. package/package.json +2 -2
package/ast.json CHANGED
@@ -106,7 +106,7 @@
106
106
  "operation"
107
107
  ],
108
108
  "docs": {
109
- "description": "A custom operation that will only execute the function if the condition returns true",
109
+ "description": "Execute a function only when the condition returns true",
110
110
  "tags": [
111
111
  {
112
112
  "title": "public",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfn/language-wigal-sms",
3
3
  "label": "Wigal SMS",
4
- "version": "0.1.11",
4
+ "version": "0.1.13",
5
5
  "description": "OpenFn wigal-sms adaptor for SMS gateway operations",
6
6
  "type": "module",
7
7
  "exports": {
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "undici": "^5.29.0",
25
- "@openfn/language-common": "3.0.2"
25
+ "@openfn/language-common": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "assertion-error": "2.0.0",