@openfn/language-telerivet 0.1.3 → 0.1.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-telerivet",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "telerivet Language Pack for OpenFn",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",
@@ -12,7 +12,7 @@
12
12
  "configuration-schema.json"
13
13
  ],
14
14
  "dependencies": {
15
- "@openfn/language-common": "^1.7.5",
15
+ "@openfn/language-common": "^1.7.6",
16
16
  "JSONPath": "^0.10.0",
17
17
  "lodash-fp": "^0.10.4",
18
18
  "superagent": "^3.7.0"
@@ -6,7 +6,7 @@
6
6
  * create('foo'),
7
7
  * delete('bar')
8
8
  * )(state)
9
- * @function
9
+ * @private
10
10
  * @param {Operations} operations - Operations to be performed.
11
11
  * @returns {Operation}
12
12
  */