@openfn/language-mysql 3.0.0 → 3.0.2

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
@@ -311,7 +311,7 @@
311
311
  "operation"
312
312
  ],
313
313
  "docs": {
314
- "description": "A custom operation that will only execute the function if the condition returns true",
314
+ "description": "Execute a function only when the condition returns true",
315
315
  "tags": [
316
316
  {
317
317
  "title": "public",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfn/language-mysql",
3
3
  "label": "MySQL",
4
- "version": "3.0.0",
4
+ "version": "3.0.2",
5
5
  "description": "A MySQL Language Pack for OpenFn",
6
6
  "homepage": "https://docs.openfn.org",
7
7
  "main": "dist/index.cjs",
@@ -22,7 +22,7 @@
22
22
  "mysql": "^2.13.0",
23
23
  "squel": "^5.8.0",
24
24
  "string-escape": "^0.3.0",
25
- "@openfn/language-common": "3.0.2"
25
+ "@openfn/language-common": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "assertion-error": "^1.0.1",