contentful-management 11.47.1 → 11.47.2

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.
@@ -31982,7 +31982,7 @@ function createClient(params, opts = {}) {
31982
31982
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
31983
31983
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
31984
31984
  // @ts-expect-error
31985
- `${sdkMain}/${"11.47.1"}`, params.application, params.integration, params.feature);
31985
+ `${sdkMain}/${"11.47.2"}`, params.application, params.integration, params.feature);
31986
31986
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
31987
31987
  userAgent
31988
31988
  }));