contentful-management 10.6.2 → 10.6.3

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.
@@ -11876,7 +11876,7 @@ var complete = function complete(http, _ref2, headers) {
11876
11876
  var version = _ref2.version,
11877
11877
  params = _objectWithoutProperties(_ref2, _excluded2);
11878
11878
 
11879
- return _raw__WEBPACK_IMPORTED_MODULE_1__["put"](http, completeWorkflowUrl(params), {
11879
+ return _raw__WEBPACK_IMPORTED_MODULE_1__["put"](http, completeWorkflowUrl(params), null, {
11880
11880
  headers: _objectSpread({
11881
11881
  'X-Contentful-Version': version
11882
11882
  }, headers)
@@ -12608,7 +12608,7 @@ function createClient(params) {
12608
12608
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
12609
12609
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
12610
12610
  var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
12611
- "".concat(sdkMain, "/").concat("10.6.2"), params.application, params.integration, params.feature);
12611
+ "".concat(sdkMain, "/").concat("10.6.3"), params.application, params.integration, params.feature);
12612
12612
  var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
12613
12613
  // https://github.com/microsoft/TypeScript/issues/26591
12614
12614
  // @ts-expect-error