@openfn/language-msupply 1.0.0 → 1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-msupply",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "OpenFn msupply adaptor",
5
5
  "type": "module",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "uuid": "^11.1.0",
24
- "@openfn/language-common": "2.3.2"
24
+ "@openfn/language-common": "2.4.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "assertion-error": "2.0.0",
@@ -4,6 +4,7 @@
4
4
  * @property data - the parsed response body
5
5
  * @property response - the response from the HTTP server, including headers, statusCode, body, etc
6
6
  * @property references - an array of all previous data objects used in the Job
7
+ * @private
7
8
  **/
8
9
  /**
9
10
  * @typedef {Object} RequestBody