@coherentglobal/spark-execute-sdk 0.8.0 → 0.8.1

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/package.json +1 -1
  2. package/src/node.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coherentglobal/spark-execute-sdk",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Coherent Spark Execute SDK for Node.js and Browser",
5
5
  "main": "src/node.js",
6
6
  "browser": "dist/browser.js",
package/src/node.js CHANGED
@@ -530,7 +530,7 @@ class Spark {
530
530
  ? utils.getAuthHeaders(token, this.authType, this.tenant)
531
531
  : {},
532
532
  json: {
533
- request_data: {},
533
+ request_data: input.request_data,
534
534
  request_meta: input.request_meta,
535
535
  },
536
536
  };