contentful-management 11.5.0 → 11.5.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.
@@ -22760,7 +22760,7 @@ function createClient(params) {
22760
22760
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
22761
22761
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
22762
22762
  var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
22763
- "".concat(sdkMain, "/").concat("0.0.0-determined-by-semantic-release"), params.application, params.integration, params.feature);
22763
+ "".concat(sdkMain, "/").concat("11.5.1"), params.application, params.integration, params.feature);
22764
22764
  var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(params);
22765
22765
 
22766
22766
  // Parameters<?> and ReturnType<?> only return the types of the last overload