@openfn/language-msupply 1.0.5 → 1.0.7

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 +3 -3
package/ast.json CHANGED
@@ -254,7 +254,7 @@
254
254
  "operation"
255
255
  ],
256
256
  "docs": {
257
- "description": "A custom operation that will only execute the function if the condition returns true",
257
+ "description": "Execute a function only when the condition returns true",
258
258
  "tags": [
259
259
  {
260
260
  "title": "public",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@openfn/language-msupply",
3
3
  "label": "mSupply",
4
- "version": "1.0.5",
5
- "description": "OpenFn msupply adaptor",
4
+ "version": "1.0.7",
5
+ "description": "OpenFn adaptor for mSupply",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "uuid": "^11.1.0",
25
- "@openfn/language-common": "3.0.1"
25
+ "@openfn/language-common": "3.0.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "assertion-error": "2.0.0",