contentful-management 11.40.5 → 11.41.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.
@@ -30707,7 +30707,7 @@ function createClient(params, opts = {}) {
30707
30707
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
30708
30708
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
30709
30709
  // @ts-expect-error
30710
- `${sdkMain}/${"11.40.5"}`, params.application, params.integration, params.feature);
30710
+ `${sdkMain}/${"11.41.0"}`, params.application, params.integration, params.feature);
30711
30711
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
30712
30712
  userAgent
30713
30713
  }));