contentful-management 10.2.0 → 10.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.
@@ -12573,7 +12573,7 @@ function createClient(params) {
12573
12573
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
12574
12574
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
12575
12575
  var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
12576
- "".concat(sdkMain, "/").concat("10.2.0"), params.application, params.integration, params.feature);
12576
+ "".concat(sdkMain, "/").concat("10.3.0"), params.application, params.integration, params.feature);
12577
12577
  var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
12578
12578
  // https://github.com/microsoft/TypeScript/issues/26591
12579
12579
  // @ts-expect-error