@webuildbots/webuildbots-sdk 11.3.0 → 11.3.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.
@@ -174,7 +174,9 @@ var ResponseService = /** @class */ (function () {
174
174
  options = {
175
175
  method: 'PUT',
176
176
  data: payload,
177
- headers: { 'Content-Type': 'multipart/form-data' }
177
+ headers: {
178
+ 'content-type': "multipart/form-data; boundary=" + payload.getBoundary()
179
+ }
178
180
  };
179
181
  _c.label = 6;
180
182
  case 6:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webuildbots/webuildbots-sdk",
3
- "version": "11.3.0",
3
+ "version": "11.3.1",
4
4
  "description": "webuildbots sdk",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",