contentful-management 11.46.0 → 11.47.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.
@@ -31952,7 +31952,7 @@ function createClient(params, opts = {}) {
31952
31952
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
31953
31953
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
31954
31954
  // @ts-expect-error
31955
- `${sdkMain}/${"11.46.0"}`, params.application, params.integration, params.feature);
31955
+ `${sdkMain}/${"11.47.0"}`, params.application, params.integration, params.feature);
31956
31956
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
31957
31957
  userAgent
31958
31958
  }));