@openfn/language-maximo 0.5.20 → 0.5.22

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
@@ -184,7 +184,7 @@
184
184
  "operation"
185
185
  ],
186
186
  "docs": {
187
- "description": "A custom operation that will only execute the function if the condition returns true",
187
+ "description": "Execute a function only when the condition returns true",
188
188
  "tags": [
189
189
  {
190
190
  "title": "public",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfn/language-maximo",
3
3
  "label": "Maximo",
4
- "version": "0.5.20",
4
+ "version": "0.5.22",
5
5
  "description": "OpenFn adaptor for IBM Maximo EAM",
6
6
  "main": "dist/index.cjs",
7
7
  "author": "Open Function Group",
@@ -16,7 +16,7 @@
16
16
  "base-64": "^0.1.0",
17
17
  "request": "^2.88.2",
18
18
  "utf8": "^2.1.2",
19
- "@openfn/language-common": "3.0.2"
19
+ "@openfn/language-common": "3.1.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "assertion-error": "^2.0.0",