@webuildbots/webuildbots-sdk 11.2.7 → 11.2.8

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.
@@ -126,7 +126,9 @@ var ResponseService = /** @class */ (function () {
126
126
  options = {
127
127
  method: 'POST',
128
128
  data: payload,
129
- headers: { 'content-type': 'multipart/form-data' }
129
+ headers: {
130
+ 'content-type': "multipart/form-data; boundary=" + payload.getBoundary()
131
+ }
130
132
  };
131
133
  _c.label = 5;
132
134
  case 5:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webuildbots/webuildbots-sdk",
3
- "version": "11.2.7",
3
+ "version": "11.2.8",
4
4
  "description": "webuildbots sdk",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",