contentful-management 8.2.2 → 8.3.0

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.
@@ -11646,7 +11646,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
11646
11646
  function createClient(params, opts = {}) {
11647
11647
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
11648
11648
  const userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
11649
- `${sdkMain}/${"8.2.2"}`, params.application, params.integration, params.feature);
11649
+ `${sdkMain}/${"8.3.0"}`, params.application, params.integration, params.feature);
11650
11650
  const adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
11651
11651
  // https://github.com/microsoft/TypeScript/issues/26591
11652
11652
  // @ts-expect-error